1. ba40482 Clang format. by Nicolas "Pixel" Noble · 9 years ago
  2. 114f394 Cpp example of how the plugins can be done. by Julien Boeuf · 9 years ago
  3. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  4. 25e46bf Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  5. 0c9e0b1 Fixing NULL terminator for test cert. by Julien Boeuf · 9 years ago
  6. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  7. 802f6b6 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert by Julien Boeuf · 9 years ago
  8. 6049ebd More C++ fixes (the merge did not quite work...). by Julien Boeuf · 9 years ago
  9. 9a437c2 Forgot to fix driver.cc somehow... by Julien Boeuf · 9 years ago
  10. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  11. a89bf50 Handle cancel before start case by yang-g · 9 years ago
  12. 5dc96fb Comments by David Garcia Quintas · 9 years ago
  13. 5de1616 Fix naming issue in stress_test by David Garcia Quintas · 9 years ago
  14. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  15. d67b356 Merge pull request #3905 from vjpai/protosplit by Jan Tattermusch · 9 years ago
  16. c76ff10 Removed consts to make MSVC happy by David Garcia Quintas · 9 years ago
  17. fba20c9 Address some review comments about signal and restoring qps_test_with_poll by vjpai · 9 years ago
  18. 1f6f02a Merge branch 'master' into protosplit by vjpai · 9 years ago
  19. 3affddd Add secure testing to sweep by vjpai · 9 years ago
  20. f8603ad Secure performance testing for C++ is in the hizzouse! by vjpai · 9 years ago
  21. 6c4ec78 Merge pull request #4013 from dgquintas/bb_readall by Craig Tiller · 9 years ago
  22. 4540743 Better reasonable default by vjpai · 9 years ago
  23. 783c144 Fix up single run test Enable reasonable default if resp size not specified by vjpai · 9 years ago
  24. ce84670 clang-format by Vijay Pai · 9 years ago
  25. 780a7f2 Add in security support, make payload protos configurable by vjpai · 9 years ago
  26. d08a738 Cleanup some names by vjpai · 9 years ago
  27. 9b14e15 Merge commit '6bf1de9' into protosplit by vjpai · 9 years ago
  28. 6bf1de9 Mark a method with GRPC_OVERRIDE to avoid compiler warning by vjpai · 9 years ago
  29. aa39192 Cleanup directory and make minor changes by vjpai · 9 years ago
  30. 11537dc Merge remote-tracking branch 'upstream/master' into protosplit by vjpai · 9 years ago
  31. 6eb3925 Added grpc_byte_buffer_reader_readall by David Garcia Quintas · 9 years ago
  32. 89ea0c7 Merge pull request #4006 from dgquintas/fix-lb-test by Craig Tiller · 9 years ago
  33. 93c65ae Fixed potential stack corruption by David Garcia Quintas · 9 years ago
  34. 9f0f01e Merge pull request #3997 from a-veitch/fix_tsan_cpu_test by Nicolas Noble · 9 years ago
  35. f987e3a Fix for long-running tsan test by Alistair Veitch · 9 years ago
  36. 72a6332 QPS worker no longer needs to specify server port on command line. This is part by vjpai · 9 years ago
  37. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  38. 754751e Numerous proto changes to make things more sane and fix some outstanding issues by vjpai · 9 years ago
  39. 4b69152 Eliminate qpstest.proto by vjpai · 9 years ago
  40. ceced33 Merge pull request #3962 from sreecha/skip_stress_tests by Nicolas Noble · 9 years ago
  41. f51ea7a Explicitly use grpc::string instead of std::string to be consistent with other test code by Sree Kuchibhotla · 9 years ago
  42. 117c8af Skip running stress_tests on jenkins by run_tests.py (This will fix the by Sree Kuchibhotla · 9 years ago
  43. ba4290a Removed 'using' conflicting with import by David Garcia Quintas · 9 years ago
  44. 33d35d5 Merge pull request #3868 from sreecha/stress_tests_new by David G. Quintas · 9 years ago
  45. e6cd0e7 Return success if there are no test cases to run by Sree Kuchibhotla · 9 years ago
  46. 1190624 Fix the error reported by tools/run_tests/check_sources_and_headers.py by Sree Kuchibhotla · 9 years ago
  47. 5f42b67 merge & resolve conflicts by Alistair Veitch · 9 years ago
  48. 41b2143 Address code review comment by Sree Kuchibhotla · 9 years ago
  49. 7f729f5 Merge branch 'master' into stress_tests_new by Sree Kuchibhotla · 9 years ago
  50. 427eb90 Fix memory leak by Alistair Veitch · 9 years ago
  51. 4870de2 Fix more shadow and conversion warnings. by Vijay Pai · 9 years ago
  52. fe8bc19 Oops - forgot to add the protos! by vjpai · 9 years ago
  53. 52bfb25 Split qpstest.proto into two parts - one for performance stats and by vjpai · 9 years ago
  54. 4c70baa Fix sign conversion issues here by vjpai · 9 years ago
  55. b73cbc2 Addressing comments. by Julien Boeuf · 9 years ago
  56. 72badb4 more verbose message by Alistair Veitch · 9 years ago
  57. c11e847 only print #cores seen by Alistair Veitch · 9 years ago
  58. dcfb3fe add CPU tests by Alistair Veitch · 9 years ago
  59. ac7edec Add an option to reuse the TestService::Stub in interop client class by Sree Kuchibhotla · 9 years ago
  60. 85ccb8c added grpc_client_uchannel_set_subchannel func by David Garcia Quintas · 9 years ago
  61. 2bc3ac3 Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_new by Sree Kuchibhotla · 9 years ago
  62. fbc376f Interop stress tests by Sree Kuchibhotla · 9 years ago
  63. b5ab8a2 Merge branch 'master' of github.com:grpc/grpc into microchannels by David Garcia Quintas · 9 years ago
  64. e2a1bf4 Merge pull request #3726 from dgquintas/iomgr_executor by Craig Tiller · 9 years ago
  65. 0cc1341 Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps by vjpai · 9 years ago
  66. 3bb61d8 Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  67. 728a610 Interop stress tests by Sree Kuchibhotla · 9 years ago
  68. 0fe7242 Merge branch 'master' of github.com:grpc/grpc into microchannels by David Garcia Quintas · 9 years ago
  69. 661ad7f We need the iomgr_init for winsocks initialization. by David Garcia Quintas · 9 years ago
  70. 5f9e979 Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  71. 9c97aae Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  72. e945cd8 Merge branch 'master' of github.com:grpc/grpc into iomgr_executor by David Garcia Quintas · 9 years ago
  73. 18a12c4 Fixing zookeeper tests as well. by Julien Boeuf · 9 years ago
  74. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  75. 26bf71c Fixing mem leak and compilation error in tsan. by Julien Boeuf · 9 years ago
  76. 4e02e84 Got the core test passing. by Julien Boeuf · 9 years ago
  77. 2b15f1e Merge github.com:grpc/grpc into latent-see by Craig Tiller · 9 years ago
  78. 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
  79. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  80. 1f0846d Merge pull request #3692 from dgquintas/inspector_fail by Sree Kuchibhotla · 9 years ago
  81. df58c81 Merge pull request #3698 from ctiller/qps_test_be_locky by Vijay Pai · 9 years ago
  82. 0c33188 Hid test-only functions from surface/call.h by David Garcia Quintas · 9 years ago
  83. b37391e Merge github.com:grpc/grpc into latent-see by Craig Tiller · 9 years ago
  84. 7a0ae4c Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  85. 86253ca Latency traces by Craig Tiller · 9 years ago
  86. 6d137ad Merge pull request #3684 from yang-g/prod_roots by Jan Tattermusch · 9 years ago
  87. 7fd0fd5 C++ Alarm implementation (with tests). by David Garcia Quintas · 9 years ago
  88. 68a77e3 Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  89. ad8dee1 Merge branch 'master' of github.com:grpc/grpc into iomgr_executor by David Garcia Quintas · 9 years ago
  90. 4bc3463 Introducing grpc_executor, for all your threading needs by David Garcia Quintas · 9 years ago
  91. a006b5f change default value of use_test_ca by yang-g · 9 years ago
  92. b17b7f4 Add a timeout to benchmark test runs by Craig Tiller · 9 years ago
  93. c6787b2 Fix broken udp_server_test, by adding exec_ctx to read_cb by Robbie Shade · 9 years ago
  94. 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
  95. 7b1bd2c μChannels implementation. by David Garcia Quintas · 9 years ago
  96. 6a739c7 Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  97. 0d6499e Add more verbose traces for port_server usage by Craig Tiller · 9 years ago
  98. 91054e6 Merge pull request #3627 from yang-g/flake2 by Craig Tiller · 9 years ago
  99. f747bbc s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm by David Garcia Quintas · 9 years ago
  100. cb954cf Removed exec_ctx from cq_alarm's functions by David Garcia Quintas · 9 years ago