1. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  2. 3c65d24 updated stress test with new tests cases by David Garcia Quintas · 8 years ago
  3. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  4. 6ab4788 clang-format changes by Vijay Pai · 8 years ago
  5. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  6. ef03e53 Merge pull request #6858 from makdharma/issue5851 by Jan Tattermusch · 8 years ago
  7. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  8. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  9. 34f1b55 better test_case flag help formating by David Garcia Quintas · 8 years ago
  10. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  11. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  12. 9aa5f23 Switch out a using with a typedef by Vijay Pai · 8 years ago
  13. beaa357 Fix type mismatch for type_size by Yuchen Zeng · 8 years ago
  14. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  15. 509246f implement interval_us functionality by Makarand Dharmapurikar · 8 years ago
  16. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  17. 485cf40 Fixed wrong spec and reworked streaming compressed case by David Garcia Quintas · 8 years ago
  18. 20d802d removed unused vble by David Garcia Quintas · 8 years ago
  19. 126ae10 fixed silly typo by David Garcia Quintas · 8 years ago
  20. d3ce021 disabled bogus checks for streaming compressed by David Garcia Quintas · 8 years ago
  21. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  22. 54140f9 Merge pull request #6608 from yang-g/interop by Jan Tattermusch · 8 years ago
  23. b9f11c3 Merge pull request #6625 from sreecha/stress_test_misc by Jan Tattermusch · 8 years ago
  24. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  25. 4dd02fc Misc changes by Sree Kuchibhotla · 8 years ago
  26. eaa3072 Make the rpc timeout configurable by Sree Kuchibhotla · 8 years ago
  27. ed9ae72 Assert we get a valid creds. by yang-g · 8 years ago
  28. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  29. 4f5b291 fix clang formatting by Sree Kuchibhotla · 9 years ago
  30. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 9 years ago
  31. c5549fc Remove redundant error check by Sree Kuchibhotla · 9 years ago
  32. 5130427 Add remaining inteorp tests to stress client by Sree Kuchibhotla · 9 years ago
  33. ad0f792 Interop client that is resilient to server restarts by Sree Kuchibhotla · 9 years ago
  34. 3714e30 Simplify QPS Metrics collection by Sree Kuchibhotla · 9 years ago
  35. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 9 years ago
  36. 8cddd87 Merge pull request #6005 from sreecha/stress_exit_codes by Jan Tattermusch · 9 years ago
  37. 16dd3e4 Reduce log verbosity of stress_test client by default. Correct a typo by Sree Kuchibhotla · 9 years ago
  38. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  39. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 9 years ago
  40. b7f3f6e Fix copyright by Craig Tiller · 9 years ago
  41. 9533d04 Fix includes by Craig Tiller · 9 years ago
  42. 2e19036 Fix copyrights by Craig Tiller · 9 years ago
  43. f40df23 Auto-changes by Craig Tiller · 9 years ago
  44. b942640 clang-format by David Garcia Quintas · 9 years ago
  45. 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
  46. 2d94768 Revert "Ensure that no #includes are inside of a namespace." by Craig Tiller · 9 years ago
  47. 2a8c280 sanity by David Garcia Quintas · 9 years ago
  48. eef5c01 clang-format by David Garcia Quintas · 9 years ago
  49. 94c80d8 copyrights by David Garcia Quintas · 9 years ago
  50. c6611ef Revert "Update reconnect_interop_client.cc" by Craig Tiller · 9 years ago
  51. f7d6d38 Merge pull request #5539 from grpc/makdharma-comment by Yang Gao · 9 years ago
  52. 38a560b Update reconnect_interop_server.cc by makdharma · 9 years ago
  53. bd50f30 Update reconnect_interop_client.cc by makdharma · 9 years ago
  54. 8ba6a6b Merge pull request #5402 from sreecha/stress_test_scripts by Jan Tattermusch · 9 years ago
  55. e1dd18a Fix copyright by Sree Kuchibhotla · 9 years ago
  56. 44ca2c2 Examples by Sree Kuchibhotla · 9 years ago
  57. 521423c Regenerate files, fix bugs by Craig Tiller · 9 years ago
  58. 732a875 Add a sanity test for name aliasing by Craig Tiller · 9 years ago
  59. bfc7ada Added option to echo back user agent for testing by Makarand Dharmapurikar · 9 years ago
  60. 364be64 copyright of course by yang-g · 9 years ago
  61. c10348a Add custom_metadata test case by yang-g · 9 years ago
  62. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  63. 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  64. 848ee62 Merge pull request #4631 from sreecha/stress_test_logging by Yang Gao · 9 years ago
  65. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  66. 7cecfa6 Adjust the log levels in interop tests and stress tests by Sree Kuchibhotla · 9 years ago
  67. 0fa95ea Ability to filter log messages based on log level by Sree Kuchibhotla · 9 years ago
  68. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  69. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  70. a2b7817 Removed compression checks from vanilla large unary by David Garcia Quintas · 9 years ago
  71. 56a363f Fix for when grpc::string is not the same type as FLAGS_... by Craig Tiller · 9 years ago
  72. d9f6101 merge with head by yang-g · 9 years ago
  73. 3ff9727 merge with head by yang-g · 9 years ago
  74. e1330ff Add multiple channels to each server by Sree Kuchibhotla · 9 years ago
  75. 52a514a Address code review comments by Sree Kuchibhotla · 9 years ago
  76. 87f5166 Merge branch 'master' into stress_tests_metrics by Sree Kuchibhotla · 9 years ago
  77. 71b9626 merge with head by yang-g · 9 years ago
  78. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  79. 6049ebd More C++ fixes (the merge did not quite work...). by Julien Boeuf · 9 years ago
  80. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  81. 5dc96fb Comments by David Garcia Quintas · 9 years ago
  82. 5de1616 Fix naming issue in stress_test by David Garcia Quintas · 9 years ago
  83. b047c0f Address code review comments by Sree Kuchibhotla · 9 years ago
  84. c9fca18 refacto of the reconnect tcp server to a general purpose test tcp server to be reused by the set_initial_string_test by yang-g · 9 years ago
  85. c36b480 Fix a small error by Sree Kuchibhotla · 9 years ago
  86. 4d0f2f9 Fix typo in my previous commit. %s/guage/gauge/g by Sree Kuchibhotla · 9 years ago
  87. b5e98c5 Make number of stubs per channel configurable and expose metrics from client by Sree Kuchibhotla · 9 years ago
  88. 93b9447 stream_op cleanup: test fixes and updates by Craig Tiller · 9 years ago
  89. ceced33 Merge pull request #3962 from sreecha/skip_stress_tests by Nicolas Noble · 9 years ago
  90. f51ea7a Explicitly use grpc::string instead of std::string to be consistent with other test code by Sree Kuchibhotla · 9 years ago
  91. 117c8af Skip running stress_tests on jenkins by run_tests.py (This will fix the by Sree Kuchibhotla · 9 years ago
  92. ba4290a Removed 'using' conflicting with import by David Garcia Quintas · 9 years ago
  93. e6cd0e7 Return success if there are no test cases to run by Sree Kuchibhotla · 9 years ago
  94. 1190624 Fix the error reported by tools/run_tests/check_sources_and_headers.py by Sree Kuchibhotla · 9 years ago
  95. 41b2143 Address code review comment by Sree Kuchibhotla · 9 years ago
  96. ac7edec Add an option to reuse the TestService::Stub in interop client class by Sree Kuchibhotla · 9 years ago
  97. 2bc3ac3 Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new by Sree Kuchibhotla · 9 years ago
  98. fbc376f Interop stress tests by Sree Kuchibhotla · 9 years ago
  99. 728a610 Interop stress tests by Sree Kuchibhotla · 9 years ago
  100. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago