1. 1957fd0 Enable epoll on Python manylinux1 by Mehrdad Afshari · 7 years ago
  2. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  3. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  4. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  5. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  6. a06720b format by Dan Zhang · 7 years ago
  7. e2a6ca8 %zd->%d by Dan Zhang · 7 years ago
  8. 3742b72 change to int type by Dan Zhang · 7 years ago
  9. a6efb9c fix portability errors by Dan Zhang · 7 years ago
  10. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  11. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  12. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  13. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  14. 0e50b94 Adjust receiv buffer via setsockopt for udp_server's listening socket. by Dan Zhang · 7 years ago
  15. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  16. b5f7e27 Merge pull request #13933 from kpayson64/avoid_stall by kpayson64 · 7 years ago
  17. a3bfddd Fix bug with pollhup workaround by Ken Payson · 7 years ago
  18. 9870797 Merge pull request #13931 from apolcyn/merge_18x by apolcyn · 7 years ago
  19. f407949 Manual merge conflict resolve: remove exec_ctx param from tcp_free by Alexander Polcyn · 7 years ago
  20. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  21. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  22. ce1be0c Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x by Alexander Polcyn · 7 years ago
  23. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  24. 91b56b8 Mark tcp errors as UNAVAILABLE in UV tcp code by murgatroid99 · 7 years ago
  25. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  26. ae3e857 Revert unneeded changes by Vijay Pai · 7 years ago
  27. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  28. 6dc1c50 Revert "Fix a Python spinlock bug" by Mehrdad Afshari · 7 years ago
  29. b78df7a Fix struct names by Vijay Pai · 7 years ago
  30. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  31. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  32. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  33. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  34. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  35. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  36. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  37. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  38. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  39. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago
  40. 7734674 Add ownership semantic comments to error.h by ncteisen · 7 years ago
  41. c41bbd3 Fix wrong unreffing of slice by David Garcia Quintas · 7 years ago
  42. 2df509f Fix a Python spinlock bug by Ken Payson · 7 years ago
  43. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  44. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  45. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  46. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  47. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  48. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  49. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  50. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  51. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  52. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  53. c0b00c3 Fix executor tsan bug by ncteisen · 7 years ago
  54. 430f745 Fix tsan in bad_client tests by Noah Eisen · 7 years ago
  55. ef02bcf Mark tcp errors as UNAVAILABLE by yang-g · 7 years ago
  56. ef0e64c Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"" by Jan Tattermusch · 7 years ago
  57. b8a28d2 Merge pull request #13754 from muxi/fix-stream-compression-gzip by Muxi Yan · 7 years ago
  58. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  59. 3cf3acc Fix inline/refcounted slice problem in gzip by Muxi Yan · 7 years ago
  60. dcb9493 Merge pull request #13450 from daniel-j-born/tcp_client by Mark D. Roth · 7 years ago
  61. b66c7d1 fix or slow down windows socket leak by Junsung Ko · 7 years ago
  62. de651a6 Merge pull request #13604 from yayaboring/master by Jan Tattermusch · 7 years ago
  63. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  64. 66d1019 Merge pull request #13631 from sreecha/cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  65. bdf6391 Refactor POSIX TCP client connect. by Dan Born · 7 years ago
  66. 3c42425 Use the correct env var name by yang-g · 7 years ago
  67. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  68. 9e5dc24 Disallow delete on ExecCtx by Yash Tibrewal · 7 years ago
  69. 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
  70. d6c292f Merge master by Yash Tibrewal · 7 years ago
  71. c01a91d Merge pull request #13647 from y-zeng/send_ping by Yuchen Zeng · 7 years ago
  72. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  73. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  74. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  75. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  76. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  77. bdea933 Undo change to spec and corresponding code by David Garcia Quintas · 7 years ago
  78. dba6f84 Update basic_timers.cc by Vijay Pai · 7 years ago
  79. b02fde2 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  80. 8df0cc3 PR Comments by David Garcia Quintas · 7 years ago
  81. 770bf07 Regen projects and fix more uses of gpr_thd_new by Vijay Pai · 7 years ago
  82. c272dd7 Add on_initiate callback for the send_ping tranport op by Yuchen Zeng · 7 years ago
  83. 65c45fb Revert ordering of tracers and timers in shutdown by Yash Tibrewal · 7 years ago
  84. aaf63d9 Upmerge changes from v1.8.x to master by Mehrdad Afshari · 7 years ago
  85. e204e5e Apply #13336 to v1.8.x branch. by Mark D. Roth · 7 years ago
  86. 53d5503 Pass a pollset_set to some client handshakers. by Dan Born · 7 years ago
  87. 6667f15 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  88. 0f91e51 Cleaned up API. Backoff now returns a single value: the time of the next retry by David Garcia Quintas · 7 years ago
  89. 19988c6 clang-format by Vijay Pai · 7 years ago
  90. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  91. f7a8eb7 Merge pull request #13554 from danzh2010/asyncio by Yang Gao · 7 years ago
  92. 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
  93. 2e3061c Merge branch 'devel-monotonic' of https://github.com/iancoolidge/grpc into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  94. a37437d Merge pull request #12126 from dutor/fix-accept-queue-init by Craig Tiller · 7 years ago
  95. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  96. c5df7fd fix or slow down windows socket leak by Junsung Ko · 7 years ago
  97. 7d7babb Merge branch 'master' into threadnames by Vijay Pai · 7 years ago
  98. ba95146 fix comment format by Dan Zhang · 7 years ago
  99. 26024c8 Merge branch 'master' into asyncio by Dan Zhang · 7 years ago
  100. ec8a59e read once by Dan Zhang · 7 years ago