1. c10348a Add custom_metadata test case by yang-g · 9 years ago
  2. a006b5f change default value of use_test_ca by yang-g · 9 years ago
  3. 92981d5 remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec by yang-g · 9 years ago
  4. 1f8efa2 Merge pull request #3386 from yang-g/enable_ssl by Jan Tattermusch · 9 years ago
  5. 035cf09 enable_ssl to use_tls by yang-g · 9 years ago
  6. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  7. 78bddc6 Add empty_stream test case by yang-g · 9 years ago
  8. 867d0c1 Fix auth tests by yang-g · 9 years ago
  9. 421738b Addressing comments, round 2. by Julien Boeuf · 9 years ago
  10. 9e2f90c headers reorg by yang-g · 9 years ago
  11. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  12. 2e1bb1b Reverted unnecessary changes to server by David Garcia Quintas · 9 years ago
  13. cd37d58 Added new tests for compression by David Garcia Quintas · 9 years ago
  14. e1c867d Added interop test for status_code_with_message by Abhishek Kumar · 9 years ago
  15. 5bf510b add per_rpc_creds test case in interop test by yang-g · 9 years ago
  16. be5f059 Add oauth2_auth_token test case in interop test by yang-g · 9 years ago
  17. 69563b9 Add timeout interop test case by yang-g · 9 years ago
  18. c866705 Merge pull request #1367 from yang-g/interop by Craig Tiller · 9 years ago
  19. 68d6157 Add two scenarios in interop test by Yang Gao · 9 years ago
  20. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  21. d35b710 Merge pull request #1291 from yang-g/headers by Nicolas Noble · 9 years ago
  22. 103837e Wrap ParseCommandLineFlags in InitTest by Yang Gao · 9 years ago
  23. eaccf90 Return 1 when test_case is not supported in interop test by Yang Gao · 9 years ago
  24. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  25. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  26. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago
  27. 3c220df Print out status when it is not ok in interop tests by Yang Gao · 9 years ago
  28. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  29. 7d6b184 add a jwt test case for interop test by Yang Gao · 9 years ago
  30. f859510 Merge branch 'master' into jwt by Yang Gao · 9 years ago
  31. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  32. 25770b0 add jwt token creds test_case by Yang Gao · 10 years ago
  33. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  34. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  35. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  36. 47c83fd Credentials prototyping by Craig Tiller · 10 years ago
  37. 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 10 years ago
  38. ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 10 years ago
  39. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  40. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  41. 857680b Compile fixes by Craig Tiller · 10 years ago
  42. f8ac5d8 Fixup callers with new api by Craig Tiller · 10 years ago
  43. 3f36f5e Few minor fixes. by Nicolas "Pixel" Noble · 10 years ago
  44. 2b80e6f format by Yang Gao · 10 years ago
  45. aec1d0b make the flag name shorter by Yang Gao · 10 years ago
  46. bd18be2 add compute engine credentials support by Yang Gao · 10 years ago
  47. d785904 resolve comments by Yang Gao · 10 years ago
  48. 3bc377c Let each test case create its own channel. by Yang Gao · 10 years ago
  49. c38dda4 add service_account support into interop client by Yang Gao · 10 years ago
  50. 3d4cba4 kNumResponseMessages is an int, so i is doing signedness mismatch. by Nicolas "Pixel" Noble · 10 years ago
  51. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  52. 6edb547 Enable streaming test case for gRPC client in GCE. by chenw · 10 years ago
  53. ebb4e6d Add Flags to override host and enable prod ssl root. by chenw · 10 years ago
  54. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  55. 69ca59f Add slow client consumer test case for flow control test. by chenw · 10 years ago
  56. abd90a6 Use '\0' instead of '0' in payload as java client actually checks that. by yangg · 10 years ago
  57. 33a2168 Fixes package prefixes by temiola · 10 years ago
  58. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago