Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | change default value of use_test_ca | yang-g | 2015-10-07 |
| | |||
* | remove flag use_prod_roots in interop test and add use_test_ca per the ↵ | yang-g | 2015-10-06 |
| | | | | interop test spec | ||
* | Merge pull request #3386 from yang-g/enable_ssl | Jan Tattermusch | 2015-10-02 |
|\ | | | | | enable_ssl to use_tls | ||
| * | enable_ssl to use_tls | yang-g | 2015-10-01 |
| | | |||
* | | Fix clang-format script | Craig Tiller | 2015-09-28 |
|/ | |||
* | Add empty_stream test case | yang-g | 2015-09-21 |
| | |||
* | Fix auth tests | yang-g | 2015-09-02 |
| | |||
* | Addressing comments, round 2. | Julien Boeuf | 2015-08-27 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | Reverted unnecessary changes to server | David Garcia Quintas | 2015-08-10 |
| | |||
* | Added new tests for compression | David Garcia Quintas | 2015-08-09 |
| | |||
* | Added interop test for status_code_with_message | Abhishek Kumar | 2015-08-05 |
| | |||
* | add per_rpc_creds test case in interop test | yang-g | 2015-07-14 |
| | |||
* | Add oauth2_auth_token test case in interop test | yang-g | 2015-07-13 |
| | |||
* | Add timeout interop test case | yang-g | 2015-07-10 |
| | |||
* | Merge pull request #1367 from yang-g/interop | Craig Tiller | 2015-04-28 |
|\ | | | | | Add two scenarios in interop test | ||
| * | Add two scenarios in interop test | Yang Gao | 2015-04-24 |
| | | |||
* | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
|/ | | | | the tests to init/shutdown free. | ||
* | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 |
|\ | | | | | Wrap ParseCommandLineFlags in InitTest | ||
| * | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 |
| | | |||
* | | Return 1 when test_case is not supported in interop test | Yang Gao | 2015-04-15 |
|/ | |||
* | Split interop client and server into components | Yang Gao | 2015-04-09 |
| | |||
* | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | sync to head and run clang-format again | Yang Gao | 2015-03-19 |
|\ | |||
| * | Print out status when it is not ok in interop tests | Yang Gao | 2015-03-17 |
| | | |||
* | | clang-format c++ code | Yang Gao | 2015-03-17 |
|/ | |||
* | add a jwt test case for interop test | Yang Gao | 2015-03-11 |
| | |||
* | Merge branch 'master' into jwt | Yang Gao | 2015-03-11 |
|\ | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
| |\ | |||
* | | | add jwt token creds test_case | Yang Gao | 2015-02-27 |
| |/ |/| | |||
* | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-26 |
| |\ | |/ |/| | |||
* | | Verifying the peer name on the X509 Certs correctly. | Julien Boeuf | 2015-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 prototyping | Craig Tiller | 2015-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. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Fixing gflags' include path. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Compile fixes | Craig Tiller | 2015-02-13 |
| | |||
* | Fixup callers with new api | Craig Tiller | 2015-02-09 |
| | |||
* | Few minor fixes. | Nicolas "Pixel" Noble | 2015-02-06 |
| | | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason. | ||
* | format | Yang Gao | 2015-01-27 |
| | |||
* | make the flag name shorter | Yang Gao | 2015-01-27 |
| | |||
* | add compute engine credentials support | Yang Gao | 2015-01-27 |
| | |||
* | resolve comments | Yang Gao | 2015-01-27 |
| | |||
* | Let each test case create its own channel. | Yang Gao | 2015-01-26 |
| | |||
* | add service_account support into interop client | Yang Gao | 2015-01-26 |
| | |||
* | kNumResponseMessages is an int, so i is doing signedness mismatch. | Nicolas "Pixel" Noble | 2015-01-22 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| |