aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_server.cc
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
| * fix for gcc 4.4 warningGravatar Makarand Dharmapurikar2016-09-30
| |
| * changed timestamp clock from REALTIME to PRECISEGravatar Makarand Dharmapurikar2016-09-28
| | | | | | | | to increase robustness
| * doc fixes and max-age set to 60Gravatar Makarand Dharmapurikar2016-09-28
| |
| * Addressed review feedbackGravatar Makarand Dharmapurikar2016-09-27
| | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits
| * Add interop test for Cacheable Unary CallsGravatar Makarand Dharmapurikar2016-09-14
| | | | | | | | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method
* | Increase max send message size on server used in objc tests.Gravatar Mark D. Roth2016-09-06
|/
* Fix exit conditionGravatar Vijay Pai2016-08-01
|
* Splitting interop_server.ccGravatar Nicolas "Pixel" Noble2016-07-18
|
* 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 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
|
* Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09