1. 3714e30 Simplify QPS Metrics collection by Sree Kuchibhotla · 8 years ago
  2. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  3. 8cddd87 Merge pull request #6005 from sreecha/stress_exit_codes by Jan Tattermusch · 8 years ago
  4. 16dd3e4 Reduce log verbosity of stress_test client by default. Correct a typo by Sree Kuchibhotla · 8 years ago
  5. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  6. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  7. b7f3f6e Fix copyright by Craig Tiller · 8 years ago
  8. 9533d04 Fix includes by Craig Tiller · 8 years ago
  9. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  10. f40df23 Auto-changes by Craig Tiller · 8 years ago
  11. b942640 clang-format by David Garcia Quintas · 9 years ago
  12. 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
  13. 2d94768 Revert "Ensure that no #includes are inside of a namespace." by Craig Tiller · 9 years ago
  14. 2a8c280 sanity by David Garcia Quintas · 9 years ago
  15. eef5c01 clang-format by David Garcia Quintas · 9 years ago
  16. 94c80d8 copyrights by David Garcia Quintas · 9 years ago
  17. c6611ef Revert "Update reconnect_interop_client.cc" by Craig Tiller · 9 years ago
  18. f7d6d38 Merge pull request #5539 from grpc/makdharma-comment by Yang Gao · 9 years ago
  19. 38a560b Update reconnect_interop_server.cc by makdharma · 9 years ago
  20. bd50f30 Update reconnect_interop_client.cc by makdharma · 9 years ago
  21. 8ba6a6b Merge pull request #5402 from sreecha/stress_test_scripts by Jan Tattermusch · 9 years ago
  22. e1dd18a Fix copyright by Sree Kuchibhotla · 9 years ago
  23. 44ca2c2 Examples by Sree Kuchibhotla · 9 years ago
  24. 521423c Regenerate files, fix bugs by Craig Tiller · 9 years ago
  25. 732a875 Add a sanity test for name aliasing by Craig Tiller · 9 years ago
  26. bfc7ada Added option to echo back user agent for testing by Makarand Dharmapurikar · 9 years ago
  27. 364be64 copyright of course by yang-g · 9 years ago
  28. c10348a Add custom_metadata test case by yang-g · 9 years ago
  29. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  30. 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  31. 848ee62 Merge pull request #4631 from sreecha/stress_test_logging by Yang Gao · 9 years ago
  32. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  33. 7cecfa6 Adjust the log levels in interop tests and stress tests by Sree Kuchibhotla · 9 years ago
  34. 0fa95ea Ability to filter log messages based on log level by Sree Kuchibhotla · 9 years ago
  35. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  36. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  37. a2b7817 Removed compression checks from vanilla large unary by David Garcia Quintas · 9 years ago
  38. 56a363f Fix for when grpc::string is not the same type as FLAGS_... by Craig Tiller · 9 years ago
  39. d9f6101 merge with head by yang-g · 9 years ago
  40. 3ff9727 merge with head by yang-g · 9 years ago
  41. e1330ff Add multiple channels to each server by Sree Kuchibhotla · 9 years ago
  42. 52a514a Address code review comments by Sree Kuchibhotla · 9 years ago
  43. 87f5166 Merge branch 'master' into stress_tests_metrics by Sree Kuchibhotla · 9 years ago
  44. 71b9626 merge with head by yang-g · 9 years ago
  45. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  46. 6049ebd More C++ fixes (the merge did not quite work...). by Julien Boeuf · 9 years ago
  47. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  48. 5dc96fb Comments by David Garcia Quintas · 9 years ago
  49. 5de1616 Fix naming issue in stress_test by David Garcia Quintas · 9 years ago
  50. b047c0f Address code review comments by Sree Kuchibhotla · 9 years ago
  51. 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
  52. c36b480 Fix a small error by Sree Kuchibhotla · 9 years ago
  53. 4d0f2f9 Fix typo in my previous commit. %s/guage/gauge/g by Sree Kuchibhotla · 9 years ago
  54. b5e98c5 Make number of stubs per channel configurable and expose metrics from client by Sree Kuchibhotla · 9 years ago
  55. 93b9447 stream_op cleanup: test fixes and updates by Craig Tiller · 9 years ago
  56. ceced33 Merge pull request #3962 from sreecha/skip_stress_tests by Nicolas Noble · 9 years ago
  57. f51ea7a Explicitly use grpc::string instead of std::string to be consistent with other test code by Sree Kuchibhotla · 9 years ago
  58. 117c8af Skip running stress_tests on jenkins by run_tests.py (This will fix the by Sree Kuchibhotla · 9 years ago
  59. ba4290a Removed 'using' conflicting with import by David Garcia Quintas · 9 years ago
  60. e6cd0e7 Return success if there are no test cases to run by Sree Kuchibhotla · 9 years ago
  61. 1190624 Fix the error reported by tools/run_tests/check_sources_and_headers.py by Sree Kuchibhotla · 9 years ago
  62. 41b2143 Address code review comment by Sree Kuchibhotla · 9 years ago
  63. ac7edec Add an option to reuse the TestService::Stub in interop client class by Sree Kuchibhotla · 9 years ago
  64. 2bc3ac3 Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new by Sree Kuchibhotla · 9 years ago
  65. fbc376f Interop stress tests by Sree Kuchibhotla · 9 years ago
  66. 728a610 Interop stress tests by Sree Kuchibhotla · 9 years ago
  67. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  68. 1f0846d Merge pull request #3692 from dgquintas/inspector_fail by Sree Kuchibhotla · 9 years ago
  69. 0c33188 Hid test-only functions from surface/call.h by David Garcia Quintas · 9 years ago
  70. a006b5f change default value of use_test_ca by yang-g · 9 years ago
  71. 92981d5 remove flag use_prod_roots in interop test and add use_test_ca per the interop test spec by yang-g · 9 years ago
  72. 1f8efa2 Merge pull request #3386 from yang-g/enable_ssl by Jan Tattermusch · 9 years ago
  73. 035cf09 enable_ssl to use_tls by yang-g · 9 years ago
  74. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  75. ddf3a51 Add clang-format to sanity by Craig Tiller · 9 years ago
  76. 78bddc6 Add empty_stream test case by yang-g · 9 years ago
  77. 201ef59 more changes by yang-g · 9 years ago
  78. 867d0c1 Fix auth tests by yang-g · 9 years ago
  79. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  80. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  81. 421738b Addressing comments, round 2. by Julien Boeuf · 9 years ago
  82. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  83. 4eaeb99 Addressing comments. by Julien Boeuf · 9 years ago
  84. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  85. 04ecfa1 Added missing payloads to streaming compressed test by David Garcia Quintas · 9 years ago
  86. 9e2f90c headers reorg by yang-g · 9 years ago
  87. 961eeb0 Merge remote-tracking branch 'upstream/master' into docs by yang-g · 9 years ago
  88. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  89. 5fd6855 Moved methods' impl to header for simplicity by David Garcia Quintas · 9 years ago
  90. 6d8d014 Merge pull request #2975 from dgquintas/no_foreach_44 by Vijay Pai · 9 years ago
  91. 81491b6 Removed function introducing dependency on proto in .h by David Garcia Quintas · 9 years ago
  92. 2a6427f removed foreach loops for gcc 4.4 by David Garcia Quintas · 9 years ago
  93. d6c98df clang-format all source by Craig Tiller · 9 years ago
  94. 864d186 proto3 required changes by David Garcia Quintas · 9 years ago
  95. 80dc66d Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  96. f6befe8 update the interop test protos and code to proto3 by yang-g · 9 years ago
  97. 93dfab9 Make sure COMPRESSABLE is the default for LargeUnary by David Garcia Quintas · 9 years ago
  98. ba86dc0 Removed spurious line that forced COMPRESSABLE for large unaries by David Garcia Quintas · 9 years ago
  99. 616b375 Merged PerformLargeCompressedUnary into PerformLargeUnary by David Garcia Quintas · 9 years ago
  100. 2e1bb1b Reverted unnecessary changes to server by David Garcia Quintas · 9 years ago