aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)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
|\ \ | | | | | | Increase log verbosity for benchmark driver
* \ \ Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
|\ \ \ | | | | | | | | Support server-side streaming of a unary RPC
| | | * Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
| | | |
* | | | Merge pull request #7914 from y-zeng/cli_main_forkGravatar kpayson642016-09-01
|\ \ \ \ | | | | | | | | | | Improve gRPC CLI
| | * | | 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 ↵Gravatar Vijay Pai2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness)
| | * | | 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
|\ \ \ \ | | | | | | | | | | Make client_channels be across all clients, not per-client
| | | * | Increase log verbosity for benchmark driverGravatar Craig Tiller2016-08-22
| |_|/ / |/| | |
* | | | Merge pull request #7735 from y-zeng/cli_main_forkGravatar kpayson642016-08-17
|\ \ \ \ | | | | | | | | | | Improve gRPC CLI
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Use unique_ptr properly in QPS async tests
| | * | | | Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
| | | | | |
* | | | | | Merge pull request #7652 from vjpai/qps_better_client_endingGravatar kpayson642016-08-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Better client-side ending for QPS tests
| | | * \ \ \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | proxies for false and true.
* | | | | | | Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implement C++ API for defining channel filters.
| | * | | | | | clang-formatGravatar Vijay Pai2016-08-05
| | | | | | | |
| | * | | | | | Better ending for open-loop tests: never wait more than 1 secondGravatar Vijay Pai2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if we are in termination mode
| | * | | | | | Dramatically reduce time required to complete sync test when runningGravatar Vijay Pai2016-08-05
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | with lots of threads (by parallelizing shutdown of course)
| | * | | | | Properly use unique_ptr rather than explicitlyGravatar Vijay Pai2016-08-05
| |/ / / / / |/| | | | | | | | | | | | | | | | | deleting server context wrappers in QPS test
| | | | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | relevant methods get treated this way.
| | | | * | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't assert if we're not able to set CPU affinity
| | | * \ \ \ \ 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
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
| | | | | | | * Change API for next message size to allow a bool return value for failureGravatar Vijay Pai2016-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases.