aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
|\
* \ Merge pull request #7816 from ctiller/benchmark-verbosityGravatar Craig Tiller2016-09-07
|\ \
* \ \ Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
|\ \ \
| | | * Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
* | | | Merge pull request #7914 from y-zeng/cli_main_forkGravatar kpayson642016-09-01
|\ \ \ \
| | * | | a golden fileGravatar Vijay Pai2016-08-30
| | * | | Fix golden testGravatar Vijay Pai2016-08-30
| | * | | Update golden fileGravatar Vijay Pai2016-08-29
| * | | | Use --protofilesGravatar Yuchen Zeng2016-08-29
| | * | | clang-formatGravatar Vijay Pai2016-08-29
| | * | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated meth...Gravatar Vijay Pai2016-08-29
| | * | | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-25
| | |\ \ \ | | |/ / / | |/| | |
* / | | | Fix some more tests that called cq_expect_completion().Gravatar Mark D. Roth2016-08-25
|/ / / /
| | | * Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22
* | | | Merge pull request #6732 from ctiller/consistent_client_countGravatar Craig Tiller2016-08-22
|\ \ \ \
| | | * | Increase log verbosity for benchmark driverGravatar Craig Tiller2016-08-22
| |_|/ / |/| | |
* | | | Merge pull request #7735 from y-zeng/cli_main_forkGravatar kpayson642016-08-17
|\ \ \ \
| * | | | Address review commentsGravatar Yuchen Zeng2016-08-16
| * | | | Fix wrongly included headerGravatar Yuchen Zeng2016-08-15
| * | | | Clang-formatGravatar Yuchen Zeng2016-08-15
| * | | | Address review commentsGravatar Yuchen Zeng2016-08-15
* | | | | Merge pull request #7648 from vjpai/qps_better_ptrGravatar kpayson642016-08-15
|\ \ \ \ \
| | * | | | Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
* | | | | | Merge pull request #7652 from vjpai/qps_better_client_endingGravatar kpayson642016-08-15
|\ \ \ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'upstream/master' into cli_main_forkGravatar Yuchen Zeng2016-08-15
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | * | | | Rewrite ProtoFileParserGravatar Yuchen Zeng2016-08-12
| * | | | | | Appease the const gods, improve readability, stop using 0 and 1 asGravatar Vijay Pai2016-08-08
* | | | | | | Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
|\ \ \ \ \ \ \
| | * | | | | | clang-formatGravatar Vijay Pai2016-08-05
| | * | | | | | Better ending for open-loop tests: never wait more than 1 secondGravatar Vijay Pai2016-08-05
| | * | | | | | Dramatically reduce time required to complete sync test when runningGravatar Vijay Pai2016-08-05
| |/ / / / / / |/| | | | | |
| | * | | | | Properly use unique_ptr rather than explicitlyGravatar Vijay Pai2016-08-05
| |/ / / / / |/| | | | |
| | | | * | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-04
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Add FCService to golden testGravatar Vijay Pai2016-08-04
| | | | * | clang-formatGravatar Vijay Pai2016-08-04
| | | | * | Be able to specify FCUnaryService just like AsyncService so that allGravatar Vijay Pai2016-08-04
| | | | * | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-04
| | | | |\ \
* | | | | \ \ Merge branch 'master' of https://github.com/grpc/grpc into interop_server_splitGravatar Nicolas "Pixel" Noble2016-08-04
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | deflake grpclb_testGravatar David Garcia Quintas2016-08-02
| | * | | | | Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-08-02
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #7590 from vjpai/affinity_optionalGravatar Vijay Pai2016-08-02
| |\ \ \ \ \ \
| | | * \ \ \ \ Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-08-02
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into interop_server_splitGravatar Nicolas "Pixel" Noble2016-08-02
|\ \ \ \ \ \ \ \
| | * | | | | | | moar clang-formatGravatar David Garcia Quintas2016-08-01
| | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Fix exit conditionGravatar Vijay Pai2016-08-01
| | | * | | | | | Don't assert if we're not able to set affinity for some reasonGravatar Vijay Pai2016-07-30
| | |/ / / / / / | |/| | | | | |
| | * | | | | | Addressed the rest of the PR commentsGravatar David Garcia Quintas2016-07-29
| * | | | | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | * Change API for next message size to allow a bool return value for failureGravatar Vijay Pai2016-07-27