Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | Add remaining count to run_tests | Craig Tiller | 2015-11-24 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Test fixes | Craig Tiller | 2015-11-24 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Handle goaway and http1 responses | Carl Mastrangelo | 2015-11-24 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #4089 from yang-g/initial_string | Craig Tiller | 2015-11-24 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | Support sending an initial connect string at the beginning of client tcp connection. | |||
| | * | | | | | | | | merge with head | yang-g | 2015-11-24 | |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Fixes | Craig Tiller | 2015-11-24 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Finish initial scrape, clang-format | Craig Tiller | 2015-11-24 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Stripping out master channel as a concept | Craig Tiller | 2015-11-24 | |
| | | | | | | | | | | ||||
| | | | | | | | * | | Global hook for doing something in response to a synchronous server call | Craig Tiller | 2015-11-24 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #4032 from ctiller/better-profile | Nicolas Noble | 2015-11-23 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Lower latency profiling | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #4136 from ctiller/configurable-lookahead | David G. Quintas | 2015-11-23 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add a (temporary) facility to tune stream read-ahead size | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #4203 from ctiller/power-to-the-peanut-people-rah-rah | Nicolas Noble | 2015-11-23 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Generic immutable AVL tree | |||
* | \ \ \ \ \ \ \ \ \ \ | 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 configurable-lookahead | 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 | |||
| | * | | | | | | | | | | | Make metadata leaks a warning, and not a fatal error | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's still a bug on Windows that will take some time to track down | |||
| * | | | | | | | | | | | | clang-format | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Reduce code size for AVL tree | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By rewriting a few stanza's to give the compiler more flexibility in order of operations, reduce code size by about 1kb. | |||
| * | | | | | | | | | | | | faster asserts | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Fix memory leak | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | AVL: add documentation | 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 | |||
| | | | | | | | | | | | * | | Give the security_connector server's channel_args | yang-g | 2015-11-23 | |
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | | AVL: creation, destroy, add | Craig Tiller | 2015-11-23 | |
| | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | Merge pull request #4192 from ctiller/stupid-threads | Sree Kuchibhotla | 2015-11-23 | |
| | |/| | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Two argument variant for grpc::thread | |||
| | * | | | | | | | | | | | Merge branch 'no-transport-metadata' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-11-21 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no-transport-metadata | |||
| | * | | | | | | | | | | | | Fixes for profiling | Craig Tiller | 2015-11-21 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | fix build and windows test | yang-g | 2015-11-21 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | Merge github.com:grpc/grpc into better-profile | Craig Tiller | 2015-11-21 | |
| | | | | | | | |\ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | clang-format, bugfix | Craig Tiller | 2015-11-21 | |
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge pull request #4195 from adelez/fix_gcov | Nicolas Noble | 2015-11-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip OjbC when running code coverage. | |||
| | * | | | | | | | | | | | | Skip OjbC when running code coverage. | Adele Zhou | 2015-11-20 | |
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Get tests linking after merge | Craig Tiller | 2015-11-20 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | merge with head | yang-g | 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. | |||
| | | | | * | | | | | | | | | Two argument variant for grpc::thread | Craig Tiller | 2015-11-20 | |
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge pull request #4189 from jtattermusch/document_perf_protos | Michael Lumish | 2015-11-20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | Improve comments on benchmark protos | |||
| | | * | | | | | | | | | | 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 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | | * | format | yang-g | 2015-11-20 | |
| | | | | | | | | | | | | ||||
| | | | * | | | | | | | | Add multiple channels to each server | Sree Kuchibhotla | 2015-11-20 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | | * | make security_connector manage pending handshaker, while handshaker owns tcp | yang-g | 2015-11-20 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 | |
| | | | | | | | | |/ / |