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. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  14. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  15. ccd3503 Merge pull request #13573 from apolcyn/optional_pthread_atfork by Noah Eisen · 7 years ago
  16. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  17. d4a3bb8 Allow compiling grpc without use of pthread_atfork by Alexander Polcyn · 7 years ago
  18. 64d588f fix compile error by Dan Zhang · 7 years ago
  19. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  20. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  21. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  22. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  23. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  24. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  25. 0f2a719 Add missing semicolons by ncteisen · 7 years ago
  26. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  27. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  28. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  29. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  30. 853fff8 Split tracing code into its own class. by Mark D. Roth · 7 years ago
  31. 7b0521a Merge pull request #13535 from ncteisen/fix-trace-tsan by Noah Eisen · 7 years ago
  32. 56687c1 Merge pull request #13531 from grpc/fix-workaround-var-init by Muxi Yan · 7 years ago
  33. 1479313 clang fmt by Noah Eisen · 7 years ago
  34. 9ab3e5d Fix tracer TSAN bug by Noah Eisen · 7 years ago
  35. 2a56d2e Merge pull request #13448 from camillol/fixalign by David G. Quintas · 7 years ago
  36. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  37. b7b3f72 Fix uninitialized variable by Muxi Yan · 7 years ago
  38. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  39. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  40. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  41. 962722c Fix alignment issue in gpr_murmur_hash3 by Camillo Lugaresi · 7 years ago
  42. d3984c3 clang-format by Mark D. Roth · 7 years ago
  43. 3228489 Fix include guard check. by Mark D. Roth · 7 years ago
  44. 835537f Implement MakeReferenceCounted<> helper. by Mark D. Roth · 7 years ago
  45. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  46. abadc6c Use New() and Delete() instead of C++ new and delete. by Mark D. Roth · 7 years ago
  47. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  48. 9f6a6f3 Fix compiler error on need_to_unref_constructed by Muxi Yan · 7 years ago
  49. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  50. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  51. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  52. dc8be88 Fix handling of grpc shutdown in timer callback. by Mark D. Roth · 7 years ago
  53. aaad0c2 clang-format by Mark D. Roth · 7 years ago
  54. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  55. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  56. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  57. 264560f Reviewer feedback by ncteisen · 7 years ago
  58. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  59. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  60. 11c1c47 Fix real TSAN/ASAN bug by Noah Eisen · 7 years ago
  61. e295ec7 Merge pull request #13454 from yang-g/lockfree_event by Yang Gao · 7 years ago
  62. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  63. ed49fe5 Resolve comments by yang-g · 7 years ago
  64. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  65. 8d1a3ca use aquire release by ncteisen · 7 years ago
  66. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  67. abdc290 clang fmt by ncteisen · 7 years ago
  68. ad671ff Merge pull request #13391 from ncteisen/more-eager-free by Noah Eisen · 7 years ago
  69. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  70. 8abe262 Fix pthread cleanup logic by kwasimensah · 7 years ago
  71. 26521b3 Avoid calling dtor on grpc_fd before putting it in freelist by yang-g · 7 years ago
  72. f852c06 Fix TSAN attempt by ncteisen · 7 years ago
  73. 46f9175 Fix windows build by ncteisen · 7 years ago
  74. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  75. 509aba4 Fix test builds by ncteisen · 7 years ago
  76. 66dfcf5 clang fmt by ncteisen · 7 years ago
  77. 0e6b5b3 Un extern the fuzzers by ncteisen · 7 years ago
  78. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  79. 90c8cf6 Merge pull request #13435 from sreecha/disable-realtime-caching by Sree Kuchibhotla · 7 years ago
  80. c4dd9cf reviewer feedback by ncteisen · 7 years ago
  81. dbca3d9 Merge pull request #13433 from murgatroid99/uv_resource_quota_fixes by Michael Lumish · 7 years ago
  82. 692915e Swtich to using grpc_bb_take_first by ncteisen · 7 years ago
  83. 9f4759a Disable caching start-time for all clocktypes except GPR_CLOCK_MONOTONIC by Sree Kuchibhotla · 7 years ago
  84. 5dc3cc1 Clang format by murgatroid99 · 7 years ago
  85. c35a660 Merge pull request #13422 from kpayson64/quic_tsan_fix by kpayson64 · 7 years ago
  86. 3dc4bc2 Fix uses of resource quota in UV TCP code by murgatroid99 · 7 years ago
  87. 6d66369 Merge pull request #13388 from y-zeng/flow_control by Yuchen Zeng · 7 years ago
  88. ad3bdbe Merge pull request #13335 from ncteisen/inline-closure by Noah Eisen · 7 years ago
  89. 588d6d9 unref before write failures for completness by ncteisen · 7 years ago
  90. 311fa5f Reviewer feedback: no API change by ncteisen · 7 years ago
  91. 7fb7774 Merge pull request #13417 from markdroth/grpclb_memory_leak_fix by Mark D. Roth · 7 years ago
  92. 24908a6 Use lock when popping requests on server shutdown by Ken Payson · 7 years ago
  93. 0bf12cf Fix clang-format issues by kwasimensah · 7 years ago
  94. 3035950 clang fmt by ncteisen · 7 years ago
  95. 1028787 Add constant kMaxDt by Yuchen Zeng · 7 years ago
  96. 232af48 inline helper and remove extern c by ncteisen · 7 years ago
  97. b2aa06a Reviewer feedback: friend func not clasS by ncteisen · 7 years ago
  98. 9006013 Reviewer feedback: singleton TraceFlagList by ncteisen · 7 years ago
  99. 6c8ee58 Restart LB call after client load report completion, if needed. by Mark D. Roth · 7 years ago
  100. 9e2be49 Only alloc if status <> ok by ncteisen · 7 years ago