1. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  2. 45ebd35 Fix clang format by Noah Eisen · 8 years ago
  3. e7223af Use default Empty ctor instead of Empty::default_instance by Noah Eisen · 8 years ago
  4. ca5cdf4 Add unimplemented_service test case for cpp interop client by Noah Eisen · 8 years ago
  5. b40a8fa Merge pull request #8437 from makdharma/stress_test_options by makdharma · 8 years ago
  6. 99e61f8 Merge pull request #8418 from markdroth/interop_flags by Mark D. Roth · 8 years ago
  7. f01f7b6 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  8. e3dd1d7 modify stress_test command line options by Makarand Dharmapurikar · 8 years ago
  9. 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
  10. 2430171 Allow specifying extra flags for C++ interop server. by Mark D. Roth · 8 years ago
  11. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  12. 5e258bf clang-format by Mark D. Roth · 8 years ago
  13. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  14. 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
  15. 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
  16. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  17. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  18. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  19. 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
  20. b58c2db yet another gcc 4.4 compile fix. by Makarand Dharmapurikar · 8 years ago
  21. c9beaca fix for gcc 4.4 warning by Makarand Dharmapurikar · 8 years ago
  22. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  23. 98b3663 Fixed type in comments by Noah Eisen · 8 years ago
  24. 0adb728 removed check for status error message. Investigating why node servers send messages back that are not empty by Noah Eisen · 8 years ago
  25. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  26. af564a1 changed timestamp clock from REALTIME to PRECISE by Makarand Dharmapurikar · 8 years ago
  27. 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
  28. 012fc18 doc fixes and max-age set to 60 by Makarand Dharmapurikar · 8 years ago
  29. 42511cf Addressed review feedback by Makarand Dharmapurikar · 8 years ago
  30. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  31. 1ed0b8e Add interop test for Cacheable Unary Calls by Makarand Dharmapurikar · 8 years ago
  32. c99fd89 Increase max send message size on server used in objc tests. by Mark D. Roth · 8 years ago
  33. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  34. 366c6ce Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  35. 96b7b52 Fix exit condition by Vijay Pai · 8 years ago
  36. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  37. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  38. 6570b83 Splitting interop_server.cc by Nicolas "Pixel" Noble · 8 years ago
  39. b9151e3 Use separate client context object for full duplex call. by Mark D. Roth · 8 years ago
  40. dbf2adc Fix C++ status_code_and_message test to comply with the spec. by Mark D. Roth · 8 years ago
  41. d2a4fd4 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  42. 18a0e47 Fix cout error string by Sree Kuchibhotla · 8 years ago
  43. ad57b26 Fix metrics client logging by Sree Kuchibhotla · 8 years ago
  44. 193a5c7 printf portability sucks by David Garcia Quintas · 8 years ago
  45. 83a6a82 Fixed error messages for C++ interop client. by David Garcia Quintas · 8 years ago
  46. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  47. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  48. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  49. 3c65d24 updated stress test with new tests cases by David Garcia Quintas · 8 years ago
  50. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  51. 6ab4788 clang-format changes by Vijay Pai · 8 years ago
  52. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  53. ef03e53 Merge pull request #6858 from makdharma/issue5851 by Jan Tattermusch · 8 years ago
  54. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  55. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  56. 34f1b55 better test_case flag help formating by David Garcia Quintas · 8 years ago
  57. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  58. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  59. 9aa5f23 Switch out a using with a typedef by Vijay Pai · 8 years ago
  60. beaa357 Fix type mismatch for type_size by Yuchen Zeng · 8 years ago
  61. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  62. 509246f implement interval_us functionality by Makarand Dharmapurikar · 8 years ago
  63. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  64. 485cf40 Fixed wrong spec and reworked streaming compressed case by David Garcia Quintas · 8 years ago
  65. 20d802d removed unused vble by David Garcia Quintas · 8 years ago
  66. 126ae10 fixed silly typo by David Garcia Quintas · 8 years ago
  67. d3ce021 disabled bogus checks for streaming compressed by David Garcia Quintas · 8 years ago
  68. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  69. 54140f9 Merge pull request #6608 from yang-g/interop by Jan Tattermusch · 8 years ago
  70. b9f11c3 Merge pull request #6625 from sreecha/stress_test_misc by Jan Tattermusch · 8 years ago
  71. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  72. 4dd02fc Misc changes by Sree Kuchibhotla · 8 years ago
  73. eaa3072 Make the rpc timeout configurable by Sree Kuchibhotla · 8 years ago
  74. ed9ae72 Assert we get a valid creds. by yang-g · 8 years ago
  75. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  76. 4f5b291 fix clang formatting by Sree Kuchibhotla · 8 years ago
  77. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  78. c5549fc Remove redundant error check by Sree Kuchibhotla · 8 years ago
  79. 5130427 Add remaining inteorp tests to stress client by Sree Kuchibhotla · 8 years ago
  80. ad0f792 Interop client that is resilient to server restarts by Sree Kuchibhotla · 8 years ago
  81. 3714e30 Simplify QPS Metrics collection by Sree Kuchibhotla · 8 years ago
  82. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  83. 8cddd87 Merge pull request #6005 from sreecha/stress_exit_codes by Jan Tattermusch · 8 years ago
  84. 16dd3e4 Reduce log verbosity of stress_test client by default. Correct a typo by Sree Kuchibhotla · 8 years ago
  85. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  86. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  87. b7f3f6e Fix copyright by Craig Tiller · 8 years ago
  88. 9533d04 Fix includes by Craig Tiller · 8 years ago
  89. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  90. f40df23 Auto-changes by Craig Tiller · 8 years ago
  91. b942640 clang-format by David Garcia Quintas · 9 years ago
  92. 24e69bf Added a channel argument to set the maximum reconnect backoff duration. Extended the interop test to test the custom reconnect backoffs. by Aaron Isotton · 9 years ago
  93. 2d94768 Revert "Ensure that no #includes are inside of a namespace." by Craig Tiller · 9 years ago
  94. 2a8c280 sanity by David Garcia Quintas · 9 years ago
  95. eef5c01 clang-format by David Garcia Quintas · 9 years ago
  96. 94c80d8 copyrights by David Garcia Quintas · 9 years ago
  97. c6611ef Revert "Update reconnect_interop_client.cc" by Craig Tiller · 9 years ago
  98. f7d6d38 Merge pull request #5539 from grpc/makdharma-comment by Yang Gao · 9 years ago
  99. 38a560b Update reconnect_interop_server.cc by makdharma · 9 years ago
  100. bd50f30 Update reconnect_interop_client.cc by makdharma · 9 years ago