Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Populate latency field in final_info. | Mark D. Roth | 2016-11-07 |
| | |||
* | Increase test timeouts | Craig Tiller | 2016-11-04 |
| | | | | | | | | These tests are failing when run as a batch, but passing when run in isolation. Suspect something more is up, but this will at least make our builds much greener until we figure that out. | ||
* | Merge pull request #8456 from ctiller/pid_ctl | Craig Tiller | 2016-11-04 |
|\ | | | | | Simple PID controller | ||
* \ | Merge pull request #8537 from markdroth/remove_fake_resolver | Mark D. Roth | 2016-11-04 |
|\ \ | | | | | | | Change tests to use channel args instead of fake_resolver query args. | ||
* \ \ | Merge github.com:grpc/grpc into microbench | Craig Tiller | 2016-11-04 |
|\ \ \ | |||
| * | | | Fixed use of unalloc'd memory | David Garcia Quintas | 2016-11-03 |
| | | | | |||
| | * | | Don't run cancel_after_accept test for fd and socketpair fixtures. | Mark D. Roth | 2016-11-03 |
| | | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into remove_fake_resolver | Mark D. Roth | 2016-11-03 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #8602 from vjpai/turn_it_to_11 | Vijay Pai | 2016-11-02 |
| |\ \ \ | | | | | | | | | | | Stop supporting non-C++11 conformant compilers - DO NOT MERGE INTO V1.0.X | ||
| * \ \ \ | Merge pull request #8598 from ctiller/rst_stream | Muxi Yan | 2016-11-02 |
| |\ \ \ \ | | | | | | | | | | | | | Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM | ||
| | | * | | | 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 remote-tracking branch 'upstream/master' into remove_fake_resolver | Mark D. Roth | 2016-11-02 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #8523 from markdroth/lb_policy_name_channel_arg | Mark D. Roth | 2016-11-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Allow setting LB policy name via the C++ API | ||
| * \ \ \ \ \ | Merge pull request #8568 from dgquintas/grpclb_leaks_fix | David G. Quintas | 2016-11-02 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | gRPC LB fixes from end two end testing | ||
| | | | | * | | | 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 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Made LB token dynamic size <= 50 bytes | ||
| | | | | | * | | | clang-format | Vijay Pai | 2016-11-01 |
| | | | | | | | | | |||
| | | | | | * | | | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | | | | | | | | | |||
* | | | | | | | | | Merge github.com:grpc/grpc into microbench | Craig Tiller | 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 |
| | |_|_|_|/ / / | |/| | | | | | | |||
| | | | | | * | | Fix build problem from merge. | Mark D. Roth | 2016-11-01 |
| | | | | | | | | |||
| | | | * | | | | PR comments | David Garcia Quintas | 2016-10-31 |
| | | | | | | | | |||
| | * | | | | | | Don't use the stack so much | Masood Malekghassemi | 2016-10-31 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Because internally we like to keep our thread stacks tiny. | ||
| * | | | | | | Merge pull request #8380 from y-zeng/reflection_header | Yuchen Zeng | 2016-10-31 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove generated pb files | ||
| | | | | | * | | Fix build problem. | Mark D. Roth | 2016-10-31 |
| | | | | | | | | |||
| | | | | | * | | clang-format | Mark D. Roth | 2016-10-31 |
| | | | | | | | | |||
| | | | | | * | | Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver | Mark D. Roth | 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 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Implemenet New Interop Test: Cpp Unimplemented Service | ||
| | | * | | | | | | 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 github.com:grpc/grpc into pid_ctl | Craig Tiller | 2016-10-28 |
| | | | | | | | |\ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||
| | | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Noah Eisen | 2016-10-27 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpp_unimplemented_service | ||
| | | | | | * | | | | 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 ↵ | Craig Tiller | 2016-10-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pronounced now - and will be fixed with retries | ||
| | | | | | | * | | Change tests to use channel args instead of fake_resolver query args. | Mark D. Roth | 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 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix issue with pointers in udp_server_test | ||
| | | | * | | | | | Update comment | Craig Tiller | 2016-10-27 |
| | | | | | | | | |