1. c073e43 Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-malloc by Noah Eisen · 7 years ago
  2. b667f12 Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api by apolcyn · 7 years ago
  3. e6432bf Fix leak if duplicated static md by Noah Eisen · 7 years ago
  4. 3188ae5 Merge pull request #11998 from muxi/revert-debug-info by Muxi Yan · 7 years ago
  5. 5fbfa18 Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak by Muxi Yan · 7 years ago
  6. b25c9bf Show passed tests as well by Muxi Yan · 7 years ago
  7. dde4548 Revert to more useful debug info by Muxi Yan · 7 years ago
  8. 5a549d6 Merge pull request #11982 from muxi/fix-buffered-pipe-crash by Muxi Yan · 7 years ago
  9. 6a8355d Fix two memory leaks by Muxi Yan · 7 years ago
  10. f787594 Merge pull request #11703 from yang-g/cq_shutdown by Yang Gao · 7 years ago
  11. 860b1da Resume GRXBufferedPipe when it gets dealloced by Muxi Yan · 7 years ago
  12. e5cd176 Merge pull request #11927 from y-zeng/nameser by Yuchen Zeng · 7 years ago
  13. 088e85c add comment and test for memory api of grpc_call_cancel_with_status by Alexander Polcyn · 7 years ago
  14. 097cbfc Resolve comments by yang-g · 7 years ago
  15. 7d6b914 Change return type to bool by yang-g · 7 years ago
  16. 533fbd3 Rebase with head and resolve conflicts by yang-g · 7 years ago
  17. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  18. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  19. aaf623a Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscription by David G. Quintas · 7 years ago
  20. 8dc1b7d Merge pull request #11732 from muxi/update-podspecs by Muxi Yan · 7 years ago
  21. a02d8c8 Merge pull request #11930 from jtattermusch/csharp_safe_threadpool by Jan Tattermusch · 7 years ago
  22. cace6a9 Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate by apolcyn · 7 years ago
  23. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  24. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  25. cd22f11 properly finish bidi calls when there is an initial error by Alexander Polcyn · 7 years ago
  26. a0bfba2 Fix use after free error in cq by Sree Kuchibhotla · 7 years ago
  27. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  28. f630ff2 Update build.yaml, fix format by Yuchen Zeng · 7 years ago
  29. bc66377 Add src/core/lib/iomgr/nameser.h by Yuchen Zeng · 7 years ago
  30. ddc0d37 Merge pull request #11780 from muxi/stream_compression_transport by Muxi Yan · 7 years ago
  31. 5794061 Improvements to grpc_byte_stream API and handling. by Mark D. Roth · 7 years ago
  32. 9c3f43f Merge pull request #11921 from adam-26/1745 by Michael Lumish · 7 years ago
  33. 986f056 Merge pull request #11865 from yang-g/avl_interface by Yang Gao · 7 years ago
  34. 75e9eae reduce threadpool size for qps benchmarks by Jan Tattermusch · 7 years ago
  35. 7dbd724 introduce inlineHandlers setting by Jan Tattermusch · 7 years ago
  36. 633434a dont run user handlers on grpc threadpool threads by Jan Tattermusch · 7 years ago
  37. b414268 Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  38. 0b0888c Merge pull request #11915 from dgquintas/grpclb_drop_fixes by David G. Quintas · 7 years ago
  39. d124f38 Merge pull request #11932 from kpayson64/more_details by kpayson64 · 7 years ago
  40. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  41. ad5a9c2 Merge pull request #11925 from sreecha/disable-epoll1 by Sree Kuchibhotla · 7 years ago
  42. 9c42044 Add classifiers to package details by Ken Payson · 7 years ago
  43. 9bf8342 enable epollsig by Sree Kuchibhotla · 7 years ago
  44. 69b7231 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  45. 1a48907 format code by yang-g · 7 years ago
  46. d66ee1a Remove unused user_data from ref_node. by yang-g · 7 years ago
  47. 16149ad regenerate projects by yang-g · 7 years ago
  48. 59ef648 Adding exec_ctx to avl vtable functions by yang-g · 7 years ago
  49. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  50. 107840f Disable epoll1 unless explicitly requested by Sree Kuchibhotla · 7 years ago
  51. 84122c4 Fix wrong logging of LB policy addresses by David Garcia Quintas · 7 years ago
  52. f064af3 Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master by apolcyn · 7 years ago
  53. a178f40 Fix quotation marks by Adam · 7 years ago
  54. 8f13439 Fix issue from google/protobuf#1745 - javascript allow dot in filename by Adam · 7 years ago
  55. 9511aef Merge pull request #11786 from y-zeng/fd_orphan by Yuchen Zeng · 7 years ago
  56. a2f0e19 Merge pull request #11913 from apolcyn/debug_new_ruby_flake by apolcyn · 7 years ago
  57. a074133 Merge pull request #11733 from markdroth/security_api_cleanup by Mark D. Roth · 7 years ago
  58. 3180dfa C-Ares: Remove Internal Header by Axel Huebl · 7 years ago
  59. 11fade7 Fix a ruby test flake by Alexander Polcyn · 7 years ago
  60. 781fd6f Merge pull request #11884 from yashykt/connect-auth by Yash Tibrewal · 7 years ago
  61. 85cc143 fix memory leak with large metadata keys or values by Alexander Polcyn · 7 years ago
  62. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  63. e8e05f9 Merge pull request #11816 from sreecha/sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  64. a5b7a8e Merge pull request #9840 from ctiller/maxstrm by Craig Tiller · 7 years ago
  65. c7a94c5 Bug fix by Muxi Yan · 7 years ago
  66. 9469ac4 transport - Move slice buffer creation to stream compression enabling time (PR 3) for performance by Muxi Yan · 7 years ago
  67. d0c1e50 Changing a few variable names and adding few safety conditions by Yash Tibrewal · 7 years ago
  68. 8321cad Merge pull request #11871 from murgatroid99/uv_portability_fix by Michael Lumish · 7 years ago
  69. 5079182 Merge pull request #11693 from ncteisen/refactor-thread-pool by Noah Eisen · 7 years ago
  70. 471aa62 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  71. 949d075 Correctly fix the case where pollset->kicked_without_poller was missed by Sree Kuchibhotla · 7 years ago
  72. 37e06cf Merge pull request #11890 from vjpai/inproc_comment by Vijay Pai · 7 years ago
  73. d238d84 Merge pull request #11764 from apolcyn/fix_ruby_socket_leak by apolcyn · 7 years ago
  74. c62ce80 Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload. by Yash Tibrewal · 7 years ago
  75. ecb1059 Merge pull request #11875 from murgatroid99/core_uv_reuse_port by Michael Lumish · 7 years ago
  76. 9d7def7 Address comments: change names and remove unnecessary lines by murgatroid99 · 7 years ago
  77. 7cc83e0 add a standalone client auth test by Alexander Polcyn · 7 years ago
  78. 0c22cad Improve a comment in inproc transport by Vijay Pai · 7 years ago
  79. 66cedf6 Merge pull request #11773 from michaelbausor/stub_param by Stanley Cheung · 7 years ago
  80. a74ea86 Nit correction by Yash Tibrewal · 7 years ago
  81. 7cc30c1 add missing fields on server call context and improve robustness of finished calls by Alexander Polcyn · 7 years ago
  82. 99b3392 transport - Update comment by Muxi Yan · 7 years ago
  83. ab0d2d4 transport - Change ~(size_t)0 to macro MAX_SIZE_T by Muxi Yan · 7 years ago
  84. 78d7125 Removing a few style issues by Yash Tibrewal · 7 years ago
  85. f20bfaa transport - Use macro for grpc header bytes size by Muxi Yan · 7 years ago
  86. 6331bcf Merge pull request #11770 from ncteisen/too-much-trace by Noah Eisen · 7 years ago
  87. 19617bb Merge pull request #11874 from dgquintas/fix_pending_grpclb by David G. Quintas · 7 years ago
  88. 5d90656 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  89. c59ef5e Merged latest commit from upstream by Yash Tibrewal · 7 years ago
  90. f7350ea Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri by Yash Tibrewal · 7 years ago
  91. 6617790 Add SO_REUSEPORT support to uv iomgr code by murgatroid99 · 7 years ago
  92. 5b78c29 Merge pull request #11755 from bsyk/observe_no_proxy by Mark D. Roth · 7 years ago
  93. 02d426e Check for no_proxy environment variable and skip proxy if host is listed by Ben Sykes · 7 years ago
  94. 139072f Const correct and clang by ncteisen · 7 years ago
  95. a0616ef Consume kicked_without_poller by Sree Kuchibhotla · 7 years ago
  96. e6506bc Fix race-condition in epoll1 poller's begin_worker() and pollset_kick() by Sree Kuchibhotla · 7 years ago
  97. 1932a50 Merge pull request #11787 from guantaol/qps_driver by Guantao Liu · 7 years ago
  98. 59a19a9 make sure that client-side view of calls is robust by Alexander Polcyn · 7 years ago
  99. eb70b9e Anon namespace over static by ncteisen · 7 years ago
  100. a5d557b Rename function to avoud future clash by ncteisen · 7 years ago