1. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  2. 4b9f8d8 php: channel_credentials hashstr leak by Zhouyihai Ding · 7 years ago
  3. d3b5524 php: fix channel get_target leak by Zhouyihai Ding · 7 years ago
  4. a958664 Merge pull request #14079 from kpayson64/disable_fork_support by kpayson64 · 7 years ago
  5. 33af9aa php: fix channel persistence channel leak by Zhouyihai Ding · 7 years ago
  6. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  7. 56427c0 Merge pull request #14118 from grpc/v1.9.x by Jan Tattermusch · 7 years ago
  8. c14997b fix leak caused by csharp context pooling by Jan Tattermusch · 7 years ago
  9. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 7 years ago
  10. fe75ef5 clang-format by Vijay Pai · 7 years ago
  11. e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 7 years ago
  12. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  13. 6615ef5 Relax call details interface from interceptor by Mehrdad Afshari · 7 years ago
  14. 1722640 [ssl] Reduce number of copies by Ruslan Nigmatullin · 7 years ago
  15. 401f903 Build fix by Muxi Yan · 7 years ago
  16. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 7 years ago
  17. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  18. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  19. 28d5cf3 Regenerate projects by Mehrdad Afshari · 7 years ago
  20. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  21. 9585746 PR feedback changes by Ken Payson · 7 years ago
  22. 19b4fea Update surface API in cython pxi by Muxi Yan · 7 years ago
  23. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  24. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  25. eb88bf0 dispose requestCallContextPool on environment shutdown by Jan Tattermusch · 7 years ago
  26. 83251bb Merge pull request #14076 from grpc/execctx_remfinish by Yash Tibrewal · 7 years ago
  27. 51f5125 Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  28. f91d4ef Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  29. e2e41ff Allow turning off fork support with env variable by Ken Payson · 7 years ago
  30. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 7 years ago
  31. 9cd22de Remove extraneous Finish in ExecCtx by Yash Tibrewal · 7 years ago
  32. 9a4c6b3 Merge pull request #14068 from coryan/patch-1 by Mehrdad Afshari · 7 years ago
  33. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  34. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  35. b508929 fix "not enough actual parameters for macro" warning by Jan Tattermusch · 7 years ago
  36. 41723fa Fixed typo in documentation. by Carlos O'Ryan · 7 years ago
  37. 7562c4e Merge pull request #14054 from mehrdada/reformat-pydocstrings by Mehrdad Afshari · 7 years ago
  38. e607f1a Merge pull request #14052 from mehrdada/legacyepoll by Mehrdad Afshari · 7 years ago
  39. f2a33b0 Reformat Python docstrings by Mehrdad Afshari · 7 years ago
  40. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 7 years ago
  41. a889163 Merge pull request #13932 from dgquintas/conn_subchannel by David G. Quintas · 7 years ago
  42. 8b0e9fb Explicitly enable epoll on manylinux1 by Mehrdad Afshari · 7 years ago
  43. 47fe850 Merge pull request #14031 from muxi/fix-boringssl-sed by Muxi Yan · 7 years ago
  44. 156d6e1 Fix bad merge by David Garcia Quintas · 7 years ago
  45. 53e0b74 Specify minimum supported versions in README.md by Muxi Yan · 7 years ago
  46. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  47. c24630f Merge pull request #14041 from mehrdada/enable-epoll by Mehrdad Afshari · 7 years ago
  48. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 7 years ago
  49. 1957fd0 Enable epoll on Python manylinux1 by Mehrdad Afshari · 7 years ago
  50. 2b19f49 Code review changes. by Mark D. Roth · 7 years ago
  51. 4b0e885 Merge pull request #14017 from ZhouyihaiDing/php_channl_memory_leak by Zhouyihai Ding · 7 years ago
  52. f3c83bf Fix sed error in podspecs on sed 4.4 by Muxi Yan · 7 years ago
  53. e8f6925 Merge pull request #14025 from jtattermusch/csharp_plugin_error_msg by Jan Tattermusch · 7 years ago
  54. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  55. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 7 years ago
  56. 69c539f clang-format by Mark D. Roth · 7 years ago
  57. b6cdfca php channel: fix memory leak by Zhouyihai Ding · 7 years ago
  58. 4bba318 better log message when auth interceptor throws by Jan Tattermusch · 7 years ago
  59. e1e562e Merge pull request #13965 from evanj/python-abort-fix by kpayson64 · 7 years ago
  60. 145b199 python: Context.abort should fail RPC even for StatusCode.OK by Evan Jones · 7 years ago
  61. 0ee6c73 Merge pull request #13289 from ncteisen/flow-control-part4 by Vijay Pai · 7 years ago
  62. 269ee29 PR comments, round 4 by David Garcia Quintas · 7 years ago
  63. be1b7f9 PR comments, round 3 by David Garcia Quintas · 7 years ago
  64. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  65. 94dad60 Add equality operators to RefCountedPtr. by Mark D. Roth · 7 years ago
  66. aebb45e Merge pull request #14003 from grpc/revert-13697-nostdthread by Vijay Pai · 7 years ago
  67. 31e99d0 Merge pull request #13985 from markdroth/lb_policy_ref_simplification by Mark D. Roth · 7 years ago
  68. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  69. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  70. dfa2851 PR comments, round 2 by David Garcia Quintas · 7 years ago
  71. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  72. 4db3b74 Merge pull request #13697 from vjpai/nostdthread by Vijay Pai · 7 years ago
  73. a06720b format by Dan Zhang · 7 years ago
  74. e2a6ca8 %zd->%d by Dan Zhang · 7 years ago
  75. 3742b72 change to int type by Dan Zhang · 7 years ago
  76. 0043dea Merge pull request #13972 from ctiller/ownerz by Craig Tiller · 7 years ago
  77. 4855b22 Merge pull request #13957 from jtattermusch/connectivity_watcher_wo_exceptions by Jan Tattermusch · 7 years ago
  78. 83d5cd6 Don't unref null client_stats. by Mark D. Roth · 7 years ago
  79. 473267b Revert "Merge pull request #13970 from grpc/revert-13857-lb_policy_ref_simplification" by Mark D. Roth · 7 years ago
  80. a6efb9c fix portability errors by Dan Zhang · 7 years ago
  81. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  82. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  83. f87d9b2 Merge pull request #13977 from vjpai/subsurface by Vijay Pai · 7 years ago
  84. 157815d Reviewer feedback by ncteisen · 7 years ago
  85. 56d2bfc Merge pull request #13974 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  86. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  87. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  88. 31ddbff Elide cygrpc.Timespec by Nathaniel Manista · 7 years ago
  89. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  90. b4b0ac7 Resolve leak by freeing request payload if resources exhausted by Vijay Pai · 7 years ago
  91. c052f36 Substitute a11r for ctiller in all OWNERS files by Craig Tiller · 7 years ago
  92. 0e50b94 Adjust receiv buffer via setsockopt for udp_server's listening socket. by Dan Zhang · 7 years ago
  93. b3fa256 Revert "Simplify LB policy refcounting." by Yash Tibrewal · 7 years ago
  94. 92e267e Add needed header by Vijay Pai · 7 years ago
  95. 70fbe62 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  96. baf1ac7 PR comments by David Garcia Quintas · 7 years ago
  97. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  98. c0febd3 Simplify LB policy refcounting. by Mark D. Roth · 7 years ago
  99. 7b0bca2 do not throw and eat exceptions in C# connectivity watcher by Jan Tattermusch · 7 years ago
  100. fead087 Merge pull request #13805 from AspirinSJL/lb_bug by Juanli Shen · 7 years ago