Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Move channel_filter.h from include/ tree to src/ tree. | Mark D. Roth | 2016-06-29 |
* | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
|\ | |||
* | | Initial attempt at a C++ wrapper for the C grpc_transport_op and | Mark D. Roth | 2016-06-27 |
| * | clang-format | Mark D. Roth | 2016-06-23 |
| * | Added test for filter whose call initialization fails, and fixed bugs | Mark D. Roth | 2016-06-23 |
| * | Change grpc_channel_filter init_call_elem() method to return grpc_error. | Mark D. Roth | 2016-06-23 |
| * | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
| |\ | |||
| | * | fixed faulty server streaming c++ test case | David Garcia Quintas | 2016-06-21 |
| | * | fixed bad merge. c++ tests should work again | David Garcia Quintas | 2016-06-21 |
| * | | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 |
| |\ \ | |||
| | * | | Fix copyright | Craig Tiller | 2016-06-20 |
| | * | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
| * | | | Fix memory leak upon receiving two RST_STREAMs | Craig Tiller | 2016-06-20 |
| |/ / | |||
| * | | Merge pull request #6957 from ctiller/cpu_cost | Jan Tattermusch | 2016-06-17 |
| |\ \ | |||
| * \ \ | Merge pull request #6958 from ctiller/cpuburn | Jan Tattermusch | 2016-06-17 |
| |\ \ \ | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #6863 from vjpai/wheezy | Jan Tattermusch | 2016-06-17 |
| |\ \ \ \ \ | |||
| | | | * | | | Reduce cost of some heavyweight tests | Craig Tiller | 2016-06-17 |
| | |_|/ / / | |/| | | | | |||
| | | | * | | Adjust cpu_cost of some tests to better reflect reality | Craig Tiller | 2016-06-17 |
| | | | * | | Adjust cpu_cost of some tests to better reflect reality | Craig Tiller | 2016-06-17 |
| | |_|/ / | |/| | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown | Jan Tattermusch | 2016-06-17 |
| |\ \ \ \ | |||
| | | | | * | updated stress test with new tests cases | David Garcia Quintas | 2016-06-17 |
| | | * | | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-17 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | | | * | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-17 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| | | * | | | clang-format changes | Vijay Pai | 2016-06-17 |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-16 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge pull request #6838 from vjpai/trigger_happy | Jan Tattermusch | 2016-06-16 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #6858 from makdharma/issue5851 | Jan Tattermusch | 2016-06-16 |
| |\ \ \ \ \ \ | |||
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-16 |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | |||
| | | | | | | * | c++ client & server changes to bring code up to spec | David Garcia Quintas | 2016-06-16 |
| | | | | | | * | better test_case flag help formating | David Garcia Quintas | 2016-06-16 |
* | | | | | | | | Removed unnecessary comments. Added connection counter to test. | Mark D. Roth | 2016-06-16 |
* | | | | | | | | Fix portability issues. | Mark D. Roth | 2016-06-16 |
* | | | | | | | | Remove unnecessary code from test. | Mark D. Roth | 2016-06-16 |
* | | | | | | | | clang-format | Mark D. Roth | 2016-06-16 |
* | | | | | | | | Pass channel args to ChannelData ctor and ChannelData to CallData ctor. | Mark D. Roth | 2016-06-16 |
* | | | | | | | | Fixed test. | Mark D. Roth | 2016-06-16 |
* | | | | | | | | - fix build problems | Mark D. Roth | 2016-06-16 |
|/ / / / / / / | |||
| | | | * | | | Include <cinttypes> for PRIuPTR. Not clear why this is needed. | Vijay Pai | 2016-06-16 |
| | | | * | | | Remove range-based for, comparisons to nullptr | Vijay Pai | 2016-06-16 |
| | | | * | | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | | | * | | | clang-format | Vijay Pai | 2016-06-15 |
| | | | * | | | De-lambda-ify | vjpai | 2016-06-15 |
| | | | | * | | Merge branch 'idempotent_endpoint_shutdown' into error | Craig Tiller | 2016-06-15 |
| | | | | |\ \ | | | | |_|/ / | | | |/| | | | |||
| | | * | | | | clang-format code | Craig Tiller | 2016-06-15 |
| | | * | | | | Fix windows tests for idempotent shutdown | Craig Tiller | 2016-06-15 |
| | | | * | | | Deal with issues surrounding const members of classes used in | Vijay Pai | 2016-06-15 |
| | | | * | | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |