aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.cc
Commit message (Collapse)AuthorAge
...
* 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
|\ | | | | Fixed compression interop and re-enable for C++.
* | 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
| | | | | | | | | | Also added some defense in depth for compression algorithms in the receive path.
* | 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
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* 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
|\ | | | | Core transport & call cleanup
* \ 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
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Merge pull request #2975 from dgquintas/no_foreach_44Gravatar Vijay Pai2015-08-19
|\ | | | | removed foreach loops for gcc 4.4
* | Removed function introducing dependency on proto in .hGravatar David Garcia Quintas2015-08-18
| |
| * removed foreach loops for gcc 4.4Gravatar David Garcia Quintas2015-08-18
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* proto3 required changesGravatar David Garcia Quintas2015-08-13
|
* Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
|\
| * update the interop test protos and code to proto3Gravatar yang-g2015-08-13
| |
* | Make sure COMPRESSABLE is the default for LargeUnaryGravatar David Garcia Quintas2015-08-13
| |
* | Removed spurious line that forced COMPRESSABLE for large unariesGravatar David Garcia Quintas2015-08-13
| |
* | Merged PerformLargeCompressedUnary into PerformLargeUnaryGravatar David Garcia Quintas2015-08-11
| |
* | Reverted unnecessary changes to serverGravatar David Garcia Quintas2015-08-10
| |
* | Added new tests for compressionGravatar David Garcia Quintas2015-08-09
| |
* | Merge branch 'compression-accept-encoding' into compression-interopGravatar David Garcia Quintas2015-08-09
|\|
| * Added interop test for status_code_with_messageGravatar Abhishek Kumar2015-08-05
| |
* | Merge branch 'master' into compression-interopGravatar David Garcia Quintas2015-07-22
|\|
* | Updated interop tests with support for compression.Gravatar David Garcia Quintas2015-07-22
| | | | | | | | The support for uncompressable payloads relies on a 512KB file with data from /dev/urandom
* | wipGravatar David Garcia Quintas2015-07-21
| |
* | Merge branch 'master' into compression-interopGravatar David Garcia Quintas2015-07-20
|\ \