aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* One more NULL->nullptrGravatar Vijay Pai2016-11-04
|
* Remove some unnecessary new/delete patternsGravatar Vijay Pai2016-11-04
|
* Remove a namespace and start using a lambda for a small functionGravatar Vijay Pai2016-11-04
|
* Cleanup unneeded namespaceGravatar Vijay Pai2016-11-04
|
* Fix a commentGravatar Vijay Pai2016-11-04
|
* clang-formatGravatar Vijay Pai2016-11-04
|
* Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
| | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
* Merge pull request #8608 from vjpai/rbfixGravatar Vijay Pai2016-11-04
|\ | | | | Avoid compiler error in Ruby build on clang-7.3
* \ Merge pull request #8634 from dgquintas/order_of_thingsGravatar David G. Quintas2016-11-04
|\ \ | | | | | | Fixed use of unalloc'd memory
| * | Fixed use of unalloc'd memoryGravatar David Garcia Quintas2016-11-03
|/ /
* | Merge pull request #8620 from nicolasnoble/masterGravatar David G. Quintas2016-11-04
|\ \ | | | | | | Removing dependency between tsi and grpc.
* \ \ Merge pull request #8270 from daniel-j-born/server_port_indexGravatar Yuchen Zeng2016-11-03
|\ \ \ | | | | | | | | Correctly count port indices and siblings.
* \ \ \ Merge pull request #8625 from matt-kwong/upgrade-linux-workersGravatar matt-kwong2016-11-03
|\ \ \ \ | | | | | | | | | | Update standard Linux worker spec
| * | | | Update standard Linux worker specGravatar Matt Kwong2016-11-03
|/ / / /
| | * | Removing dependency between tsi and grpc.Gravatar Nicolas "Pixel" Noble2016-11-03
| | | |
| | | * Merge branch 'master' into rbfixGravatar Vijay Pai2016-11-02
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #8602 from vjpai/turn_it_to_11Gravatar Vijay Pai2016-11-02
|\ \ \ \ | | | | | | | | | | Stop supporting non-C++11 conformant compilers - DO NOT MERGE INTO V1.0.X
* \ \ \ \ Merge pull request #8598 from ctiller/rst_streamGravatar Muxi Yan2016-11-02
|\ \ \ \ \ | | | | | | | | | | | | Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
* \ \ \ \ \ Merge pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6Gravatar David G. Quintas2016-11-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the right address family
| * | | | | | Use the right address familyGravatar David Garcia Quintas2016-11-02
| | | | | | |
| | | * | | | Make new file compliant with new standardsGravatar Vijay Pai2016-11-02
| | | | | | |
| | | * | | | Merge branch 'master' into turn_it_to_11Gravatar Vijay Pai2016-11-02
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #8611 from dgquintas/rr_vtable_fix_woopsGravatar David G. Quintas2016-11-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | RR: Don't copy user_data if no vtable
* \ \ \ \ \ \ \ Merge pull request #8600 from matt-kwong/disable-c++-gcc4.4-testsGravatar matt-kwong2016-11-02
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X
| | * | | | | | RR: Don't copy user_data is no vtableGravatar David Garcia Quintas2016-11-02
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #8588 from murgatroid99/uv_resource_quotaGravatar Michael Lumish2016-11-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add resource quota support to uv TCP code
| | * | | | | | Enable port tests to be run using gcc4.8Gravatar Matt Kwong2016-11-02
| | | | | | | |
* | | | | | | | Merge pull request #8562 from soltanmm-google/read-my-docsGravatar Masood Malekghassemi2016-11-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set the long_description setup.py field
* \ \ \ \ \ \ \ \ Merge pull request #8523 from markdroth/lb_policy_name_channel_argGravatar Mark D. Roth2016-11-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow setting LB policy name via the C++ API
| * | | | | | | | | Code review changes.Gravatar Mark D. Roth2016-11-02
| | | | | | | | | |
| | | | | | | | | * Avoid compiler errorGravatar Vijay Pai2016-11-02
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #8568 from dgquintas/grpclb_leaks_fixGravatar David G. Quintas2016-11-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gRPC LB fixes from end two end testing
| * | | | | | | | | generate projectsGravatar David Garcia Quintas2016-11-01
| | | | | | | | | |
| * | | | | | | | | clang-formatGravatar David Garcia Quintas2016-11-01
| | | | | | | | | |
| | | | | | | * | | clang-formatGravatar Vijay Pai2016-11-01
| | | | | | | | | |
| | | | * | | | | | Fixed weird whitespace changeGravatar murgatroid992016-11-01
| | | | | | | | | |
| | | | | | | * | | Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
| | | | | | | | | |
| | | | | | | * | | Remove references to NO_CHRONO optionGravatar Vijay Pai2016-11-01
| | | | | | | | | |
| | | | | | | * | | Regenerate all projectsGravatar Vijay Pai2016-11-01
| | | | | | | | | |
| | | | | | | * | | Remove separate versions of code based on presence of threading in compilerGravatar Vijay Pai2016-11-01
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8548 from dgquintas/lb-tokens-lengthGravatar David G. Quintas2016-11-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Made LB token dynamic size <= 50 bytes
| | | | | | | | * | | clang-formatGravatar Vijay Pai2016-11-01
| | | | | | | | | | |
| | | | | | | | * | | Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8591 from soltanmm-google/malevolent-original-contentGravatar Masood Malekghassemi2016-11-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't use the stack so much
| | | | | | | * | | | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.XGravatar Matt Kwong2016-11-01
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8605 from ctiller/fieldszGravatar Craig Tiller2016-11-01
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | More data massaging
| * | | | | | | | | | | More data massagingGravatar Craig Tiller2016-11-01
| | | | | | | | | | | |
| | | | | | | | | * | | Stop supporting non-C++11 conformant compilersGravatar Vijay Pai2016-11-01
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | | | | | | * | | Missed fileGravatar Craig Tiller2016-11-01
| | | | | | | | | | |
| | | * | | | | | | | Reverted back to using 128 bytes for service nameGravatar David Garcia Quintas2016-11-01
| | | | | | | | | | |