1. eec8b84 spinlock in completion registry is slightly faster by Jan Tattermusch · 7 years ago
  2. 8bae77c add completion registry benchmark with shared registry too by Jan Tattermusch · 7 years ago
  3. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  4. 2622fdc remove legacy delegates by Jan Tattermusch · 7 years ago
  5. c563888 make everything compile by Jan Tattermusch · 7 years ago
  6. 466d77b avoid delegate allocations in callsafehandle by Jan Tattermusch · 7 years ago
  7. 8b451ed server and channel adjustments by Jan Tattermusch · 7 years ago
  8. 2dc792d add "state" filed to batch completion delegate by Jan Tattermusch · 7 years ago
  9. 9a244d6 avoid unnecessary allocation in completion registry by Jan Tattermusch · 7 years ago
  10. 2bc15ca Merge pull request #13438 from jtattermusch/csharp_more_microbenchmarks by Jan Tattermusch · 7 years ago
  11. 90dbd2b Alter health/reflection packages' build criterion by Mehrdad Afshari · 7 years ago
  12. 018153c Merge pull request #13406 from nathanielmanistaatgoogle/interop_required_args by Nathaniel Manista · 7 years ago
  13. ec47912 Merge pull request #13188 from cauthu/python-server-cert-reload by Nathaniel Manista · 7 years ago
  14. e295ec7 Merge pull request #13454 from yang-g/lockfree_event by Yang Gao · 7 years ago
  15. bcf083f Add Python support for server SSL cert reloading by Giang Nguyen · 7 years ago
  16. ed49fe5 Resolve comments by yang-g · 7 years ago
  17. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  18. ad671ff Merge pull request #13391 from ncteisen/more-eager-free by Noah Eisen · 7 years ago
  19. 8abe262 Fix pthread cleanup logic by kwasimensah · 7 years ago
  20. 26521b3 Avoid calling dtor on grpc_fd before putting it in freelist by yang-g · 7 years ago
  21. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  22. 90c8cf6 Merge pull request #13435 from sreecha/disable-realtime-caching by Sree Kuchibhotla · 7 years ago
  23. c4dd9cf reviewer feedback by ncteisen · 7 years ago
  24. dbca3d9 Merge pull request #13433 from murgatroid99/uv_resource_quota_fixes by Michael Lumish · 7 years ago
  25. 692915e Swtich to using grpc_bb_take_first by ncteisen · 7 years ago
  26. 9f4759a Disable caching start-time for all clocktypes except GPR_CLOCK_MONOTONIC by Sree Kuchibhotla · 7 years ago
  27. 5dc3cc1 Clang format by murgatroid99 · 7 years ago
  28. ddcdf84 use regular dict in completion registry by Jan Tattermusch · 7 years ago
  29. 8aeaacc generalize invocation of C# microbenchmarks by Jan Tattermusch · 7 years ago
  30. 74a723f add PInvokeByteArray microbenchmark by Jan Tattermusch · 7 years ago
  31. ef69907 add CompletionRegistry microbenchmark by Jan Tattermusch · 7 years ago
  32. 1de0d69 add GCStats to microbenchmarks by Jan Tattermusch · 7 years ago
  33. d9186a7 Merge pull request #13418 from jtattermusch/csharp_honor_optimizationtarget by Jan Tattermusch · 7 years ago
  34. c35a660 Merge pull request #13422 from kpayson64/quic_tsan_fix by kpayson64 · 7 years ago
  35. 3dc4bc2 Fix uses of resource quota in UV TCP code by murgatroid99 · 7 years ago
  36. 6d66369 Merge pull request #13388 from y-zeng/flow_control by Yuchen Zeng · 7 years ago
  37. ad3bdbe Merge pull request #13335 from ncteisen/inline-closure by Noah Eisen · 7 years ago
  38. 588d6d9 unref before write failures for completness by ncteisen · 7 years ago
  39. 311fa5f Reviewer feedback: no API change by ncteisen · 7 years ago
  40. 7fb7774 Merge pull request #13417 from markdroth/grpclb_memory_leak_fix by Mark D. Roth · 7 years ago
  41. 24908a6 Use lock when popping requests on server shutdown by Ken Payson · 7 years ago
  42. 0bf12cf Fix clang-format issues by kwasimensah · 7 years ago
  43. 3035950 clang fmt by ncteisen · 7 years ago
  44. 1028787 Add constant kMaxDt by Yuchen Zeng · 7 years ago
  45. 232af48 inline helper and remove extern c by ncteisen · 7 years ago
  46. 1aacb19 balance queuedContinuationCounter for inlined handlers by Jan Tattermusch · 7 years ago
  47. ea6cc57 C# benchmarks: honor optimizationtarget channel arg by Jan Tattermusch · 7 years ago
  48. b2aa06a Reviewer feedback: friend func not clasS by ncteisen · 7 years ago
  49. 9006013 Reviewer feedback: singleton TraceFlagList by ncteisen · 7 years ago
  50. 6c8ee58 Restart LB call after client load report completion, if needed. by Mark D. Roth · 7 years ago
  51. f6d4008 Merge pull request #13233 from mehrdada/fix-grpcio-reflection-health-packaging by Mehrdad Afshari · 7 years ago
  52. 767e1cb Merge pull request #13405 from apolcyn/grpc_config_txt_prefix by apolcyn · 7 years ago
  53. 9d1ba2e Fix grpcio_{health_checking,reflection} packaging by Mehrdad Afshari · 7 years ago
  54. ce0ad22 Reviewer feedback by ncteisen · 7 years ago
  55. 5b554fb More fix for Windows artifact by ncteisen · 7 years ago
  56. 254cb36 Require port and server_port interop flags by Nathaniel Manista · 7 years ago
  57. 56a19ae Query for TXT service configs with _gprc_config prefix by Alexander Polcyn · 7 years ago
  58. dabd7c0 Fix window compile by ncteisen · 7 years ago
  59. fdb1a2b Take a ref to the connected subchannel before unreffing it. by Mark D. Roth · 7 years ago
  60. 589c940 add test by ncteisen · 7 years ago
  61. 50cfbe3 Merge branch 'master' of https://github.com/grpc/grpc into more-eager-free by ncteisen · 7 years ago
  62. 4fdb08a Revert "Restructure plugin builds to avoid building more than needed" by Vijay Pai · 7 years ago
  63. 49fe987 pull global tracer list from TraceFlag class by ncteisen · 7 years ago
  64. 90ffc3a Add tracer peer to keep set_enabled private() by ncteisen · 7 years ago
  65. 68ade74 Limit the imput dt of PID to 100ms by Yuchen Zeng · 7 years ago
  66. 0d5e24d Merge pull request #13390 from vjpai/stats-proto by Vijay Pai · 7 years ago
  67. 8342e10 Merge pull request #13138 from iancoolidge/devel-getcpu by Vijay Pai · 7 years ago
  68. 467e836 clang fmt by Noah Eisen · 7 years ago
  69. 882dfed clang tidy by Noah Eisen · 7 years ago
  70. 4fde068 Fix merge of timer_generic by ncteisen · 7 years ago
  71. 19c34b6 Reviewer comments by Noah Eisen · 7 years ago
  72. e092ff8 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  73. 6b514e6 Remove unused import by Vijay Pai · 7 years ago
  74. 0d12c0c Update to not depend on c++ runtime by kwasimensah · 7 years ago
  75. 751c324 Add partial unref by ncteisen · 7 years ago
  76. 71d5ec7 Merge pull request #13189 from apolcyn/pass_args_to_tsi by apolcyn · 7 years ago
  77. 42fc8d4 Merge pull request #13359 from vjpai/plugins by Vijay Pai · 7 years ago
  78. abfb4f8 Handle negative remote_window by Yuchen Zeng · 7 years ago
  79. 9b3b8e3 clang fmt by ncteisen · 7 years ago
  80. c613aa0 Merge branch 'master' of https://github.com/grpc/grpc into eager-free by ncteisen · 7 years ago
  81. 3810749 Merge pull request #13339 from dgquintas/client_stats_fallback_kaput by David G. Quintas · 7 years ago
  82. 2e8bef1 Merge pull request #13204 from apolcyn/fix_broken_ruby_20_for_master by apolcyn · 7 years ago
  83. 16ba80c Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  84. 054426c clang fmt by Noah Eisen · 7 years ago
  85. 4023fb9 clang tidy by Noah Eisen · 7 years ago
  86. 9268703 Merge branch 'master' of https://github.com/grpc/grpc into inline-closure by Noah Eisen · 7 years ago
  87. d9d5c8f clang fmt by Noah Eisen · 7 years ago
  88. 6870e6f clang tidy by Noah Eisen · 7 years ago
  89. 68bb1bf Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  90. 248c4f5 Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  91. 3f6b10a Use existing read buffer in security handshaker if present by Alexander Polcyn · 7 years ago
  92. 7181a95 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  93. e527724 Merge pull request #13372 from mehrdada/minor-reflection-typo-fix by Mehrdad Afshari · 7 years ago
  94. 15ff8f3 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  95. d7a03c8 Correct HEALTH_PROTO to REFLECTION_PROTO by Mehrdad Afshari · 7 years ago
  96. 2ff9578 Merge branch 'master' into plugins by Vijay Pai · 7 years ago
  97. 6d472b3 Merge pull request #13344 from muxi/fix-timer-thread-spin by Sree Kuchibhotla · 7 years ago
  98. 3c9040b Merge branch 'patch-1' into kwasi-format by kwasimensah · 7 years ago
  99. 33652d3 Merge pull request #2 from grpc/master by kwasimensah · 7 years ago
  100. ad5bec0 Formatting. by Nicolas "Pixel" Noble · 7 years ago