1. 3a5bba0 Connect to "localhost" from interop clients. by Paul Marks · 8 years ago
  2. e985cf5 Fixed invalid handling of slice data in interop_server by David Garcia Quintas · 8 years ago
  3. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  4. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  5. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  6. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  7. 9c7a08d Simplify cpp stress flags by ncteisen · 8 years ago
  8. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  9. ebb3d5d Merge pull request #9139 from ericgribkoff/http2_client by Eric Gribkoff · 8 years ago
  10. cc59102 manual revert of #8901 by yang-g · 8 years ago
  11. c344e87 Adds HTTP/2 interop test client by Eric Gribkoff · 8 years ago
  12. e4fae4e clang-format by Craig Tiller · 8 years ago
  13. f3ed2bf Fix interop by Craig Tiller · 8 years ago
  14. 7eef316 Fix metrics server by Sree Kuchibhotla · 8 years ago
  15. 76b7ab4 Interop test might take a little longer to start up (esp. w/tsan) by Craig Tiller · 8 years ago
  16. 7fa08e2 Fix data race with atomic for interop c++ by David Garcia Quintas · 8 years ago
  17. 3b45b8d Revert "Test credentials provider update" by Craig Tiller · 8 years ago
  18. b9d57ed ! by yang-g · 8 years ago
  19. a7ef49b Support custom credential type in interop by yang-g · 8 years ago
  20. 8e9fc9b Test credentials provider update by yang-g · 8 years ago
  21. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  22. 45ebd35 Fix clang format by Noah Eisen · 8 years ago
  23. e7223af Use default Empty ctor instead of Empty::default_instance by Noah Eisen · 8 years ago
  24. ca5cdf4 Add unimplemented_service test case for cpp interop client by Noah Eisen · 8 years ago
  25. b40a8fa Merge pull request #8437 from makdharma/stress_test_options by makdharma · 8 years ago
  26. 99e61f8 Merge pull request #8418 from markdroth/interop_flags by Mark D. Roth · 8 years ago
  27. f01f7b6 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  28. e3dd1d7 modify stress_test command line options by Makarand Dharmapurikar · 8 years ago
  29. 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
  30. 2430171 Allow specifying extra flags for C++ interop server. by Mark D. Roth · 8 years ago
  31. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  32. 5e258bf clang-format by Mark D. Roth · 8 years ago
  33. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  34. 40860c4 reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in by Noah Eisen · 8 years ago
  35. f8ffbf6 also reverted interop server, since mark had already made the changes I did in an un merged pull request by Noah Eisen · 8 years ago
  36. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  37. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  38. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  39. 2cef11c added status request ability to the FullDuplexCall so that cpp server can pass the node client's status_code_and_message test by Noah Eisen · 8 years ago
  40. b58c2db yet another gcc 4.4 compile fix. by Makarand Dharmapurikar · 8 years ago
  41. c9beaca fix for gcc 4.4 warning by Makarand Dharmapurikar · 8 years ago
  42. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  43. 98b3663 Fixed type in comments by Noah Eisen · 8 years ago
  44. 0adb728 removed check for status error message. Investigating why node servers send messages back that are not empty by Noah Eisen · 8 years ago
  45. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  46. af564a1 changed timestamp clock from REALTIME to PRECISE by Makarand Dharmapurikar · 8 years ago
  47. 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
  48. 012fc18 doc fixes and max-age set to 60 by Makarand Dharmapurikar · 8 years ago
  49. 42511cf Addressed review feedback by Makarand Dharmapurikar · 8 years ago
  50. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  51. 1ed0b8e Add interop test for Cacheable Unary Calls by Makarand Dharmapurikar · 8 years ago
  52. c99fd89 Increase max send message size on server used in objc tests. by Mark D. Roth · 8 years ago
  53. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  54. 366c6ce Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  55. 96b7b52 Fix exit condition by Vijay Pai · 8 years ago
  56. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  57. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  58. 6570b83 Splitting interop_server.cc by Nicolas "Pixel" Noble · 8 years ago
  59. b9151e3 Use separate client context object for full duplex call. by Mark D. Roth · 8 years ago
  60. dbf2adc Fix C++ status_code_and_message test to comply with the spec. by Mark D. Roth · 8 years ago
  61. d2a4fd4 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  62. 18a0e47 Fix cout error string by Sree Kuchibhotla · 8 years ago
  63. ad57b26 Fix metrics client logging by Sree Kuchibhotla · 8 years ago
  64. 193a5c7 printf portability sucks by David Garcia Quintas · 8 years ago
  65. 83a6a82 Fixed error messages for C++ interop client. by David Garcia Quintas · 8 years ago
  66. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  67. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  68. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  69. 3c65d24 updated stress test with new tests cases by David Garcia Quintas · 8 years ago
  70. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  71. 6ab4788 clang-format changes by Vijay Pai · 8 years ago
  72. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  73. ef03e53 Merge pull request #6858 from makdharma/issue5851 by Jan Tattermusch · 8 years ago
  74. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  75. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  76. 34f1b55 better test_case flag help formating by David Garcia Quintas · 8 years ago
  77. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  78. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  79. 9aa5f23 Switch out a using with a typedef by Vijay Pai · 8 years ago
  80. beaa357 Fix type mismatch for type_size by Yuchen Zeng · 8 years ago
  81. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  82. 509246f implement interval_us functionality by Makarand Dharmapurikar · 8 years ago
  83. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  84. 485cf40 Fixed wrong spec and reworked streaming compressed case by David Garcia Quintas · 8 years ago
  85. 20d802d removed unused vble by David Garcia Quintas · 8 years ago
  86. 126ae10 fixed silly typo by David Garcia Quintas · 8 years ago
  87. d3ce021 disabled bogus checks for streaming compressed by David Garcia Quintas · 8 years ago
  88. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  89. 54140f9 Merge pull request #6608 from yang-g/interop by Jan Tattermusch · 8 years ago
  90. b9f11c3 Merge pull request #6625 from sreecha/stress_test_misc by Jan Tattermusch · 8 years ago
  91. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  92. 4dd02fc Misc changes by Sree Kuchibhotla · 8 years ago
  93. eaa3072 Make the rpc timeout configurable by Sree Kuchibhotla · 8 years ago
  94. ed9ae72 Assert we get a valid creds. by yang-g · 8 years ago
  95. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  96. 4f5b291 fix clang formatting by Sree Kuchibhotla · 8 years ago
  97. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  98. c5549fc Remove redundant error check by Sree Kuchibhotla · 8 years ago
  99. 5130427 Add remaining inteorp tests to stress client by Sree Kuchibhotla · 8 years ago
  100. ad0f792 Interop client that is resilient to server restarts by Sree Kuchibhotla · 8 years ago