1. 5fbfa18 Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak by Muxi Yan · 7 years ago
  2. 6a8355d Fix two memory leaks by Muxi Yan · 7 years ago
  3. f787594 Merge pull request #11703 from yang-g/cq_shutdown by Yang Gao · 7 years ago
  4. e5cd176 Merge pull request #11927 from y-zeng/nameser by Yuchen Zeng · 7 years ago
  5. 097cbfc Resolve comments by yang-g · 7 years ago
  6. 7d6b914 Change return type to bool by yang-g · 7 years ago
  7. 533fbd3 Rebase with head and resolve conflicts by yang-g · 7 years ago
  8. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  9. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  10. aaf623a Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscription by David G. Quintas · 7 years ago
  11. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  12. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  13. a0bfba2 Fix use after free error in cq by Sree Kuchibhotla · 7 years ago
  14. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  15. f630ff2 Update build.yaml, fix format by Yuchen Zeng · 7 years ago
  16. bc66377 Add src/core/lib/iomgr/nameser.h by Yuchen Zeng · 7 years ago
  17. ddc0d37 Merge pull request #11780 from muxi/stream_compression_transport by Muxi Yan · 7 years ago
  18. 5794061 Improvements to grpc_byte_stream API and handling. by Mark D. Roth · 7 years ago
  19. 986f056 Merge pull request #11865 from yang-g/avl_interface by Yang Gao · 7 years ago
  20. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  21. 9bf8342 enable epollsig by Sree Kuchibhotla · 7 years ago
  22. 1a48907 format code by yang-g · 7 years ago
  23. d66ee1a Remove unused user_data from ref_node. by yang-g · 7 years ago
  24. 59ef648 Adding exec_ctx to avl vtable functions by yang-g · 7 years ago
  25. 107840f Disable epoll1 unless explicitly requested by Sree Kuchibhotla · 7 years ago
  26. 84122c4 Fix wrong logging of LB policy addresses by David Garcia Quintas · 7 years ago
  27. 9511aef Merge pull request #11786 from y-zeng/fd_orphan by Yuchen Zeng · 7 years ago
  28. a074133 Merge pull request #11733 from markdroth/security_api_cleanup by Mark D. Roth · 7 years ago
  29. 3180dfa C-Ares: Remove Internal Header by Axel Huebl · 7 years ago
  30. 781fd6f Merge pull request #11884 from yashykt/connect-auth by Yash Tibrewal · 7 years ago
  31. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  32. e8e05f9 Merge pull request #11816 from sreecha/sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  33. a5b7a8e Merge pull request #9840 from ctiller/maxstrm by Craig Tiller · 7 years ago
  34. c7a94c5 Bug fix by Muxi Yan · 7 years ago
  35. 9469ac4 transport - Move slice buffer creation to stream compression enabling time (PR 3) for performance by Muxi Yan · 7 years ago
  36. d0c1e50 Changing a few variable names and adding few safety conditions by Yash Tibrewal · 7 years ago
  37. 8321cad Merge pull request #11871 from murgatroid99/uv_portability_fix by Michael Lumish · 7 years ago
  38. 471aa62 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  39. 949d075 Correctly fix the case where pollset->kicked_without_poller was missed by Sree Kuchibhotla · 7 years ago
  40. 37e06cf Merge pull request #11890 from vjpai/inproc_comment by Vijay Pai · 7 years ago
  41. 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
  42. ecb1059 Merge pull request #11875 from murgatroid99/core_uv_reuse_port by Michael Lumish · 7 years ago
  43. 9d7def7 Address comments: change names and remove unnecessary lines by murgatroid99 · 7 years ago
  44. 0c22cad Improve a comment in inproc transport by Vijay Pai · 7 years ago
  45. a74ea86 Nit correction by Yash Tibrewal · 7 years ago
  46. 99b3392 transport - Update comment by Muxi Yan · 7 years ago
  47. ab0d2d4 transport - Change ~(size_t)0 to macro MAX_SIZE_T by Muxi Yan · 7 years ago
  48. 78d7125 Removing a few style issues by Yash Tibrewal · 7 years ago
  49. f20bfaa transport - Use macro for grpc header bytes size by Muxi Yan · 7 years ago
  50. 6331bcf Merge pull request #11770 from ncteisen/too-much-trace by Noah Eisen · 7 years ago
  51. 19617bb Merge pull request #11874 from dgquintas/fix_pending_grpclb by David G. Quintas · 7 years ago
  52. 5d90656 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  53. c59ef5e Merged latest commit from upstream by Yash Tibrewal · 7 years ago
  54. f7350ea Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri by Yash Tibrewal · 7 years ago
  55. 6617790 Add SO_REUSEPORT support to uv iomgr code by murgatroid99 · 7 years ago
  56. 5b78c29 Merge pull request #11755 from bsyk/observe_no_proxy by Mark D. Roth · 7 years ago
  57. 02d426e Check for no_proxy environment variable and skip proxy if host is listed by Ben Sykes · 7 years ago
  58. 139072f Const correct and clang by ncteisen · 7 years ago
  59. a0616ef Consume kicked_without_poller by Sree Kuchibhotla · 7 years ago
  60. e6506bc Fix race-condition in epoll1 poller's begin_worker() and pollset_kick() by Sree Kuchibhotla · 7 years ago
  61. 68d78c6 Add comment by ncteisen · 7 years ago
  62. 79764a3 Quiet down getenv by ncteisen · 7 years ago
  63. 0d8431a Add/update comments and remove unused fields by Sree Kuchibhotla · 7 years ago
  64. ae5e83b Free pending grpclb update args by David Garcia Quintas · 7 years ago
  65. 269d3b4 Clang format by murgatroid99 · 7 years ago
  66. 75f678a Merge branch 'master' into uv_portability_fix by murgatroid99 · 7 years ago
  67. b8e07ad Add asserts that uv calls all run on the same thread by murgatroid99 · 7 years ago
  68. 87116f4 Fix failures in libuv portability tests by murgatroid99 · 7 years ago
  69. ea8f591 Merge pull request #11607 from yihuazhang/tsi_init by Mark D. Roth · 7 years ago
  70. d40a7ae Add already_closed in grpc_fd_orphan by Yuchen Zeng · 7 years ago
  71. 8f6ddac Merge pull request #11788 from y-zeng/fix_fd_orphan by Yuchen Zeng · 7 years ago
  72. 26b33de transport - clang-format by Muxi Yan · 7 years ago
  73. dfda37f transport - Fix uninitialized variable by Muxi Yan · 7 years ago
  74. acbdc79 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  75. 54c31c7 release the g_epfd whent he engine is shutdown by Sree Kuchibhotla · 7 years ago
  76. 1435bfc Add GTS plugin by Yihua Zhang · 7 years ago
  77. 0fd37e1 Transport - Fix a bug in decompression path by Muxi Yan · 7 years ago
  78. afbd3be Merge pull request #11858 from markdroth/client_channel_owners by Mark D. Roth · 7 years ago
  79. 0086d02 Merge pull request #11189 from muxi/stream_compression by Muxi Yan · 7 years ago
  80. e395dfb Set owners for client_channel tree. by Mark D. Roth · 7 years ago
  81. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  82. b2163c3 Merge pull request #11836 from kpayson64/subchannel_mu by kpayson64 · 7 years ago
  83. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  84. 10519a3 Proper metadata arena management by Vijay Pai · 7 years ago
  85. cc0cbed Destroy mutex on subchannel destruction by Ken Payson · 7 years ago
  86. 29d4723 Merge pull request #10827 from jboeuf/max_token_lifetime_cpp by jboeuf · 7 years ago
  87. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  88. c9caedd fix compiler bug in epoll-ex by Sree Kuchibhotla · 7 years ago
  89. 1228237 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  90. ac51c2a Merge pull request #11825 from sreecha/asan_failure by Sree Kuchibhotla · 7 years ago
  91. 0c9ce72 Merge pull request #11761 from dgquintas/lb_update_connector_fix by David G. Quintas · 7 years ago
  92. d4619f4 Merge pull request #11819 from dgquintas/timer_manager_uaf by David G. Quintas · 7 years ago
  93. a69878a fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads by Sree Kuchibhotla · 7 years ago
  94. 2150d6f Merge pull request #11629 from apolcyn/fix_port_ordering by apolcyn · 7 years ago
  95. fc94d1f Fix use-after-free in timer manager by David Garcia Quintas · 7 years ago
  96. da8eca5 Better handling of token lifetime. by Julien Boeuf · 7 years ago
  97. ce47215 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  98. 41690d1 Detach ownership of core/c++ by Craig Tiller · 7 years ago
  99. 9a4ed68 Improved testing by David Garcia Quintas · 7 years ago
  100. df1c5d6 Update to use correct error constructor by Craig Tiller · 7 years ago