1. d70dbca Making test_util & co public. by Nicolas "Pixel" Noble · 7 years ago
  2. 1e75dc8 Add end2end_test_lib. by Nicolas "Pixel" Noble · 7 years ago
  3. fec014b Adding metrics_server. by Nicolas "Pixel" Noble · 7 years ago
  4. 1c7cdd5 Fixing test_util target. by Nicolas "Pixel" Noble · 7 years ago
  5. e93306e Making test/core/iomgr visible. by Nicolas "Pixel" Noble · 7 years ago
  6. 987267f Fixing grpc_cli_libs. by Nicolas "Pixel" Noble · 7 years ago
  7. 684fe37 Adding "grpc_cli_libs" back. by Nicolas "Pixel" Noble · 7 years ago
  8. c020da9 Forgot one external dependency. by Nicolas "Pixel" Noble · 7 years ago
  9. 16ace24 End2end test dependency fix. by Nicolas "Pixel" Noble · 7 years ago
  10. 3bd8177 Converting end2end/generate_tests.bzl. by Nicolas "Pixel" Noble · 7 years ago
  11. 15cd5ce Rewriting core tests BUILD files to use the build system. by Nicolas "Pixel" Noble · 7 years ago
  12. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  13. 9c54a0c Merge pull request #10382 from ctiller/checks by Craig Tiller · 7 years ago
  14. 2035c2b Merge pull request #10375 from dgquintas/fix_fuzzer_961 by David G. Quintas · 7 years ago
  15. 6715a15 Merge pull request #10318 from y-zeng/server_channel_max_age by Yuchen Zeng · 7 years ago
  16. 83643bd Fix build on mac by Craig Tiller · 7 years ago
  17. ea2b439 Verify shutdown time in max_connection_age test by Yuchen Zeng · 7 years ago
  18. bea4966 Merge pull request #10348 from sreecha/init-free-cq by Sree Kuchibhotla · 7 years ago
  19. fde5dbb Fixed oss-fuzz/961 by David Garcia Quintas · 7 years ago
  20. 5692dfd Merge pull request #10218 from ctiller/bugscrub1-proposedfix1 by Craig Tiller · 7 years ago
  21. 0d32f2f Fix build files by Craig Tiller · 7 years ago
  22. 1345a85 Merge branch 'remove_lr_from_server_context' of github.com:dgquintas/grpc into checks by Craig Tiller · 7 years ago
  23. 29b527f Reinstate one check, fix fall out by Craig Tiller · 7 years ago
  24. 6ee38a7 Merge pull request #9780 from ctiller/cpp_bazelness by Nicolas Noble · 7 years ago
  25. 387c3a4 Merge pull request #10329 from ctiller/b64mb by Craig Tiller · 7 years ago
  26. a232b52 Merge pull request #10352 from yang-g/time_conversion by Yang Gao · 7 years ago
  27. b657f5e Merge pull request #10342 from ctiller/build by Craig Tiller · 7 years ago
  28. 6544a2d Merge pull request #10353 from yang-g/lost_child by Yang Gao · 7 years ago
  29. 07429fa Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MIN by yang-g · 7 years ago
  30. c7cbbaf Merge pull request #10331 from vjpai/async by Vijay Pai · 7 years ago
  31. 61c317b Fix leak by Craig Tiller · 7 years ago
  32. d51bbeb Fix leak by Craig Tiller · 7 years ago
  33. ca6dab3 Change the unit to ms, clean up by Yuchen Zeng · 7 years ago
  34. 3835d13 Fix the test condition for max_connection_idle test by Yuchen Zeng · 7 years ago
  35. 8dbd967 Add a benchmark by Sree Kuchibhotla · 7 years ago
  36. 0dac09e Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness by Nicolas "Pixel" Noble · 7 years ago
  37. aab6992 Remove call from sibling list when it is not first child. by yang-g · 7 years ago
  38. 21947d3 Merge github.com:grpc/grpc into bugscrub1-proposedfix1 by Craig Tiller · 7 years ago
  39. 730ddc2 Sanity fixes by Craig Tiller · 7 years ago
  40. b2caafc Add max_connection_idle test by Yuchen Zeng · 7 years ago
  41. c0885a9 Merge pull request #9926 from y-zeng/retry_pings by Yuchen Zeng · 7 years ago
  42. 7dc3629 Fix use-after-free issue by Yuchen Zeng · 7 years ago
  43. 1aba869 Make convert clock_type consistent with add/sub when dealing with extreme values by yang-g · 7 years ago
  44. 22321fc Add max_connection_age end2end test by Yuchen Zeng · 7 years ago
  45. b838bb2 Merge pull request #10337 from yang-g/autofuzz by Yang Gao · 7 years ago
  46. b29f1fe Update include paths by Craig Tiller · 7 years ago
  47. 6b8e844 Merge pull request #10325 from y-zeng/keepalive_fixes by Yuchen Zeng · 7 years ago
  48. 6ac3f0c Merge pull request #10333 from ncteisen/autofuzz by Noah Eisen · 7 years ago
  49. fdd908b Clamp memory usage estimate by yang-g · 7 years ago
  50. 7cd4f68 Add fuzzer bug by ncteisen · 7 years ago
  51. 44264d5 Add client_ prefix for keepalive args by Yuchen Zeng · 7 years ago
  52. 0ff932c Make sure that we hold contents of async operation until completion. by Vijay Pai · 7 years ago
  53. 8fd581e Merge branch 'master' into stream_corked_pr by Yuxuan Li · 7 years ago
  54. 978c34f Merge branch 'master' into stream_corked_pr by Yuxuan Li · 7 years ago
  55. f3ca374 Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness by Nicolas "Pixel" Noble · 7 years ago
  56. 0d04e06 Add a benchmark of base16 encoding by Craig Tiller · 7 years ago
  57. 3d43da7 Change keepalive arguments, add grpc_set_disable_ping_ack by Yuchen Zeng · 7 years ago
  58. 6aa8573 Merge pull request #9955 from y-zeng/ev_epoll_test by Yuchen Zeng · 7 years ago
  59. 6f7dcd0 Clang-format. by Nicolas "Pixel" Noble · 7 years ago
  60. 8e0684b Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness by Nicolas "Pixel" Noble · 7 years ago
  61. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  62. 7e6b7df Merge pull request #10275 from ctiller/memory by Craig Tiller · 7 years ago
  63. b02dd01 Fixing qps & benchmark. by Nicolas "Pixel" Noble · 7 years ago
  64. ac4a728 Merge pull request #10262 from y-zeng/set_user_agent by Yuchen Zeng · 7 years ago
  65. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 8 years ago
  66. 878a7c2 Memory usage tweaks by Craig Tiller · 7 years ago
  67. d336084 Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  68. 5c8a47e Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_tests by apolcyn · 7 years ago
  69. 5583756 Merge pull request #10109 from ncteisen/error-slice-optimization by Noah Eisen · 7 years ago
  70. 9f0a115 Test if the user agent string is copied correctly by Yuchen Zeng · 7 years ago
  71. 3d194ad Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by Noah Eisen · 7 years ago
  72. 48fda55 Merge pull request #10189 from ctiller/call_cases by Craig Tiller · 7 years ago
  73. 50fdc8a add http2 server test for unary calls that uses small frames and padding by Alexander Polcyn · 8 years ago
  74. 937302b Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  75. be0dba1 Merge pull request #10247 from y-zeng/fix_lb_subchannel by Yuchen Zeng · 7 years ago
  76. ddab452 Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness by Nicolas "Pixel" Noble · 7 years ago
  77. b14ab80 Fixes for new APIs by Craig Tiller · 7 years ago
  78. eeb3b24 Merge pull request #10238 from ctiller/bm_chttp2_top by Craig Tiller · 7 years ago
  79. 0a6d30b Buildifier. by Nicolas "Pixel" Noble · 7 years ago
  80. c88fd35 Add reproduction by Yuchen Zeng · 7 years ago
  81. 31041c9 Merge github.com:grpc/grpc into call_cases by Craig Tiller · 7 years ago
  82. 14ef5d8 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  83. 3e9e2fd Merge pull request #10200 from ctiller/bad_tracking by Craig Tiller · 7 years ago
  84. 18f09a0 Add benchmark suite for chttp2 by Craig Tiller · 8 years ago
  85. d86d742 Remove BUILD rule for removed test. by Mark D. Roth · 7 years ago
  86. 7c050ea Merge pull request #10102 from ctiller/fuzzing-long by Craig Tiller · 7 years ago
  87. 0574b58 merge master and fix conflict on bm_fullstack by Yuxuan Li · 7 years ago
  88. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  89. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  90. f39cf46 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  91. ca3154d Make repro more repro-able by Craig Tiller · 7 years ago
  92. 78058b7 Make repro more repro-able by Craig Tiller · 7 years ago
  93. 0d033b5 Test exposing TSAN race by Craig Tiller · 7 years ago
  94. 40a947e Merge pull request #9889 from y-zeng/channel_arg by Yuchen Zeng · 7 years ago
  95. 289bc21 Merge pull request #9995 from y-zeng/cpu_test by Yuchen Zeng · 7 years ago
  96. f3792b2 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  97. 8c74445 Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it by Craig Tiller · 7 years ago
  98. 18f5b66 Merge pull request #10090 from rjshade/add_test_flags by Yang Gao · 7 years ago
  99. 22afddf add health check for http2 server by Eric Gribkoff · 7 years ago
  100. 95f48c1 really add _ by Eric Gribkoff · 8 years ago