aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client_helper.cc
Commit message (Collapse)AuthorAge
* run cloud-to-prod interop tests with google default credentialsGravatar Yihua Zhang2018-08-10
|
* add alts to interop testsGravatar Yihua Zhang2018-04-20
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add UpdateActions to the interop client helperGravatar Yuchen Zeng2017-04-04
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* manual revert of #8901Gravatar yang-g2017-01-11
|
* Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
|
* Support custom credential type in interopGravatar yang-g2016-11-23
|
* Test credentials provider updateGravatar yang-g2016-11-22
|
* Assert we get a valid creds.Gravatar yang-g2016-05-16
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* remove flag use_prod_roots in interop test and add use_test_ca per the ↵Gravatar yang-g2015-10-06
| | | | interop test spec
* enable_ssl to use_tlsGravatar yang-g2015-10-01
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* 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.
* 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
|/
* Removed function introducing dependency on proto in .hGravatar David Garcia Quintas2015-08-18
|
* Merge branch 'compression-accept-encoding' into compression-interopGravatar David Garcia Quintas2015-08-09
|\
| * Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-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
|/
* Add oauth2_auth_token test case in interop testGravatar yang-g2015-07-13
|
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters
| * Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
|/ | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc
* Split interop client and server into componentsGravatar Yang Gao2015-04-09