1. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  2. d4a3bb8 Allow compiling grpc without use of pthread_atfork by Alexander Polcyn · 7 years ago
  3. 65212e0 Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handling by Michael Lumish · 7 years ago
  4. 64d588f fix compile error by Dan Zhang · 7 years ago
  5. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  6. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  7. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  8. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  9. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  10. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  11. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  12. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  13. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  14. 0f2a719 Add missing semicolons by ncteisen · 7 years ago
  15. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  16. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  17. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  18. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  19. 853fff8 Split tracing code into its own class. by Mark D. Roth · 7 years ago
  20. 7b0521a Merge pull request #13535 from ncteisen/fix-trace-tsan by Noah Eisen · 7 years ago
  21. 56687c1 Merge pull request #13531 from grpc/fix-workaround-var-init by Muxi Yan · 7 years ago
  22. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  23. 9bdb171 Clang format by murgatroid99 · 7 years ago
  24. 1479313 clang fmt by Noah Eisen · 7 years ago
  25. 9ab3e5d Fix tracer TSAN bug by Noah Eisen · 7 years ago
  26. 2a56d2e Merge pull request #13448 from camillol/fixalign by David G. Quintas · 7 years ago
  27. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  28. b7b3f72 Fix uninitialized variable by Muxi Yan · 7 years ago
  29. 454fbd2 Fix uv TCP server handling of wildcard addresses by murgatroid99 · 7 years ago
  30. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  31. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  32. d3f6eae Restored our own RNG impl by David Garcia Quintas · 7 years ago
  33. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  34. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  35. 962722c Fix alignment issue in gpr_murmur_hash3 by Camillo Lugaresi · 7 years ago
  36. d3984c3 clang-format by Mark D. Roth · 7 years ago
  37. 3228489 Fix include guard check. by Mark D. Roth · 7 years ago
  38. 835537f Implement MakeReferenceCounted<> helper. by Mark D. Roth · 7 years ago
  39. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  40. abadc6c Use New() and Delete() instead of C++ new and delete. by Mark D. Roth · 7 years ago
  41. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  42. 552a7ca Bump 1.8.0-dev to 1.8.0-pre1 by Mehrdad Afshari · 7 years ago
  43. 9f6a6f3 Fix compiler error on need_to_unref_constructed by Muxi Yan · 7 years ago
  44. 3285f4c Fix grpc_init by removing exec_ctx usage before init by Yash Tibrewal · 7 years ago
  45. 45b7ad5 GPR_TLS Macro fix, and windows resolve_address fix by Yash Tibrewal · 7 years ago
  46. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  47. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  48. 9da7ac2 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  49. ba0689f tls macro changes and UV fix by Yash Tibrewal · 7 years ago
  50. cfac788 Backoff class docstring by David Garcia Quintas · 7 years ago
  51. d27e242 Use ManualConstructor by David Garcia Quintas · 7 years ago
  52. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  53. dc8be88 Fix handling of grpc shutdown in timer callback. by Mark D. Roth · 7 years ago
  54. aaad0c2 clang-format by Mark D. Roth · 7 years ago
  55. eaf67db Fixing errors and minor bugs by Yash Tibrewal · 7 years ago
  56. dde6afc C++-ize backoff by David Garcia Quintas · 7 years ago
  57. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  58. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  59. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  60. 7486144 Merge master by Yash Tibrewal · 7 years ago
  61. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  62. 264560f Reviewer feedback by ncteisen · 7 years ago
  63. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  64. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  65. 11c1c47 Fix real TSAN/ASAN bug by Noah Eisen · 7 years ago
  66. e295ec7 Merge pull request #13454 from yang-g/lockfree_event by Yang Gao · 7 years ago
  67. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  68. ed49fe5 Resolve comments by yang-g · 7 years ago
  69. d489812 changes for macos by Yash Tibrewal · 7 years ago
  70. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  71. 8d1a3ca use aquire release by ncteisen · 7 years ago
  72. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  73. abdc290 clang fmt by ncteisen · 7 years ago
  74. ad671ff Merge pull request #13391 from ncteisen/more-eager-free by Noah Eisen · 7 years ago
  75. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  76. 8abe262 Fix pthread cleanup logic by kwasimensah · 7 years ago
  77. 26521b3 Avoid calling dtor on grpc_fd before putting it in freelist by yang-g · 7 years ago
  78. f852c06 Fix TSAN attempt by ncteisen · 7 years ago
  79. 46f9175 Fix windows build by ncteisen · 7 years ago
  80. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  81. 509aba4 Fix test builds by ncteisen · 7 years ago
  82. 66dfcf5 clang fmt by ncteisen · 7 years ago
  83. 0e6b5b3 Un extern the fuzzers by ncteisen · 7 years ago
  84. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  85. 90c8cf6 Merge pull request #13435 from sreecha/disable-realtime-caching by Sree Kuchibhotla · 7 years ago
  86. c4dd9cf reviewer feedback by ncteisen · 7 years ago
  87. dbca3d9 Merge pull request #13433 from murgatroid99/uv_resource_quota_fixes by Michael Lumish · 7 years ago
  88. 692915e Swtich to using grpc_bb_take_first by ncteisen · 7 years ago
  89. 9f4759a Disable caching start-time for all clocktypes except GPR_CLOCK_MONOTONIC by Sree Kuchibhotla · 7 years ago
  90. 5dc3cc1 Clang format by murgatroid99 · 7 years ago
  91. 177039b Merge master by Yash Tibrewal · 7 years ago
  92. c35a660 Merge pull request #13422 from kpayson64/quic_tsan_fix by kpayson64 · 7 years ago
  93. 3dc4bc2 Fix uses of resource quota in UV TCP code by murgatroid99 · 7 years ago
  94. 6d66369 Merge pull request #13388 from y-zeng/flow_control by Yuchen Zeng · 7 years ago
  95. 5dca5bf sync_posix: Add Linux-specific monotonic clock preference by Ian Coolidge · 8 years ago
  96. ad3bdbe Merge pull request #13335 from ncteisen/inline-closure by Noah Eisen · 7 years ago
  97. 588d6d9 unref before write failures for completness by ncteisen · 7 years ago
  98. 311fa5f Reviewer feedback: no API change by ncteisen · 7 years ago
  99. 7fb7774 Merge pull request #13417 from markdroth/grpclb_memory_leak_fix by Mark D. Roth · 7 years ago
  100. 24908a6 Use lock when popping requests on server shutdown by Ken Payson · 7 years ago