1. 45ebd35 Fix clang format by Noah Eisen · 8 years ago
  2. e7223af Use default Empty ctor instead of Empty::default_instance by Noah Eisen · 8 years ago
  3. ca5cdf4 Add unimplemented_service test case for cpp interop client by Noah Eisen · 8 years ago
  4. 32eee77 Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message by Noah Eisen · 8 years ago
  5. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  6. 5e258bf clang-format by Mark D. Roth · 8 years ago
  7. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  8. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  9. b58c2db yet another gcc 4.4 compile fix. by Makarand Dharmapurikar · 8 years ago
  10. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  11. 98b3663 Fixed type in comments by Noah Eisen · 8 years ago
  12. 0adb728 removed check for status error message. Investigating why node servers send messages back that are not empty by Noah Eisen · 8 years ago
  13. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  14. af564a1 changed timestamp clock from REALTIME to PRECISE by Makarand Dharmapurikar · 8 years ago
  15. a27eb1d added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py by Noah Eisen · 8 years ago
  16. 42511cf Addressed review feedback by Makarand Dharmapurikar · 8 years ago
  17. 1ed0b8e Add interop test for Cacheable Unary Calls by Makarand Dharmapurikar · 8 years ago
  18. 366c6ce Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  19. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  20. b9151e3 Use separate client context object for full duplex call. by Mark D. Roth · 8 years ago
  21. dbf2adc Fix C++ status_code_and_message test to comply with the spec. by Mark D. Roth · 8 years ago
  22. 193a5c7 printf portability sucks by David Garcia Quintas · 8 years ago
  23. 83a6a82 Fixed error messages for C++ interop client. by David Garcia Quintas · 8 years ago
  24. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  25. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  26. 6ab4788 clang-format changes by Vijay Pai · 8 years ago
  27. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  28. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  29. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  30. beaa357 Fix type mismatch for type_size by Yuchen Zeng · 8 years ago
  31. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  32. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  33. 485cf40 Fixed wrong spec and reworked streaming compressed case by David Garcia Quintas · 8 years ago
  34. 20d802d removed unused vble by David Garcia Quintas · 8 years ago
  35. 126ae10 fixed silly typo by David Garcia Quintas · 8 years ago
  36. d3ce021 disabled bogus checks for streaming compressed by David Garcia Quintas · 8 years ago
  37. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  38. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  39. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  40. 4f5b291 fix clang formatting by Sree Kuchibhotla · 9 years ago
  41. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 9 years ago
  42. c5549fc Remove redundant error check by Sree Kuchibhotla · 9 years ago
  43. ad0f792 Interop client that is resilient to server restarts by Sree Kuchibhotla · 9 years ago
  44. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  45. 9533d04 Fix includes by Craig Tiller · 9 years ago
  46. f40df23 Auto-changes by Craig Tiller · 9 years ago
  47. c10348a Add custom_metadata test case by yang-g · 9 years ago
  48. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  49. 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  50. 7cecfa6 Adjust the log levels in interop tests and stress tests by Sree Kuchibhotla · 9 years ago
  51. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  52. a2b7817 Removed compression checks from vanilla large unary by David Garcia Quintas · 9 years ago
  53. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  54. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  55. 93b9447 stream_op cleanup: test fixes and updates by Craig Tiller · 9 years ago
  56. 41b2143 Address code review comment by Sree Kuchibhotla · 9 years ago
  57. ac7edec Add an option to reuse the TestService::Stub in interop client class by Sree Kuchibhotla · 9 years ago
  58. fbc376f Interop stress tests by Sree Kuchibhotla · 9 years ago
  59. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  60. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  61. 78bddc6 Add empty_stream test case by yang-g · 9 years ago
  62. 201ef59 more changes by yang-g · 9 years ago
  63. 867d0c1 Fix auth tests by yang-g · 9 years ago
  64. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  65. 4eaeb99 Addressing comments. by Julien Boeuf · 9 years ago
  66. 04ecfa1 Added missing payloads to streaming compressed test by David Garcia Quintas · 9 years ago
  67. 9e2f90c headers reorg by yang-g · 9 years ago
  68. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  69. 6d8d014 Merge pull request #2975 from dgquintas/no_foreach_44 by Vijay Pai · 9 years ago
  70. 81491b6 Removed function introducing dependency on proto in .h by David Garcia Quintas · 9 years ago
  71. 2a6427f removed foreach loops for gcc 4.4 by David Garcia Quintas · 9 years ago
  72. d6c98df clang-format all source by Craig Tiller · 9 years ago
  73. 864d186 proto3 required changes by David Garcia Quintas · 9 years ago
  74. 80dc66d Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  75. f6befe8 update the interop test protos and code to proto3 by yang-g · 9 years ago
  76. 93dfab9 Make sure COMPRESSABLE is the default for LargeUnary by David Garcia Quintas · 9 years ago
  77. ba86dc0 Removed spurious line that forced COMPRESSABLE for large unaries by David Garcia Quintas · 9 years ago
  78. 616b375 Merged PerformLargeCompressedUnary into PerformLargeUnary by David Garcia Quintas · 9 years ago
  79. 2e1bb1b Reverted unnecessary changes to server by David Garcia Quintas · 9 years ago
  80. cd37d58 Added new tests for compression by David Garcia Quintas · 9 years ago
  81. 49a5130 Merge branch 'compression-accept-encoding' into compression-interop by David Garcia Quintas · 9 years ago
  82. e1c867d Added interop test for status_code_with_message by Abhishek Kumar · 9 years ago
  83. 32ed2fd Merge branch 'master' into compression-interop by David Garcia Quintas · 9 years ago
  84. c899319 Updated interop tests with support for compression. by David Garcia Quintas · 9 years ago
  85. 80f3995 wip by David Garcia Quintas · 9 years ago
  86. bf49e19 Merge branch 'master' into compression-interop by David Garcia Quintas · 9 years ago
  87. 9c512bd wip by David Garcia Quintas · 9 years ago
  88. ba5f980 Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_impl by yang-g · 9 years ago
  89. 463cde7 update according to spec change by yang-g · 9 years ago
  90. 8c31ee2 update according to spec change by yang-g · 9 years ago
  91. 5bf510b add per_rpc_creds test case in interop test by yang-g · 9 years ago
  92. be5f059 Add oauth2_auth_token test case in interop test by yang-g · 9 years ago
  93. 69563b9 Add timeout interop test case by yang-g · 9 years ago
  94. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  95. a5861f3 Correct the test request/response size, to be consistent with the test spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md by Xudong Ma · 9 years ago
  96. 68d6157 Add two scenarios in interop test by Yang Gao · 10 years ago
  97. 60572d4 Move .proto files up for reuse by Abhishek Kumar · 10 years ago
  98. 1b3e3cd Moving test.proto to an outer directory so others can depend on it. by Abhishek Kumar · 10 years ago
  99. a400207 Split interop client and server into components by Yang Gao · 10 years ago