1. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 6 years ago
  2. a958664 Merge pull request #14079 from kpayson64/disable_fork_support by kpayson64 · 6 years ago
  3. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 6 years ago
  4. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 6 years ago
  5. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 6 years ago
  6. 4388404 Regenerate projects by Mehrdad Afshari · 6 years ago
  7. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 6 years ago
  8. 9585746 PR feedback changes by Ken Payson · 6 years ago
  9. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 6 years ago
  10. 83251bb Merge pull request #14076 from grpc/execctx_remfinish by Yash Tibrewal · 6 years ago
  11. 51f5125 Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 6 years ago
  12. f91d4ef Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 6 years ago
  13. e2e41ff Allow turning off fork support with env variable by Ken Payson · 6 years ago
  14. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 6 years ago
  15. 9cd22de Remove extraneous Finish in ExecCtx by Yash Tibrewal · 6 years ago
  16. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  17. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 6 years ago
  18. 41723fa Fixed typo in documentation. by Carlos O'Ryan · 6 years ago
  19. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 6 years ago
  20. 8b0e9fb Explicitly enable epoll on manylinux1 by Mehrdad Afshari · 6 years ago
  21. c24630f Merge pull request #14041 from mehrdada/enable-epoll by Mehrdad Afshari · 6 years ago
  22. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 6 years ago
  23. 1957fd0 Enable epoll on Python manylinux1 by Mehrdad Afshari · 6 years ago
  24. 2b19f49 Code review changes. by Mark D. Roth · 6 years ago
  25. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 6 years ago
  26. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 6 years ago
  27. 69c539f clang-format by Mark D. Roth · 6 years ago
  28. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 6 years ago
  29. 94dad60 Add equality operators to RefCountedPtr. by Mark D. Roth · 6 years ago
  30. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 6 years ago
  31. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 6 years ago
  32. a06720b format by Dan Zhang · 7 years ago
  33. e2a6ca8 %zd->%d by Dan Zhang · 7 years ago
  34. 3742b72 change to int type by Dan Zhang · 7 years ago
  35. a6efb9c fix portability errors by Dan Zhang · 7 years ago
  36. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  37. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  38. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  39. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  40. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  41. 0e50b94 Adjust receiv buffer via setsockopt for udp_server's listening socket. by Dan Zhang · 7 years ago
  42. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  43. b5f7e27 Merge pull request #13933 from kpayson64/avoid_stall by kpayson64 · 7 years ago
  44. a3bfddd Fix bug with pollhup workaround by Ken Payson · 7 years ago
  45. 9870797 Merge pull request #13931 from apolcyn/merge_18x by apolcyn · 7 years ago
  46. f407949 Manual merge conflict resolve: remove exec_ctx param from tcp_free by Alexander Polcyn · 7 years ago
  47. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  48. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  49. ce1be0c Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x by Alexander Polcyn · 7 years ago
  50. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  51. 91b56b8 Mark tcp errors as UNAVAILABLE in UV tcp code by murgatroid99 · 7 years ago
  52. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  53. ae3e857 Revert unneeded changes by Vijay Pai · 7 years ago
  54. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  55. 6dc1c50 Revert "Fix a Python spinlock bug" by Mehrdad Afshari · 7 years ago
  56. b78df7a Fix struct names by Vijay Pai · 7 years ago
  57. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  58. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  59. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  60. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  61. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  62. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  63. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  64. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  65. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  66. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago
  67. 7734674 Add ownership semantic comments to error.h by ncteisen · 7 years ago
  68. c41bbd3 Fix wrong unreffing of slice by David Garcia Quintas · 7 years ago
  69. 2df509f Fix a Python spinlock bug by Ken Payson · 7 years ago
  70. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  71. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  72. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  73. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  74. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  75. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  76. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  77. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  78. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  79. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  80. c0b00c3 Fix executor tsan bug by ncteisen · 7 years ago
  81. 430f745 Fix tsan in bad_client tests by Noah Eisen · 7 years ago
  82. ef02bcf Mark tcp errors as UNAVAILABLE by yang-g · 7 years ago
  83. ef0e64c Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"" by Jan Tattermusch · 7 years ago
  84. b8a28d2 Merge pull request #13754 from muxi/fix-stream-compression-gzip by Muxi Yan · 7 years ago
  85. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  86. 3cf3acc Fix inline/refcounted slice problem in gzip by Muxi Yan · 7 years ago
  87. dcb9493 Merge pull request #13450 from daniel-j-born/tcp_client by Mark D. Roth · 7 years ago
  88. b66c7d1 fix or slow down windows socket leak by Junsung Ko · 7 years ago
  89. de651a6 Merge pull request #13604 from yayaboring/master by Jan Tattermusch · 7 years ago
  90. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  91. 66d1019 Merge pull request #13631 from sreecha/cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  92. bdf6391 Refactor POSIX TCP client connect. by Dan Born · 7 years ago
  93. 3c42425 Use the correct env var name by yang-g · 7 years ago
  94. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  95. 9e5dc24 Disallow delete on ExecCtx by Yash Tibrewal · 7 years ago
  96. caaf416 virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python by Yash Tibrewal · 7 years ago
  97. d6c292f Merge master by Yash Tibrewal · 7 years ago
  98. c01a91d Merge pull request #13647 from y-zeng/send_ping by Yuchen Zeng · 7 years ago
  99. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  100. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago