aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client.cc
Commit message (Collapse)AuthorAge
* 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 empty_stream test caseGravatar yang-g2015-09-21
|
* Fix auth testsGravatar yang-g2015-09-02
|
* Addressing comments, round 2.Gravatar Julien Boeuf2015-08-27
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Reverted unnecessary changes to serverGravatar David Garcia Quintas2015-08-10
|
* Added new tests for compressionGravatar David Garcia Quintas2015-08-09
|
* Added interop test for status_code_with_messageGravatar Abhishek Kumar2015-08-05
|
* 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
|
* Merge pull request #1367 from yang-g/interopGravatar Craig Tiller2015-04-28
|\ | | | | Add two scenarios in interop test
| * Add two scenarios in interop testGravatar Yang Gao2015-04-24
| |
* | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
|/ | | | the tests to init/shutdown free.
* Merge pull request #1291 from yang-g/headersGravatar Nicolas Noble2015-04-16
|\ | | | | Wrap ParseCommandLineFlags in InitTest
| * Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
| |
* | Return 1 when test_case is not supported in interop testGravatar Yang Gao2015-04-15
|/
* Split interop client and server into componentsGravatar Yang Gao2015-04-09
|
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|
* sync to head and run clang-format againGravatar Yang Gao2015-03-19
|\
| * Print out status when it is not ok in interop testsGravatar Yang Gao2015-03-17
| |
* | clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* add a jwt test case for interop testGravatar Yang Gao2015-03-11
|
* Merge branch 'master' into jwtGravatar Yang Gao2015-03-11
|\
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| |\
* | | add jwt token creds test_caseGravatar Yang Gao2015-02-27
| |/ |/|
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
| |\ | |/ |/|
* | Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
| * Credentials prototypingGravatar Craig Tiller2015-02-23
|/ | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Fixing gflags' include path.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Compile fixesGravatar Craig Tiller2015-02-13
|
* Fixup callers with new apiGravatar Craig Tiller2015-02-09
|
* Few minor fixes.Gravatar Nicolas "Pixel" Noble2015-02-06
| | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason.
* formatGravatar Yang Gao2015-01-27
|
* make the flag name shorterGravatar Yang Gao2015-01-27
|
* add compute engine credentials supportGravatar Yang Gao2015-01-27
|
* resolve commentsGravatar Yang Gao2015-01-27
|
* Let each test case create its own channel.Gravatar Yang Gao2015-01-26
|
* add service_account support into interop clientGravatar Yang Gao2015-01-26
|
* kNumResponseMessages is an int, so i is doing signedness mismatch.Gravatar Nicolas "Pixel" Noble2015-01-22
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|