aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
...
* | Removed 'using' conflicting with importGravatar David Garcia Quintas2015-10-23
| |
* | Return success if there are no test cases to runGravatar Sree Kuchibhotla2015-10-22
| |
* | Fix the error reported by tools/run_tests/check_sources_and_headers.pyGravatar Sree Kuchibhotla2015-10-22
| |
* | Address code review commentGravatar Sree Kuchibhotla2015-10-22
| |
* | Add an option to reuse the TestService::Stub in interop client classGravatar Sree Kuchibhotla2015-10-20
| |
* | Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_newGravatar Sree Kuchibhotla2015-10-19
|\ \
* | | Interop stress testsGravatar Sree Kuchibhotla2015-10-19
| | |
| * | Interop stress testsGravatar Sree Kuchibhotla2015-10-16
|/ /
| * Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|/
* Merge pull request #3692 from dgquintas/inspector_failGravatar Sree Kuchibhotla2015-10-09
|\ | | | | Fixed unprotected access to call field
| * Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
| |
* | change default value of use_test_caGravatar yang-g2015-10-07
| |
* | remove flag use_prod_roots in interop test and add use_test_ca per the ↵Gravatar yang-g2015-10-06
|/ | | | interop test spec
* Merge pull request #3386 from yang-g/enable_sslGravatar Jan Tattermusch2015-10-02
|\ | | | | enable_ssl to use_tls
| * enable_ssl to use_tlsGravatar yang-g2015-10-01
| |
* | Fix clang-format scriptGravatar Craig Tiller2015-09-28
|/
* Add clang-format to sanityGravatar Craig Tiller2015-09-24
|
* Add empty_stream test caseGravatar yang-g2015-09-21
|
* more changesGravatar yang-g2015-09-02
|
* Fix auth testsGravatar yang-g2015-09-02
|
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Addressing comments, round 2.Gravatar Julien Boeuf2015-08-27
|
* Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
|\ | | | | | | credentials_naming_and_cleanup
* | Addressing comments.Gravatar Julien Boeuf2015-08-27
| |
| * Credentials cleanup:Gravatar Julien Boeuf2015-08-25
|/ | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* Added missing payloads to streaming compressed testGravatar David Garcia Quintas2015-08-25
|
* headers reorgGravatar yang-g2015-08-21
|
* Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
|\
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| |
| * Moved methods' impl to header for simplicityGravatar David Garcia Quintas2015-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
|\|
| * Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitterGravatar Vijay Pai2015-08-05
| |\ | | | | | | Connection backoff interop test client and server
| * | Added interop test for status_code_with_messageGravatar Abhishek Kumar2015-08-05
| | |
| | * remove bracesGravatar yang-g2015-07-30
| | |
| | * notify inside lockGravatar yang-g2015-07-30
| | |
| | * merge with upstreamGravatar yang-g2015-07-28
| | |\ | | |/ | |/|
| | * Support two clients calling start simultaneouslyGravatar yang-g2015-07-27
| | |