aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.cc
Commit message (Expand)AuthorAge
* Fixed type in commentsGravatar Noah Eisen2016-09-29
* removed check for status error message. Investigating why node servers send m...Gravatar Noah Eisen2016-09-29
* changed method name in test.proto to more accurately reflect how the calls wi...Gravatar Noah Eisen2016-09-28
* added the unimplemented_call test to interop_client.cc. Next step is to call ...Gravatar Noah Eisen2016-09-28
* removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
* printf portability sucksGravatar David Garcia Quintas2016-06-27
* Fixed error messages for C++ interop client.Gravatar David Garcia Quintas2016-06-23
* 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-17
|\
| * clang-format changesGravatar Vijay Pai2016-06-17
* | 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
| | * Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
| |/
| * Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| * Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
* | Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
* | Fixed wrong spec and reworked streaming compressed caseGravatar David Garcia Quintas2016-06-08
|/
* removed unused vbleGravatar David Garcia Quintas2016-06-07
* fixed silly typoGravatar David Garcia Quintas2016-06-07
* disabled bogus checks for streaming compressedGravatar David Garcia Quintas2016-06-07
* removed RANDOM and simplified req for compressionGravatar David Garcia Quintas2016-06-07
* Merge pull request #6463 from dgquintas/fix_compression_interopGravatar Jan Tattermusch2016-05-18
|\
* | steaming -> streamingGravatar Vijay Pai2016-05-12
* | fix clang formattingGravatar Sree Kuchibhotla2016-05-06
| * Fixed compression interop and re-enable for C++.Gravatar David Garcia Quintas2016-05-05
* | Remove redundant error checkGravatar Sree Kuchibhotla2016-05-05
* | Interop client that is resilient to server restartsGravatar Sree Kuchibhotla2016-05-05
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
* Fix includesGravatar Craig Tiller2016-03-25
* Auto-changesGravatar Craig Tiller2016-03-25
* Add custom_metadata test caseGravatar yang-g2016-02-19
* Updated copyrightsGravatar murgatroid992016-01-12
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Adjust the log levels in interop tests and stress testsGravatar Sree Kuchibhotla2016-01-06
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/
* Removed compression checks from vanilla large unaryGravatar David Garcia Quintas2015-12-15
* Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
|\
* \ Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \
| | * stream_op cleanup: test fixes and updatesGravatar Craig Tiller2015-11-02
| |/
| * Address code review commentGravatar Sree Kuchibhotla2015-10-22
| * Add an option to reuse the TestService::Stub in interop client classGravatar Sree Kuchibhotla2015-10-20
| * Interop stress testsGravatar Sree Kuchibhotla2015-10-19
* | Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|/
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
* Add empty_stream test caseGravatar yang-g2015-09-21
* more changesGravatar yang-g2015-09-02
* Fix auth testsGravatar yang-g2015-09-02
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
* Addressing comments.Gravatar Julien Boeuf2015-08-27
* Added missing payloads to streaming compressed testGravatar David Garcia Quintas2015-08-25