1. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  2. a03d204 Update credentials test after #9328 by David Garcia Quintas · 7 years ago
  3. 6b99d80 Merge pull request #10501 from ctiller/epex2 by Craig Tiller · 7 years ago
  4. 02e26c9 Merge pull request #10521 from y-zeng/fix_max_idle by Yuchen Zeng · 7 years ago
  5. 115b4fa Merge pull request #10407 from kpayson64/alpine_linux_support by kpayson64 · 7 years ago
  6. 6e86397 Merge pull request #10524 from yang-g/error_details by Yang Gao · 7 years ago
  7. 921b896 Merge pull request #10531 from sreecha/bm_cq_asan by Sree Kuchibhotla · 7 years ago
  8. 47b49ce Merge pull request #10509 from apolcyn/json_driver_rpc_logger by apolcyn · 7 years ago
  9. 1f0c827 Fix asan and tsan bugs. Simplify the code by Sree Kuchibhotla · 7 years ago
  10. 2018a40 create a grpc client qps test logging reporter by Alexander Polcyn · 7 years ago
  11. 93b60e0 Fix asan bug by Sree Kuchibhotla · 7 years ago
  12. f4c8add support C++ error_details by yang-g · 7 years ago
  13. 4c40161 Merge pull request #10432 from alenkacz/patch-1 by Yuchen Zeng · 7 years ago
  14. 185d413 Fix the max idle timer by Yuchen Zeng · 7 years ago
  15. 55a61e4 Merge pull request #10492 from ncteisen/error-overflow by Noah Eisen · 7 years ago
  16. 6f04437 Merge pull request #10496 from jtattermusch/csharp_distribtest_use_windowsbuilt by Jan Tattermusch · 7 years ago
  17. 93aa1e7 Merge pull request #10467 from sreecha/bm_cq_multi_threads by Sree Kuchibhotla · 7 years ago
  18. 975b510 Fix build on Alpine linux + add portability tests by Ken Payson · 7 years ago
  19. fc8d671 Fix posix leakage by Craig Tiller · 7 years ago
  20. 120ee3b Merge github.com:grpc/grpc into dynamic_tcp_sizing by Craig Tiller · 7 years ago
  21. c6ec115 Fix error overflow bug by Noah Eisen · 7 years ago
  22. 631e78c Print items/sec metric at the end by Sree Kuchibhotla · 7 years ago
  23. ac1facd Merge github.com:grpc/grpc into epex2 by Craig Tiller · 7 years ago
  24. 137dd89 Merge branch 'master' into bm_cq_multi_threads by Sree Kuchibhotla · 7 years ago
  25. 3de1263 Ensure cleanup before orphaning by Craig Tiller · 7 years ago
  26. 5beff34 Merge pull request #10466 from markdroth/filter_call_init_fail_fix by Mark D. Roth · 7 years ago
  27. dd2f1ca switch C# distribtest to use windows-build nugets by Jan Tattermusch · 7 years ago
  28. 084c51e Merge branch 'master' into bm_cq_multi_threads by Sree Kuchibhotla · 7 years ago
  29. 41f46ab Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  30. 88455ca Merge github.com:grpc/grpc into dynamic_tcp_sizing by Craig Tiller · 7 years ago
  31. 3aa7e1b Merge pull request #10469 from ctiller/xyz by Craig Tiller · 7 years ago
  32. 355c2ec Merge pull request #10412 from y-zeng/max_age_jitter by Yuchen Zeng · 7 years ago
  33. b05e1a8 Merge pull request #10474 from y-zeng/update_actions by Yuchen Zeng · 7 years ago
  34. b39bf85 Fix test for CLIENT_DIRECT_CHANNEL fixtures. by Mark D. Roth · 7 years ago
  35. e645d13 Fix build. by Mark D. Roth · 7 years ago
  36. 9cda567 Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix by Mark D. Roth · 7 years ago
  37. 4a64714 Update to new API by Craig Tiller · 7 years ago
  38. 8d4b981 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  39. f7c673a minor change by Sree Kuchibhotla · 7 years ago
  40. 526e624 Merge pull request #9902 from y-zeng/keepalive_server by Yuchen Zeng · 7 years ago
  41. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  42. e4e7632 Add UpdateActions to the interop client helper by Yuchen Zeng · 7 years ago
  43. 2c3e7e8 use wallclock by Sree Kuchibhotla · 7 years ago
  44. 5bdffab Add profiling annotations by Craig Tiller · 7 years ago
  45. c02f36b Merge pull request #10334 from wcevans/master by Yang Gao · 7 years ago
  46. b7d833b Change filter_call_init_fails test to catch the bug. by Mark D. Roth · 7 years ago
  47. 3c754e4 Microbenchmark for measuring impact of multiple threads calling cq_next by Sree Kuchibhotla · 7 years ago
  48. a2ca724 Add max_connection_age jitter by Yuchen Zeng · 7 years ago
  49. ed2a547 Calculate RPC deadline right before call creation by Chris Evans · 7 years ago
  50. 2a7ce4f Merge github.com:grpc/grpc into dynamic_tcp_sizing by Craig Tiller · 7 years ago
  51. ad286c3 Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  52. 82c7fec Merge pull request #9949 from ctiller/new_transport_op by Craig Tiller · 7 years ago
  53. 14af85e Merge pull request #10447 from ctiller/arena by Craig Tiller · 7 years ago
  54. 3b17e8a Merge pull request #10194 from ctiller/atomic-timers by Craig Tiller · 7 years ago
  55. 5f89996 Enable server-side keepalive pings by Yuchen Zeng · 7 years ago
  56. c18d4b3 Change time unit to ms by Yuchen Zeng · 7 years ago
  57. 114a848 Disable bdp probe in bad_ping test by Yuchen Zeng · 7 years ago
  58. af5c505 Add bad_ping test, fix ping test by Yuchen Zeng · 7 years ago
  59. 8fb174e Merge branch 'new_transport_op' of github.com:ctiller/grpc into new_transport_op by Craig Tiller · 7 years ago
  60. a044424 clang-format by Craig Tiller · 7 years ago
  61. 3a20cec Merge branch 'arena' of github.com:ctiller/grpc into arena by Craig Tiller · 7 years ago
  62. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 7 years ago
  63. dced510 Fix arena_test on 32-bit platforms (includes Windows) by Craig Tiller · 7 years ago
  64. 3eeba6d Increase grace time by Craig Tiller · 7 years ago
  65. 5311d66 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  66. 7a8232d review feedback by Craig Tiller · 7 years ago
  67. f854f2a Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  68. 9d6f04d Increase grace period: 300ms is way too short in our test environments by Craig Tiller · 7 years ago
  69. d7b048e Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  70. c4f4601 Merge pull request #9838 from dgquintas/fuzzer_remove_asserts by David G. Quintas · 7 years ago
  71. 7b9cb83 Print out some cli error message for getservices by Alena Varkockova · 7 years ago
  72. 8b0e90d Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  73. 895653b merge by Craig Tiller · 7 years ago
  74. 5f95f1a Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  75. bd210c0 Merge pull request #10414 from ctiller/timing by Craig Tiller · 7 years ago
  76. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago
  77. 9c54a0c Merge pull request #10382 from ctiller/checks by Craig Tiller · 7 years ago
  78. e1b51da clang-format by Craig Tiller · 7 years ago
  79. a0f3abd Review feedback: bikeshedding round by Craig Tiller · 7 years ago
  80. e431b52 Fix crashes by Craig Tiller · 7 years ago
  81. 84a2ac8 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  82. 2035c2b Merge pull request #10375 from dgquintas/fix_fuzzer_961 by David G. Quintas · 7 years ago
  83. 5aebfa0 Merge branch 'atomic-timers' into dynamic_tcp_sizing by Craig Tiller · 7 years ago
  84. cf11476 Merge branch 'timing' into atomic-timers by Craig Tiller · 7 years ago
  85. c1d4381 Use timeout inflation to account for differences between sanitizers by Craig Tiller · 7 years ago
  86. 8b4ce8a Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  87. 6715a15 Merge pull request #10318 from y-zeng/server_channel_max_age by Yuchen Zeng · 7 years ago
  88. 06cd5fa Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  89. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  90. 5e17020 Fix compile by Craig Tiller · 7 years ago
  91. 2b57060 Merge branch 'atomic-timers' into dynamic_tcp_sizing by Craig Tiller · 7 years ago
  92. a51a6c2 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  93. 83643bd Fix build on mac by Craig Tiller · 7 years ago
  94. 228a514 Don't assert over invalid channel args by David Garcia Quintas · 7 years ago
  95. ea2b439 Verify shutdown time in max_connection_age test by Yuchen Zeng · 7 years ago
  96. bea4966 Merge pull request #10348 from sreecha/init-free-cq by Sree Kuchibhotla · 7 years ago
  97. 78a4207 Merge branch 'atomic-timers' into dynamic_tcp_sizing by Craig Tiller · 7 years ago
  98. 75b6908 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  99. fde5dbb Fixed oss-fuzz/961 by David Garcia Quintas · 7 years ago
  100. 5692dfd Merge pull request #10218 from ctiller/bugscrub1-proposedfix1 by Craig Tiller · 7 years ago