aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* removed check for status error message. Investigating why node servers send ↵Gravatar Noah Eisen2016-09-29
| | | | messages back that are not empty
* Merge branch 'master' of https://github.com/grpc/grpc into new_interop_testsGravatar Noah Eisen2016-09-28
|\
* | changed method name in test.proto to more accurately reflect how the calls ↵Gravatar Noah Eisen2016-09-28
| | | | | | | | will be used
* | added the unimplemented_call test to interop_client.cc. Next step is to call ↵Gravatar Noah Eisen2016-09-28
| | | | | | | | this from the driver program, run_interop_tests.py
| * Dont run benchmarks outside of linux for nowGravatar Craig Tiller2016-09-27
| |
| * Reduce # of benchmarks run as Jenkins unit testsGravatar Craig Tiller2016-09-27
| |
| * Merge pull request #7928 from yang-g/void_castGravatar Nicolas Noble2016-09-26
|/| | | | | Prevent some compilers compaining unused return value
* | Properly init variableGravatar yang-g2016-09-22
| |
* | clang-formatGravatar Yuchen Zeng2016-09-21
| |
* | Fix portibality issuesGravatar Yuchen Zeng2016-09-21
| |
* | Merge remote-tracking branch 'upstream/master' into cli_listGravatar Yuchen Zeng2016-09-21
|\ \
| * \ Merge pull request #7899 from y-zeng/cli_typeGravatar Yuchen Zeng2016-09-21
| |\ \ | | | | | | | | gRPC CLI type command
| * \ \ Merge pull request #7846 from markdroth/max_send_size_filterGravatar Mark D. Roth2016-09-19
| |\ \ \ | | | | | | | | | | Add channel arg for max send message size and add message size filter.
| * \ \ \ Merge pull request #8113 from yang-g/verify_auth_headersGravatar Yang Gao2016-09-18
| |\ \ \ \ | | | | | | | | | | | | Add a check for metadata from auth plugin
| | | | * | Fix CliCredentials referenceGravatar Yuchen Zeng2016-09-16
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into cli_type_forkGravatar Yuchen Zeng2016-09-16
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Fix ListServices argsGravatar Yuchen Zeng2016-09-16
| | | | | |
| | * | | | make inline metadata value clearerGravatar yang-g2016-09-16
| | | | | |
| | | * | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Add a test for nonbin header containing binary valueGravatar yang-g2016-09-15
| | | | | |
| * | | | | Merge pull request #8094 from ctiller/wait_to_startGravatar Craig Tiller2016-09-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Wait to start C++ clients until all connections are made
| * \ \ \ \ \ Merge pull request #7845 from yang-g/headerGravatar Yang Gao2016-09-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Include config file so that protobuf declarations can be found and overridden.
| | | | * | | | Add a check for metadata from auth pluginGravatar yang-g2016-09-15
| | | | | | | |
| * | | | | | | Merge pull request #7746 from dgquintas/lb_add_mdGravatar David G. Quintas2016-09-15
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Updates to gRPC LB
* | | | | | | | Clang-formatGravatar Yuchen Zeng2016-09-15
| | | | | | | |
| | * | | | | | More PR commentsGravatar David Garcia Quintas2016-09-14
| | | | | | | |
| | | | * | | | Dont start requests until all clients have gotten connectedGravatar Craig Tiller2016-09-14
| | | | | | | |
| | | | * | | | Add an initial mark that clients could use to delay startup of requestsGravatar Craig Tiller2016-09-14
| | | | | | | |
| * | | | | | | Merge pull request #7559 from dgquintas/codegen_cleanseGravatar Craig Tiller2016-09-13
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Removed references to public APIs from codegen/
| | | * | | | | More PR comments.Gravatar David Garcia Quintas2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly, removed all user_data memory management responsibilities from the round robin policy.
| | | | | * | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-13
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-09-12
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | | | | * Merge remote-tracking branch 'upstream/master' into void_castGravatar yang-g2016-09-12
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Add header guardGravatar Yuchen Zeng2016-09-12
| | | | | | | |
* | | | | | | | Fix protobuf dependencyGravatar Yuchen Zeng2016-09-12
| | | | | | | |
* | | | | | | | Fix portability issuesGravatar Yuchen Zeng2016-09-12
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'upstream/master' into cli_listGravatar Yuchen Zeng2016-09-12
|\| | | | | | |
* | | | | | | | Fix portability issuesGravatar Yuchen Zeng2016-09-12
| | | | | | | |
| * | | | | | | Merge pull request #7929 from yang-g/externCGravatar Nicolas Noble2016-09-12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | The public headers already have extern C
| | | | | | * \ \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | 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 remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | | | | | | | * | | Increase max send message size on server used in objc tests.Gravatar Mark D. Roth2016-09-06
| | | | | | | | | | |
| | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-03
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Support server-side streaming of a unary RPC
| | | | | | * \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-02
| | | | | | |\ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | | | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-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
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improve gRPC CLI