aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Move channel_filter.h from include/ tree to src/ tree.Gravatar Mark D. Roth2016-06-29
* Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-06-29
|\
* | Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| * clang-formatGravatar Mark D. Roth2016-06-23
| * Added test for filter whose call initialization fails, and fixed bugsGravatar Mark D. Roth2016-06-23
| * Change grpc_channel_filter init_call_elem() method to return grpc_error.Gravatar Mark D. Roth2016-06-23
| * Merge pull request #6839 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-21
| |\
| | * fixed faulty server streaming c++ test caseGravatar David Garcia Quintas2016-06-21
| | * fixed bad merge. c++ tests should work againGravatar David Garcia Quintas2016-06-21
| * | Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
| |\ \
| | * | Fix copyrightGravatar Craig Tiller2016-06-20
| | * | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
| * | | Fix memory leak upon receiving two RST_STREAMsGravatar Craig Tiller2016-06-20
| |/ /
| * | Merge pull request #6957 from ctiller/cpu_costGravatar Jan Tattermusch2016-06-17
| |\ \
| * \ \ Merge pull request #6958 from ctiller/cpuburnGravatar Jan Tattermusch2016-06-17
| |\ \ \
| | | | * Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
| |\ \ \ \
| * \ \ \ \ Merge pull request #6863 from vjpai/wheezyGravatar Jan Tattermusch2016-06-17
| |\ \ \ \ \
| | | | * | | Reduce cost of some heavyweight testsGravatar Craig Tiller2016-06-17
| | |_|/ / / | |/| | | |
| | | | * | Adjust cpu_cost of some tests to better reflect realityGravatar Craig Tiller2016-06-17
| | | | * | Adjust cpu_cost of some tests to better reflect realityGravatar Craig Tiller2016-06-17
| | |_|/ / | |/| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #6911 from ctiller/idempotent_endpoint_shutdownGravatar Jan Tattermusch2016-06-17
| |\ \ \ \
| | | | | * updated stress test with new tests casesGravatar David Garcia Quintas2016-06-17
| | | * | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-17
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | * | | clang-format changesGravatar Vijay Pai2016-06-17
| | | | | * Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-16
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #6838 from vjpai/trigger_happyGravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #6858 from makdharma/issue5851Gravatar Jan Tattermusch2016-06-16
| |\ \ \ \ \ \
| | | | | | | * Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-16
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * c++ client & server changes to bring code up to specGravatar David Garcia Quintas2016-06-16
| | | | | | | * better test_case flag help formatingGravatar David Garcia Quintas2016-06-16
* | | | | | | | Removed unnecessary comments. Added connection counter to test.Gravatar Mark D. Roth2016-06-16
* | | | | | | | Fix portability issues.Gravatar Mark D. Roth2016-06-16
* | | | | | | | Remove unnecessary code from test.Gravatar Mark D. Roth2016-06-16
* | | | | | | | clang-formatGravatar Mark D. Roth2016-06-16
* | | | | | | | Pass channel args to ChannelData ctor and ChannelData to CallData ctor.Gravatar Mark D. Roth2016-06-16
* | | | | | | | Fixed test.Gravatar Mark D. Roth2016-06-16
* | | | | | | | - fix build problemsGravatar Mark D. Roth2016-06-16
|/ / / / / / /
| | | | * | | Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
| | | | * | | Remove range-based for, comparisons to nullptrGravatar Vijay Pai2016-06-16
| | | | * | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | * | | clang-formatGravatar Vijay Pai2016-06-15
| | | | * | | De-lambda-ifyGravatar vjpai2016-06-15
| | | | | * | Merge branch 'idempotent_endpoint_shutdown' into errorGravatar Craig Tiller2016-06-15
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
| | | * | | | clang-format codeGravatar Craig Tiller2016-06-15
| | | * | | | Fix windows tests for idempotent shutdownGravatar Craig Tiller2016-06-15
| | | | * | | Deal with issues surrounding const members of classes used inGravatar Vijay Pai2016-06-15
| | | | * | | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15