1. 8e4c9d3 Extract lb_calld from glb_policy by Juanli Shen · 7 years ago
  2. 633add8 Merge pull request #14060 from euroelessar/boringssl-use-bio-pair by Jiangtao Li · 7 years ago
  3. dd2260c resolve comment by yang-g · 7 years ago
  4. 4d8828b Clear pending read when service handler is finished by yang-g · 7 years ago
  5. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  6. a958664 Merge pull request #14079 from kpayson64/disable_fork_support by kpayson64 · 7 years ago
  7. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  8. 1722640 [ssl] Reduce number of copies by Ruslan Nigmatullin · 7 years ago
  9. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 7 years ago
  10. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  11. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  12. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  13. 9585746 PR feedback changes by Ken Payson · 7 years ago
  14. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  15. 83251bb Merge pull request #14076 from grpc/execctx_remfinish by Yash Tibrewal · 7 years ago
  16. 51f5125 Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  17. f91d4ef Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  18. e2e41ff Allow turning off fork support with env variable by Ken Payson · 7 years ago
  19. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 7 years ago
  20. 9cd22de Remove extraneous Finish in ExecCtx by Yash Tibrewal · 7 years ago
  21. 9a4c6b3 Merge pull request #14068 from coryan/patch-1 by Mehrdad Afshari · 7 years ago
  22. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  23. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  24. b508929 fix "not enough actual parameters for macro" warning by Jan Tattermusch · 7 years ago
  25. 41723fa Fixed typo in documentation. by Carlos O'Ryan · 7 years ago
  26. e607f1a Merge pull request #14052 from mehrdada/legacyepoll by Mehrdad Afshari · 7 years ago
  27. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 7 years ago
  28. 8b0e9fb Explicitly enable epoll on manylinux1 by Mehrdad Afshari · 7 years ago
  29. 156d6e1 Fix bad merge by David Garcia Quintas · 7 years ago
  30. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  31. c24630f Merge pull request #14041 from mehrdada/enable-epoll by Mehrdad Afshari · 7 years ago
  32. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 7 years ago
  33. 1957fd0 Enable epoll on Python manylinux1 by Mehrdad Afshari · 7 years ago
  34. 2b19f49 Code review changes. by Mark D. Roth · 7 years ago
  35. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  36. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 7 years ago
  37. 69c539f clang-format by Mark D. Roth · 7 years ago
  38. 0ee6c73 Merge pull request #13289 from ncteisen/flow-control-part4 by Vijay Pai · 7 years ago
  39. 269ee29 PR comments, round 4 by David Garcia Quintas · 7 years ago
  40. be1b7f9 PR comments, round 3 by David Garcia Quintas · 7 years ago
  41. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  42. 94dad60 Add equality operators to RefCountedPtr. by Mark D. Roth · 7 years ago
  43. 31e99d0 Merge pull request #13985 from markdroth/lb_policy_ref_simplification by Mark D. Roth · 7 years ago
  44. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  45. dfa2851 PR comments, round 2 by David Garcia Quintas · 7 years ago
  46. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  47. a06720b format by Dan Zhang · 7 years ago
  48. e2a6ca8 %zd->%d by Dan Zhang · 7 years ago
  49. 3742b72 change to int type by Dan Zhang · 7 years ago
  50. 0043dea Merge pull request #13972 from ctiller/ownerz by Craig Tiller · 7 years ago
  51. 83d5cd6 Don't unref null client_stats. by Mark D. Roth · 7 years ago
  52. 473267b Revert "Merge pull request #13970 from grpc/revert-13857-lb_policy_ref_simplification" by Mark D. Roth · 7 years ago
  53. a6efb9c fix portability errors by Dan Zhang · 7 years ago
  54. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  55. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  56. 157815d Reviewer feedback by ncteisen · 7 years ago
  57. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  58. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  59. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  60. c052f36 Substitute a11r for ctiller in all OWNERS files by Craig Tiller · 7 years ago
  61. 0e50b94 Adjust receiv buffer via setsockopt for udp_server's listening socket. by Dan Zhang · 7 years ago
  62. b3fa256 Revert "Simplify LB policy refcounting." by Yash Tibrewal · 7 years ago
  63. 70fbe62 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  64. baf1ac7 PR comments by David Garcia Quintas · 7 years ago
  65. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  66. c0febd3 Simplify LB policy refcounting. by Mark D. Roth · 7 years ago
  67. fead087 Merge pull request #13805 from AspirinSJL/lb_bug by Juanli Shen · 7 years ago
  68. 4ed35d1 Unify the timer callback bools by Juanli Shen · 7 years ago
  69. 32d077e Merge pull request #13922 from y-zeng/openssl_1_1_0 by Yuchen Zeng · 7 years ago
  70. b5f7e27 Merge pull request #13933 from kpayson64/avoid_stall by kpayson64 · 7 years ago
  71. 53bfe69 Connected subchannel refactoring by David Garcia Quintas · 7 years ago
  72. a3bfddd Fix bug with pollhup workaround by Ken Payson · 7 years ago
  73. 9870797 Merge pull request #13931 from apolcyn/merge_18x by apolcyn · 7 years ago
  74. e374b88 Add more control flow logging by Ken Payson · 7 years ago
  75. f407949 Manual merge conflict resolve: remove exec_ctx param from tcp_free by Alexander Polcyn · 7 years ago
  76. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  77. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  78. ce1be0c Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x by Alexander Polcyn · 7 years ago
  79. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  80. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  81. 91b56b8 Mark tcp errors as UNAVAILABLE in UV tcp code by murgatroid99 · 7 years ago
  82. bddffb2 Fix objc compile by ncteisen · 7 years ago
  83. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  84. 3c747f1 Fix tsan by ncteisen · 7 years ago
  85. ae3e857 Revert unneeded changes by Vijay Pai · 7 years ago
  86. 30bd91e Merge pull request #13879 from AspirinSJL/client_load_report_bug by Juanli Shen · 7 years ago
  87. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  88. 6dc1c50 Revert "Fix a Python spinlock bug" by Mehrdad Afshari · 7 years ago
  89. 2490264 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-part4 by ncteisen · 7 years ago
  90. d230ad0 clang fmt by ncteisen · 7 years ago
  91. b78df7a Fix struct names by Vijay Pai · 7 years ago
  92. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  93. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  94. f2a0ae7 Restore checking initial request sent by Juanli Shen · 7 years ago
  95. 9aaa284 Merge pull request #13844 from danzh2010/startcb by Yang Gao · 7 years ago
  96. 1e522ef Separate client and server keepalive_permit_without_calls by Yuchen Zeng · 7 years ago
  97. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  98. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  99. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  100. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago