aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
|\ | | | | | | interop test
| * Fixed clang-format sanity errorGravatar David Garcia Quintas2016-10-12
| |
| * Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
| |\ | | | | | | Add interop test for Cacheable Unary Calls
* | | added status request ability to the FullDuplexCall so that cpp server can ↵Gravatar Noah Eisen2016-10-07
| | | | | | | | | | | | pass the node client's status_code_and_message test
| * | Merge pull request #8219 from markdroth/fail_fastGravatar Mark D. Roth2016-10-07
| |\ \ | | | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast.
| * | | Add missing deleteGravatar Craig Tiller2016-10-06
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-10-06
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #8190 from y-zeng/proto_dbGravatar Yuchen Zeng2016-10-05
| |\ \ \ | | | | | | | | | | Improve ProtoReflectionDescriptorDatabase
| | * \ \ Merge remote-tracking branch 'upstream/master' into proto_dbGravatar Yuchen Zeng2016-10-04
| | |\ \ \
| * | | | | more usage of std::stringGravatar David Garcia Quintas2016-10-04
| | | | | |
| * | | | | s/std::string/grpc::stringGravatar David Garcia Quintas2016-10-04
| | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'upstream/master' into fake_resolverGravatar Mark D. Roth2016-10-04
| |\ \ \ \
| | * \ \ \ Merge pull request #8253 from dgquintas/grpclb_deadline_n_massageGravatar David G. Quintas2016-10-03
| | |\ \ \ \ | | | | | | | | | | | | | | More gRPC LB bugfixes and groundwork for deadline propagation
| * | | | | | Add fake resolver for tests.Gravatar Mark D. Roth2016-10-03
| | | | | | |
| | * | | | | Merge pull request #8247 from y-zeng/proto_db_check_serviceGravatar Yuchen Zeng2016-10-03
| |/| | | | | | | | | | | | | | | | | | | Handle partially exposed reflection service in gRPC CLI
| | | | | | * yet another gcc 4.4 compile fix.Gravatar Makarand Dharmapurikar2016-09-30
| | | | | | |
| | | * | | | Use a reasonable deadline in grpclb testGravatar David Garcia Quintas2016-09-30
| | |/ / / / | |/| | | |
| | | | | * fix for gcc 4.4 warningGravatar Makarand Dharmapurikar2016-09-30
| | | | | |
| | * | | | Print more information about ambiguous method namesGravatar Yuchen Zeng2016-09-29
| | | | | |
| | * | | | Handle partially exposed reflection serviceGravatar Yuchen Zeng2016-09-29
| | | | | |
* | | | | | Fixed type in commentsGravatar Noah Eisen2016-09-29
| | | | | |
* | | | | | 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
| | | | | * | Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-09-28
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | * | | Remove unused inclusionGravatar Yuchen Zeng2016-09-28
| | | | | | |
| | | | | | * changed timestamp clock from REALTIME to PRECISEGravatar Makarand Dharmapurikar2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to increase robustness
* | | | | | | 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
| | | | | * doc fixes and max-age set to 60Gravatar Makarand Dharmapurikar2016-09-28
| | | | | |
| | * | | | Use the server's name as the service name for gRPC LBGravatar David Garcia Quintas2016-09-27
| |/ / / /
| | | | * Addressed review feedbackGravatar Makarand Dharmapurikar2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits
| | * | | Rename variables ... againGravatar Yuchen Zeng2016-09-27
| | | | |
| | * | | Rename variablesGravatar Yuchen Zeng2016-09-27
| | | | |
| | | * | Change C++ API to expose wait_for_ready instead of fail_fast.Gravatar Mark D. Roth2016-09-27
| | | | |
| * | | | 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
| | * | Improve ProtoReflectionDescriptorDatabaseGravatar Yuchen Zeng2016-09-23
| |/ / |/| |
* | | 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
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |