1. d7ccea8 Remove duplicate check for shutting_down by Juanli Shen · 7 years ago
  2. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  3. f7a8eb7 Merge pull request #13554 from danzh2010/asyncio by Yang Gao · 7 years ago
  4. a37437d Merge pull request #12126 from dutor/fix-accept-queue-init by Craig Tiller · 7 years ago
  5. a92428b Move chttp2 cleanup code into close_transport_locked(). by Mark D. Roth · 7 years ago
  6. d194578 Merge pull request #13599 from kpayson64/fix_flow_control_bug_local by kpayson64 · 7 years ago
  7. df86101 Initialize last sent ping time by Ken Payson · 7 years ago
  8. ba95146 fix comment format by Dan Zhang · 7 years ago
  9. 26024c8 Merge branch 'master' into asyncio by Dan Zhang · 7 years ago
  10. ec8a59e read once by Dan Zhang · 7 years ago
  11. dd01db3 Make comparison of LB policy name case-insensitive. by Mark D. Roth · 7 years ago
  12. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  13. bb85af6 Merge pull request #13568 from jtattermusch/csharp_benchmark_timing_info by Jan Tattermusch · 7 years ago
  14. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  15. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  16. ccd3503 Merge pull request #13573 from apolcyn/optional_pthread_atfork by Noah Eisen · 7 years ago
  17. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  18. 4efc604 Merge pull request #13571 from muxi/verbose-objc-tests by Muxi Yan · 7 years ago
  19. 1decec1 Merge pull request #13565 from muxi/port-13564 by Muxi Yan · 7 years ago
  20. d4a3bb8 Allow compiling grpc without use of pthread_atfork by Alexander Polcyn · 7 years ago
  21. 01bc32c Fine tune test output better by Muxi Yan · 7 years ago
  22. 4b947d3 Verbose log of start of each test suite by Muxi Yan · 7 years ago
  23. 64d588f fix compile error by Dan Zhang · 7 years ago
  24. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  25. 3267108 C# benchmarks provide userTime and systemTime info by Jan Tattermusch · 7 years ago
  26. ba89ad4 Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling by Jan Tattermusch · 7 years ago
  27. e641196 Fix in one more file by Muxi Yan · 7 years ago
  28. 81f8be3 Upgrade protobuf version in podspec by Muxi Yan · 7 years ago
  29. 78683f7 Fix ObjC++ build error by Muxi Yan · 7 years ago
  30. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  31. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  32. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  33. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  34. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  35. 0f2a719 Add missing semicolons by ncteisen · 7 years ago
  36. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  37. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  38. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  39. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  40. 853fff8 Split tracing code into its own class. by Mark D. Roth · 7 years ago
  41. 7b0521a Merge pull request #13535 from ncteisen/fix-trace-tsan by Noah Eisen · 7 years ago
  42. 56687c1 Merge pull request #13531 from grpc/fix-workaround-var-init by Muxi Yan · 7 years ago
  43. 1479313 clang fmt by Noah Eisen · 7 years ago
  44. 9ab3e5d Fix tracer TSAN bug by Noah Eisen · 7 years ago
  45. 2a56d2e Merge pull request #13448 from camillol/fixalign by David G. Quintas · 7 years ago
  46. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  47. b7b3f72 Fix uninitialized variable by Muxi Yan · 7 years ago
  48. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  49. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  50. 17f9491 Merge pull request #13153 from bmarkons/patch-1 by apolcyn · 7 years ago
  51. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  52. 962722c Fix alignment issue in gpr_murmur_hash3 by Camillo Lugaresi · 7 years ago
  53. d3984c3 clang-format by Mark D. Roth · 7 years ago
  54. 3228489 Fix include guard check. by Mark D. Roth · 7 years ago
  55. 835537f Implement MakeReferenceCounted<> helper. by Mark D. Roth · 7 years ago
  56. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  57. abadc6c Use New() and Delete() instead of C++ new and delete. by Mark D. Roth · 7 years ago
  58. 53bbde3 address comments by Jan Tattermusch · 7 years ago
  59. 1972e5c Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests by apolcyn · 7 years ago
  60. 81e9581 Remove some sleeps in ruby tests and fix test server shutdown by Alex Polcyn · 7 years ago
  61. 67cef07 Merge pull request #13512 from grpc/fix-subchannel-index by Muxi Yan · 7 years ago
  62. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  63. 9f6a6f3 Fix compiler error on need_to_unref_constructed by Muxi Yan · 7 years ago
  64. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  65. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  66. fba9677 generate_projects by Muxi Yan · 7 years ago
  67. 9898212a Merge remote-tracking branch 'upstream/master' into fix-objc-void-func by Muxi Yan · 7 years ago
  68. fbe8ff6 Merge pull request #13437 from muxi/fix-forward-declaration by Muxi Yan · 7 years ago
  69. 8d30c31 Merge pull request #13499 from mehrdada/bump-protobuf-python-dep by Mehrdad Afshari · 7 years ago
  70. c04f4f1 Revert "Revert "Do not interpolate variables in leading comments."" by Vijay Pai · 7 years ago
  71. 0df9c8a Update Python dependency to protobuf v3.5.0.post1 by Mehrdad Afshari · 7 years ago
  72. 333dd3e Revert "Do not interpolate variables in leading comments." by David G. Quintas · 7 years ago
  73. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  74. dc8be88 Fix handling of grpc shutdown in timer callback. by Mark D. Roth · 7 years ago
  75. 32318b0 Fix ObjC C++ syntax error by Muxi Yan · 7 years ago
  76. aaad0c2 clang-format by Mark D. Roth · 7 years ago
  77. 21cde3d use pool in SendMessageBenchmark by Jan Tattermusch · 7 years ago
  78. 2e63170 expose batchcontextpool settings by Jan Tattermusch · 7 years ago
  79. 63834bf add basic tests by Jan Tattermusch · 7 years ago
  80. 0f41e49 simple version of batchcontext pooling by Jan Tattermusch · 7 years ago
  81. 1ee85d1 expose batchcontext.Reset by Jan Tattermusch · 7 years ago
  82. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  83. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  84. 0c000f6 Merge pull request #12938 from gkelly/fix-variable-interpolation by Vijay Pai · 7 years ago
  85. bb9333c Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field by Nathaniel Manista · 7 years ago
  86. 9e8a692 Merge pull request #13485 from nathanielmanistaatgoogle/const by Nathaniel Manista · 7 years ago
  87. 0eacb45 Elide local field by directly returning values by Nathaniel Manista · 7 years ago
  88. 77d2c72 Add missing const by Nathaniel Manista · 7 years ago
  89. 76c27a5 Merge pull request #13479 from nathanielmanistaatgoogle/certificate-configuration by Nathaniel Manista · 7 years ago
  90. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  91. 9c26f68 Merge pull request #13288 from ncteisen/inheritance-in-core by Noah Eisen · 7 years ago
  92. 1628da0 Avoid abbreviation in Python API by Nathaniel Manista · 7 years ago
  93. 1304cf8 Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark by Jan Tattermusch · 7 years ago
  94. 264560f Reviewer feedback by ncteisen · 7 years ago
  95. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  96. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  97. eec8b84 spinlock in completion registry is slightly faster by Jan Tattermusch · 7 years ago
  98. 8bae77c add completion registry benchmark with shared registry too by Jan Tattermusch · 7 years ago
  99. da8ef40 save allocation by using a struct instead of a tuple by Jan Tattermusch · 7 years ago
  100. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago