1. c90a856 Change grpc++ references in names to grpcpp by Vijay Pai · 6 years ago
  2. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  3. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  4. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  5. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  6. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  7. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  8. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  9. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  10. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  11. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  12. c870ce5 More message compression level clean-up by Muxi Yan · 7 years ago
  13. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  14. 67454d7 Merge commit 'b0bad8f' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  15. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  16. 38fcd0c clang-format by Muxi Yan · 7 years ago
  17. 6a019e7 Merge pull request #13329 from dwittmer/dwittmer_runserver by Yang Gao · 7 years ago
  18. 472d7c9 Fix formatting - missed moving ‘*’ next to type. by Dan Wittmer · 7 years ago
  19. b88ab92 Fix formatting of RunServer params. by Dan Wittmer · 7 years ago
  20. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  21. 6d18fcd Add ServerStartedCondition to hold the mutex, condition variable and condition. Changes allow callers to correctly handle spurious wakeups. by Dan Wittmer · 7 years ago
  22. 728f1d2 s//used by Dan Wittmer · 7 years ago
  23. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  24. 572dd8e Change adds a version of grpc::testing::interop::RunServer that allows clients to pass in optional condition_variable which will be notified when the server has started and port to use, avoiding the need for callers to work with command line options. by Dan Wittmer · 7 years ago
  25. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  26. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  27. 39aed1a Remove unnecessary extern Cs by Yash Tibrewal · 7 years ago
  28. 03fc857 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  29. 53a64b9 Properly clean up stress test clients by yang-g · 7 years ago
  30. 8fa4d15 Fix C++ builds by Muxi Yan · 7 years ago
  31. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  32. f47c063 Restore interop_client_main by Ken Payson · 7 years ago
  33. 61f21d9 Fixing merge failures on test/cpp/interop. by Nicolas "Pixel" Noble · 7 years ago
  34. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  35. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  36. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  37. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  38. 7e53647 Adding interop stress test. by Nicolas "Pixel" Noble · 7 years ago
  39. d1c72ee Adding reconnect interop client and server. by Nicolas "Pixel" Noble · 7 years ago
  40. c6dea73 Realized that the interop BUILD file still uses cc_library and stuff. by Nicolas "Pixel" Noble · 7 years ago
  41. 3dedf65 Fixing indentation + fixing interop_client. by Nicolas "Pixel" Noble · 7 years ago
  42. 840931e More import fixes by Craig Tiller · 7 years ago
  43. af6c83f Adding dummy layering check option. by Nicolas "Pixel" Noble · 7 years ago
  44. a753371 Rework well_known_protos attr, and some other fixes by Craig Tiller · 7 years ago
  45. 305e4eb Merge pull request #10775 from yang-g/http2_client by Yang Gao · 7 years ago
  46. 03876f6 Fix http2_interop test for c++ and python by yang-g · 7 years ago
  47. bdd48ff added missing dependency by Makarand Dharmapurikar · 7 years ago
  48. 6a8e2c2 reduced visibility of test util by Makarand Dharmapurikar · 7 years ago
  49. 5b8032c BUILD file for interop client and server by Makarand Dharmapurikar · 7 years ago
  50. 7fb4036 clang-format fix by Makarand Dharmapurikar · 7 years ago
  51. 220bc64 enable cacheable_unary test by Makarand Dharmapurikar · 7 years ago
  52. e1b2384 modified caching test by Makarand Dharmapurikar · 7 years ago
  53. e4e7632 Add UpdateActions to the interop client helper by Yuchen Zeng · 7 years ago
  54. d0084c2 Include x.pb.h instead of x.grpc.pb.h for message-only protos by yang-g · 7 years ago
  55. 11a4ed8 refactor client by Eric Gribkoff · 7 years ago
  56. caf7ea5 Enable C++ negative http2 test by Eric Gribkoff · 7 years ago
  57. 3a5bba0 Connect to "localhost" from interop clients. by Paul Marks · 7 years ago
  58. e985cf5 Fixed invalid handling of slice data in interop_server by David Garcia Quintas · 8 years ago
  59. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  60. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  61. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  62. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  63. 9c7a08d Simplify cpp stress flags by ncteisen · 8 years ago
  64. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  65. ebb3d5d Merge pull request #9139 from ericgribkoff/http2_client by Eric Gribkoff · 8 years ago
  66. cc59102 manual revert of #8901 by yang-g · 8 years ago
  67. c344e87 Adds HTTP/2 interop test client by Eric Gribkoff · 8 years ago
  68. e4fae4e clang-format by Craig Tiller · 8 years ago
  69. f3ed2bf Fix interop by Craig Tiller · 8 years ago
  70. 7eef316 Fix metrics server by Sree Kuchibhotla · 8 years ago
  71. 76b7ab4 Interop test might take a little longer to start up (esp. w/tsan) by Craig Tiller · 8 years ago
  72. 7fa08e2 Fix data race with atomic for interop c++ by David Garcia Quintas · 8 years ago
  73. 3b45b8d Revert "Test credentials provider update" by Craig Tiller · 8 years ago
  74. b9d57ed ! by yang-g · 8 years ago
  75. a7ef49b Support custom credential type in interop by yang-g · 8 years ago
  76. 8e9fc9b Test credentials provider update by yang-g · 8 years ago
  77. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  78. 45ebd35 Fix clang format by Noah Eisen · 8 years ago
  79. e7223af Use default Empty ctor instead of Empty::default_instance by Noah Eisen · 8 years ago
  80. ca5cdf4 Add unimplemented_service test case for cpp interop client by Noah Eisen · 8 years ago
  81. b40a8fa Merge pull request #8437 from makdharma/stress_test_options by makdharma · 8 years ago
  82. 99e61f8 Merge pull request #8418 from markdroth/interop_flags by Mark D. Roth · 8 years ago
  83. f01f7b6 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  84. e3dd1d7 modify stress_test command line options by Makarand Dharmapurikar · 8 years ago
  85. 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
  86. 2430171 Allow specifying extra flags for C++ interop server. by Mark D. Roth · 8 years ago
  87. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  88. 5e258bf clang-format by Mark D. Roth · 8 years ago
  89. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  90. 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
  91. 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
  92. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  93. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  94. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  95. 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
  96. b58c2db yet another gcc 4.4 compile fix. by Makarand Dharmapurikar · 8 years ago
  97. c9beaca fix for gcc 4.4 warning by Makarand Dharmapurikar · 8 years ago
  98. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  99. 98b3663 Fixed type in comments by Noah Eisen · 8 years ago
  100. 0adb728 removed check for status error message. Investigating why node servers send messages back that are not empty by Noah Eisen · 8 years ago