1. a7ef49b Support custom credential type in interop by yang-g · 8 years ago
  2. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  3. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  4. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  5. c9beaca fix for gcc 4.4 warning by Makarand Dharmapurikar · 8 years ago
  6. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  7. af564a1 changed timestamp clock from REALTIME to PRECISE by Makarand Dharmapurikar · 8 years ago
  8. 012fc18 doc fixes and max-age set to 60 by Makarand Dharmapurikar · 8 years ago
  9. 42511cf Addressed review feedback by Makarand Dharmapurikar · 8 years ago
  10. 1ed0b8e Add interop test for Cacheable Unary Calls by Makarand Dharmapurikar · 8 years ago
  11. c99fd89 Increase max send message size on server used in objc tests. by Mark D. Roth · 8 years ago
  12. 366c6ce Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  13. 96b7b52 Fix exit condition by Vijay Pai · 8 years ago
  14. 6570b83 Splitting interop_server.cc by Nicolas "Pixel" Noble · 8 years ago
  15. dbf2adc Fix C++ status_code_and_message test to comply with the spec. by Mark D. Roth · 8 years ago
  16. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  17. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  18. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  19. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  20. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago[Renamed (82%) from test/cpp/interop/server_main.cc]
  21. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  22. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  23. f40df23 Auto-changes by Craig Tiller · 8 years ago
  24. 521423c Regenerate files, fix bugs by Craig Tiller · 9 years ago
  25. 732a875 Add a sanity test for name aliasing by Craig Tiller · 9 years ago[Renamed from test/cpp/interop/server.cc]
  26. bfc7ada Added option to echo back user agent for testing by Makarand Dharmapurikar · 9 years ago
  27. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  28. 035cf09 enable_ssl to use_tls by yang-g · 9 years ago
  29. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  30. 04ecfa1 Added missing payloads to streaming compressed test by David Garcia Quintas · 9 years ago
  31. 9e2f90c headers reorg by yang-g · 9 years ago
  32. 864d186 proto3 required changes by David Garcia Quintas · 9 years ago
  33. 80dc66d Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  34. f6befe8 update the interop test protos and code to proto3 by yang-g · 9 years ago
  35. 2e1bb1b Reverted unnecessary changes to server by David Garcia Quintas · 9 years ago
  36. cd37d58 Added new tests for compression by David Garcia Quintas · 9 years ago
  37. 49a5130 Merge branch 'compression-accept-encoding' into compression-interop by David Garcia Quintas · 9 years ago
  38. e1c867d Added interop test for status_code_with_message by Abhishek Kumar · 9 years ago
  39. 7c0d914 wip for accept-encoding into tests by David Garcia Quintas · 9 years ago
  40. c899319 Updated interop tests with support for compression. by David Garcia Quintas · 9 years ago
  41. 80f3995 wip by David Garcia Quintas · 9 years ago
  42. bf49e19 Merge branch 'master' into compression-interop by David Garcia Quintas · 9 years ago
  43. 9c512bd wip by David Garcia Quintas · 9 years ago
  44. 69563b9 Add timeout interop test case by yang-g · 9 years ago
  45. 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
  46. 60572d4 Move .proto files up for reuse by Abhishek Kumar · 9 years ago
  47. 1b3e3cd Moving test.proto to an outer directory so others can depend on it. by Abhishek Kumar · 9 years ago
  48. 103837e Wrap ParseCommandLineFlags in InitTest by Yang Gao · 9 years ago
  49. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  50. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  51. 6130809 Work around a compiler limitation caused by inability to properly handle by vjpai · 9 years ago
  52. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  53. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  54. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  55. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  56. 47c83fd Credentials prototyping by Craig Tiller · 10 years ago
  57. 2f3e2ec Make interop server respond to sigint by Craig Tiller · 10 years ago
  58. 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 10 years ago
  59. ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 10 years ago
  60. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  61. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  62. f8ac5d8 Fixup callers with new api by Craig Tiller · 10 years ago
  63. dab7095 Make interop server listen on 0.0.0.0. by Yang Gao · 10 years ago
  64. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  65. 0617057 Make interop server buildable on opensource build. by yangg · 10 years ago