1. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  2. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  3. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  4. bdea933 Undo change to spec and corresponding code by David Garcia Quintas · 7 years ago
  5. dba6f84 Update basic_timers.cc by Vijay Pai · 7 years ago
  6. b02fde2 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  7. 8df0cc3 PR Comments by David Garcia Quintas · 7 years ago
  8. 770bf07 Regen projects and fix more uses of gpr_thd_new by Vijay Pai · 7 years ago
  9. c272dd7 Add on_initiate callback for the send_ping tranport op by Yuchen Zeng · 7 years ago
  10. 65c45fb Revert ordering of tracers and timers in shutdown by Yash Tibrewal · 7 years ago
  11. aaf63d9 Upmerge changes from v1.8.x to master by Mehrdad Afshari · 7 years ago
  12. e204e5e Apply #13336 to v1.8.x branch. by Mark D. Roth · 7 years ago
  13. 53d5503 Pass a pollset_set to some client handshakers. by Dan Born · 7 years ago
  14. 6667f15 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  15. 0f91e51 Cleaned up API. Backoff now returns a single value: the time of the next retry by David Garcia Quintas · 7 years ago
  16. 19988c6 clang-format by Vijay Pai · 7 years ago
  17. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  18. f7a8eb7 Merge pull request #13554 from danzh2010/asyncio by Yang Gao · 7 years ago
  19. 54961bb Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition varialbes in linux support MONOTONIC clock type) by Sree Kuchibhotla · 7 years ago
  20. 2e3061c Merge branch 'devel-monotonic' of https://github.com/iancoolidge/grpc into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  21. a37437d Merge pull request #12126 from dutor/fix-accept-queue-init by Craig Tiller · 7 years ago
  22. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  23. c5df7fd fix or slow down windows socket leak by Junsung Ko · 7 years ago
  24. 7d7babb Merge branch 'master' into threadnames by Vijay Pai · 7 years ago
  25. ba95146 fix comment format by Dan Zhang · 7 years ago
  26. 26024c8 Merge branch 'master' into asyncio by Dan Zhang · 7 years ago
  27. ec8a59e read once by Dan Zhang · 7 years ago
  28. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  29. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  30. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  31. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  32. da341bc Fix up review comments by Dave MacLachlan · 7 years ago
  33. ccd3503 Merge pull request #13573 from apolcyn/optional_pthread_atfork by Noah Eisen · 7 years ago
  34. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  35. ede1b27 Merging master by Yash Tibrewal · 7 years ago
  36. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  37. d4a3bb8 Allow compiling grpc without use of pthread_atfork by Alexander Polcyn · 7 years ago
  38. 65212e0 Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handling by Michael Lumish · 7 years ago
  39. 64d588f fix compile error by Dan Zhang · 7 years ago
  40. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  41. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  42. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  43. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  44. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  45. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  46. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  47. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  48. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  49. 0f2a719 Add missing semicolons by ncteisen · 7 years ago
  50. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  51. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  52. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  53. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  54. 853fff8 Split tracing code into its own class. by Mark D. Roth · 7 years ago
  55. 7b0521a Merge pull request #13535 from ncteisen/fix-trace-tsan by Noah Eisen · 7 years ago
  56. 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
  57. 9bdb171 Clang format by murgatroid99 · 7 years ago
  58. 1479313 clang fmt by Noah Eisen · 7 years ago
  59. 9ab3e5d Fix tracer TSAN bug by Noah Eisen · 7 years ago
  60. 2a56d2e Merge pull request #13448 from camillol/fixalign by David G. Quintas · 7 years ago
  61. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  62. 454fbd2 Fix uv TCP server handling of wildcard addresses by murgatroid99 · 7 years ago
  63. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  64. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  65. d3f6eae Restored our own RNG impl by David Garcia Quintas · 7 years ago
  66. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  67. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  68. 962722c Fix alignment issue in gpr_murmur_hash3 by Camillo Lugaresi · 7 years ago
  69. d3984c3 clang-format by Mark D. Roth · 7 years ago
  70. 3228489 Fix include guard check. by Mark D. Roth · 7 years ago
  71. 835537f Implement MakeReferenceCounted<> helper. by Mark D. Roth · 7 years ago
  72. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  73. abadc6c Use New() and Delete() instead of C++ new and delete. by Mark D. Roth · 7 years ago
  74. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  75. 552a7ca Bump 1.8.0-dev to 1.8.0-pre1 by Mehrdad Afshari · 7 years ago
  76. 3285f4c Fix grpc_init by removing exec_ctx usage before init by Yash Tibrewal · 7 years ago
  77. 45b7ad5 GPR_TLS Macro fix, and windows resolve_address fix by Yash Tibrewal · 7 years ago
  78. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  79. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  80. 9da7ac2 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  81. ba0689f tls macro changes and UV fix by Yash Tibrewal · 7 years ago
  82. cfac788 Backoff class docstring by David Garcia Quintas · 7 years ago
  83. d27e242 Use ManualConstructor by David Garcia Quintas · 7 years ago
  84. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  85. eaf67db Fixing errors and minor bugs by Yash Tibrewal · 7 years ago
  86. dde6afc C++-ize backoff by David Garcia Quintas · 7 years ago
  87. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  88. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  89. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  90. 7486144 Merge master by Yash Tibrewal · 7 years ago
  91. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  92. 264560f Reviewer feedback by ncteisen · 7 years ago
  93. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  94. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  95. 11c1c47 Fix real TSAN/ASAN bug by Noah Eisen · 7 years ago
  96. e295ec7 Merge pull request #13454 from yang-g/lockfree_event by Yang Gao · 7 years ago
  97. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  98. ed49fe5 Resolve comments by yang-g · 7 years ago
  99. d489812 changes for macos by Yash Tibrewal · 7 years ago
  100. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago