Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stripping out master channel as a concept | Craig Tiller | 2015-11-24 |
| | |||
* | Merge branch 'connected-subchannel' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-11-23 |
|\ | | | | | | | connected-subchannel | ||
* \ | Merge branch 'no-transport-metadata' into connected-subchannel | Craig Tiller | 2015-11-23 |
|\ \ | |||
* \ \ | Merge branch 'power-to-the-peanut-people-rah-rah' into connected-subchannel | Craig Tiller | 2015-11-23 |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-23 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/interop/stress_test.cc | ||
| * | | | | Fix memory leak | Craig Tiller | 2015-11-23 |
| | | | | | |||
| * | | | | AVL: removal, and passing tests | Craig Tiller | 2015-11-23 |
| | | | | | |||
| | | * | | Merge pull request #4174 from sreecha/stress_multiple_channels | Nicolas Noble | 2015-11-23 |
| | | |\ \ | | | | | | | | | | | | | Add multiple channels to each server in stress tests | ||
| * | | | | | AVL: creation, destroy, add | Craig Tiller | 2015-11-23 |
| | |/ / / | |/| | | | |||
| | | | * | clang-format, bugfix | Craig Tiller | 2015-11-21 |
| |_|_|/ |/| | | | |||
* | | | | Get tests linking after merge | Craig Tiller | 2015-11-20 |
| | | | | |||
* | | | | Merge branch 'no-transport-metadata' into connected-subchannel-with-no-mdctx | Craig Tiller | 2015-11-20 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | This is needed to link on mac | Craig Tiller | 2015-11-20 |
| | | | | |||
| * | | | This is needed to link on mac | Craig Tiller | 2015-11-20 |
| | | | | |||
| | * | | Merge pull request #4157 from nicolasnoble/paddywhack | Craig Tiller | 2015-11-20 |
| | |\ \ | | | | | | | | | | | Adding grpc_tcp_listener as an actual object being returned. | ||
| | * | | | improve comments on benchmark protos | Jan Tattermusch | 2015-11-20 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-20 |
| |\| | | | |||
| * | | | | Remove metadata context entirely | Craig Tiller | 2015-11-20 |
| | | | | | |||
| | | | * | Add multiple channels to each server | Sree Kuchibhotla | 2015-11-20 |
| | | |/ | | |/| | |||
| * | | | Remove metadata context from the channel stack | Craig Tiller | 2015-11-19 |
| | | | | |||
| | * | | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | | | | |||
| | * | | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-19 |
| | |\ \ | |||
| | * | | | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | | | | | |||
| | | * | | Merge pull request #4097 from ctiller/hpack_max_table_size | David G. Quintas | 2015-11-19 |
| | | |\ \ | | | | | | | | | | | | | Support dynamic HPACK table resizing | ||
| | | * \ \ | Merge pull request #4156 from jtattermusch/perf_testing_polishing | Jan Tattermusch | 2015-11-19 |
| | | |\ \ \ | | | | | | | | | | | | | | | Performance proto polishing | ||
| | * | | | | | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-19 |
| | |\| | | | | |||
| * | | | | | | clang-format | Craig Tiller | 2015-11-19 |
| | | | | | | | |||
| * | | | | | | Merge github.com:grpc/grpc into static-metadata | Craig Tiller | 2015-11-19 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||
| * | | | | | | Use static metadata table in metadata.c | Craig Tiller | 2015-11-19 |
| | | | | | | | |||
| | | | | | * | Adding grpc_tcp_listener as an actual object being returned. | Nicolas Noble | 2015-11-19 |
| | | |_|_|/ | | |/| | | | |||
| | | | * | | use new perf proto options in c++ | Jan Tattermusch | 2015-11-18 |
| | | | | | | |||
| | | | * | | use new proto option in C# | Jan Tattermusch | 2015-11-18 |
| | | | | | | |||
| | | | * | | polish benchmark protos | Jan Tattermusch | 2015-11-18 |
| | | | | | | |||
| | | | | * | clang-format | Craig Tiller | 2015-11-18 |
| | | | | | | |||
| | | | | * | Merge github.com:grpc/grpc into hpack_max_table_size | Craig Tiller | 2015-11-18 |
| | | | | |\ | | | |_|_|/ | | |/| | | | |||
| | * | | | | Merge pull request #3993 from ctiller/new_op | David G. Quintas | 2015-11-18 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | Core transport & call cleanup | ||
| * | | | | | Merge branch 'new_op' of github.com:ctiller/grpc into new_op | Craig Tiller | 2015-11-18 |
| |\ \ \ \ \ | |||
| | | * \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| | | |\ \ \ \ | |||
| | | | * | | | | Fixing NULL terminator for test cert. | Julien Boeuf | 2015-11-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that! | ||
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| | | |\| | | | | |||
| | | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert | Julien Boeuf | 2015-11-17 |
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| | | |||
| | | * | | | | | More C++ fixes (the merge did not quite work...). | Julien Boeuf | 2015-11-17 |
| | | | | | | | | |||
| | | * | | | | | Forgot to fix driver.cc somehow... | Julien Boeuf | 2015-11-17 |
| | | | | | | | | |||
| | * | | | | | | Robustness work for lb_policies_test | Craig Tiller | 2015-11-17 |
| | | | | | | | | |||
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| | | |\ \ \ \ \ | |||
| | | | | | * | | | Handle cancel before start case | yang-g | 2015-11-17 |
| | | | | |/ / / | | | | |/| | | | |||
| | | | * | | | | Comments | David Garcia Quintas | 2015-11-17 |
| | | | | | | | | |||
| | | | * | | | | Fix naming issue in stress_test | David Garcia Quintas | 2015-11-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (via ahh@google.com) Under some configurations gRPC includes google3 base headers. google3 has a namespace "thread" which mixes poorly with unqualified use of the type std::thread; adding that namespace to various google3 headers breaks this test. | ||
| | | | | | * | | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-16 |
| | | | | | |\ \ | | | | | |_|/ / | | | | |/| | | | |||
| | | | | | * | | Address code review comments | Sree Kuchibhotla | 2015-11-16 |
| | | | | | | | |