Commit message (Expand) | Author | Age | |
---|---|---|---|
* | clang-format | Vijay Pai | 2016-11-04 |
* | One more NULL->nullptr | Vijay Pai | 2016-11-04 |
* | Remove some unnecessary new/delete patterns | Vijay Pai | 2016-11-04 |
* | Remove a namespace and start using a lambda for a small function | Vijay Pai | 2016-11-04 |
* | Cleanup unneeded namespace | Vijay Pai | 2016-11-04 |
* | Fix a comment | Vijay Pai | 2016-11-04 |
* | clang-format | Vijay Pai | 2016-11-04 |
* | Eliminate unnecessary uses of new[]/delete[] that can be replaced | Vijay Pai | 2016-11-04 |
* | Fixed use of unalloc'd memory | David Garcia Quintas | 2016-11-03 |
* | Merge pull request #8602 from vjpai/turn_it_to_11 | Vijay Pai | 2016-11-02 |
|\ | |||
* \ | Merge pull request #8598 from ctiller/rst_stream | Muxi Yan | 2016-11-02 |
|\ \ | |||
| | * | Make new file compliant with new standards | Vijay Pai | 2016-11-02 |
| | * | Merge branch 'master' into turn_it_to_11 | Vijay Pai | 2016-11-02 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #8523 from markdroth/lb_policy_name_channel_arg | Mark D. Roth | 2016-11-02 |
|\ \ \ | |||
* \ \ \ | Merge pull request #8568 from dgquintas/grpclb_leaks_fix | David G. Quintas | 2016-11-02 |
|\ \ \ \ | |||
| | | | * | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | | | * | Regenerate all projects | Vijay Pai | 2016-11-01 |
* | | | | | Merge pull request #8548 from dgquintas/lb-tokens-length | David G. Quintas | 2016-11-02 |
|\ \ \ \ \ | |||
| | | | | * | clang-format | Vijay Pai | 2016-11-01 |
| | | | | * | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fix | David Garcia Quintas | 2016-11-01 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||
| | | | | * | Ensure something executes the new rst_stream code | Craig Tiller | 2016-11-01 |
| | | | |/ | | | |/| | |||
| | * | | | PR comments | David Garcia Quintas | 2016-10-31 |
* | | | | | Don't use the stack so much | Masood Malekghassemi | 2016-10-31 |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #8380 from y-zeng/reflection_header | Yuchen Zeng | 2016-10-31 |
|\ \ \ \ | |||
| | | | * | Fix memory leak. | Mark D. Roth | 2016-10-31 |
| | | | * | Fix portability problems. | Mark D. Roth | 2016-10-31 |
| | | | * | clang-format | Mark D. Roth | 2016-10-31 |
| | | | * | Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg | Mark D. Roth | 2016-10-31 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge branch 'master' into rpc_mgr | Sree Kuchibhotla | 2016-10-28 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #8552 from ncteisen/cpp_unimplemented_service | Noah Eisen | 2016-10-28 |
| |\ \ \ \ | |||
| | * | | | | Fix clang format | Noah Eisen | 2016-10-28 |
| | * | | | | Use default Empty ctor instead of Empty::default_instance | Noah Eisen | 2016-10-28 |
| * | | | | | More Windows Fixes | Craig Tiller | 2016-10-28 |
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_unimplemented_... | Noah Eisen | 2016-10-27 |
| | |\ \ \ \ | |||
| | | | | * | | Made LB token dynamic size <= 50 bytes | David Garcia Quintas | 2016-10-28 |
| | | | |/ / | | | |/| | | |||
| | * | | | | Add unimplemented_service test case for cpp interop client | Noah Eisen | 2016-10-27 |
| * | | | | | Handle failed calls in sync client | Craig Tiller | 2016-10-27 |
* | | | | | | Merge branch 'master' into rpc_mgr | Sree Kuchibhotla | 2016-10-27 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| | * | | | | Mark disappearing_server as flaky: this was always so, but is more pronounced... | Craig Tiller | 2016-10-27 |
| | * | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-27 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #8520 from murgatroid99/udp_server_test_fix | Craig Tiller | 2016-10-27 |
| |\ \ \ \ \ | |||
| | | * | | | | Update comment | Craig Tiller | 2016-10-27 |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg | Mark D. Roth | 2016-10-27 |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | |||
| | | * | | | | Review feedback | Craig Tiller | 2016-10-26 |
| | | * | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-26 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | | | | | * | Add test for setting LB policy via C++ API. | Mark D. Roth | 2016-10-26 |
| | * | | | | | Fix issue with pointers in udp_server_test | murgatroid99 | 2016-10-26 |
| | | |_|_|/ | | |/| | | | |||
| * | | | | | Merge remote-tracking branch 'upstream/master' into circular_dependency_fix | Mark D. Roth | 2016-10-26 |
| |\| | | | | |||
| * | | | | | Move method_config module from ext/client_channel to lib/transport. | Mark D. Roth | 2016-10-26 |