aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.cc
Commit message (Collapse)AuthorAge
* 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
|\ \
* | | wipGravatar David Garcia Quintas2015-07-20
| | |
| | * Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_implGravatar yang-g2015-07-20
| | |\ | | |/ | |/|
| * | update according to spec changeGravatar yang-g2015-07-17
| | |
| | * update according to spec changeGravatar yang-g2015-07-15
| | |
| | * add per_rpc_creds test case in interop testGravatar yang-g2015-07-14
| |/
| * Add oauth2_auth_token test case in interop testGravatar yang-g2015-07-13
| |
| * Add timeout interop test caseGravatar yang-g2015-07-10
|/
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Correct the test request/response size, to be consistent with the test ↵Gravatar Xudong Ma2015-05-26
| | | | spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
* Add two scenarios in interop testGravatar Yang Gao2015-04-24
|
* Move .proto files up for reuseGravatar Abhishek Kumar2015-04-16
|
* Moving test.proto to an outer directory so others can depend on it.Gravatar Abhishek Kumar2015-04-16
|
* Split interop client and server into componentsGravatar Yang Gao2015-04-09