1. f371513 Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops" by Mark D. Roth · 6 years ago
  2. 8ae0ff0 Move recv_trailing_metadata into its own callback. Don't use by Mark D. Roth · 6 years ago
  3. 61278f3 Revert "Fix shutdown of closed fd when c-ares opens a second fd" by Jan Tattermusch · 6 years ago
  4. 701a4b1 Merge pull request #15435 from apolcyn/fix_shutdown_closed_socket by apolcyn · 6 years ago
  5. 0cdf008 Merge pull request #15649 from markdroth/avoid_peer_string_alloc by Mark D. Roth · 6 years ago
  6. d7728cd Merge pull request #15069 from muxi/prototype-cfstream by Muxi Yan · 6 years ago
  7. 16267c1 Avoid allocating the peer string returned from the transport. by Mark D. Roth · 6 years ago
  8. 96dbfe1 Fix shutdown of closed fd when c-ares opens a second fd by Alexander Polcyn · 6 years ago
  9. 7b50c55 Merge pull request #15418 from AspirinSJL/smaller_hpack by Juanli Shen · 6 years ago
  10. 6ee65aa Merge pull request #15480 from markdroth/c++_client_channel_internals by Mark D. Roth · 6 years ago
  11. 7e0e202 C++-ify some client_channel internals. by Mark D. Roth · 6 years ago
  12. 3c3f3ad Decrease GRPC_CHTTP2_HPACKC_NUM_VALUES by Juanli Shen · 6 years ago
  13. a421c15 Merge pull request #15593 from kpayson64/fix_shutdown_bug by kpayson64 · 6 years ago
  14. 3bd4b93 Ref tcp server under lock by kpayson64 · 6 years ago
  15. 5d83bed Merge pull request #15538 from markdroth/http_server_filter_cleanup by Mark D. Roth · 6 years ago
  16. a0f47fc Merge pull request #15365 from yashykt/gprlikely3 by Yash Tibrewal · 6 years ago
  17. e7c6840 Add "hs_" prefix to all function names in http_server filter. by Mark D. Roth · 6 years ago
  18. 8973689 Cleanup http_server_filter. by Mark D. Roth · 6 years ago
  19. 4f9e003 Hold ref to call stack while replay batches are pending. by Mark D. Roth · 6 years ago
  20. 137eb93 Address reviewer comments by Yash Tibrewal · 6 years ago
  21. 2c15c8d Log the grpc_subchannel instead of SubchannelData by Juanli Shen · 6 years ago
  22. 4a7a39f Merge pull request #14894 from sreecha/fix-time by Sree Kuchibhotla · 6 years ago
  23. ba221d0 Merge branch 'master' into prototype-cfstream by Muxi Yan · 6 years ago
  24. cff3f9f Adding further recommendations by Yash Tibrewal · 6 years ago
  25. 8c5b883 GPR_LIKELY for client_channel by Yash Tibrewal · 6 years ago
  26. 85daf2d Merge pull request #15436 from markdroth/c++_grpclb_client_stats by Mark D. Roth · 6 years ago
  27. a36a2b7 Merge pull request #15414 from yang-g/intern_authority by Yang Gao · 6 years ago
  28. f237ec4 Use gpr_atm_full_xchg() instead of acq_load and full_fetch_add(). by Mark D. Roth · 6 years ago
  29. 290d35e C++-ify grpclb client stats. by Mark D. Roth · 6 years ago
  30. 627bba4 Merge pull request #15200 from yashykt/combiner_run by Yash Tibrewal · 6 years ago
  31. c7d57f1 C-ARES build fix by Muxi Yan · 6 years ago
  32. bc946ac Merge pull request #15339 from ncteisen/new-delete-hack by Noah Eisen · 6 years ago
  33. 11890af intern default authority by yang-g · 6 years ago
  34. 98c1de0 Stop using banned functions by ncteisen · 6 years ago
  35. 59a4baa Merge pull request #15347 from apolcyn/remove_ares_double_exec_ctx by apolcyn · 6 years ago
  36. ac7902c Merge pull request #15350 from ericgribkoff/remove_no_op_string by Eric Gribkoff · 6 years ago
  37. 077dc76 chttp2_transport: remove unused string by Eric Gribkoff · 6 years ago
  38. f30d6c1 Remove a redundant ExecCtx in c-ares resolver by Alexander Polcyn · 6 years ago
  39. c987901 Merge pull request #15044 from yashykt/gprlikely2 by Yash Tibrewal · 6 years ago
  40. 15a521e Add single point of maintanence for New Delete friends by ncteisen · 6 years ago
  41. 2bb5bf2 Remove GPR_UNLIKELY that are not in the call path by Yash Tibrewal · 6 years ago
  42. 6d5c2c2 Merge branch 'master' into fix-time by Sree Kuchibhotla · 6 years ago
  43. 7f51ba8 Add GPR_UNLIKELY annotations mainly for the client path in error conditions by Yash Tibrewal · 6 years ago
  44. 392dad7 incorporate alts to google default creds by Yihua Zhang · 6 years ago
  45. 7df2441 Merge pull request #14886 from markdroth/c++_subchannel_list by Mark D. Roth · 6 years ago
  46. 592dc0f Revert GRPC_CLOSURE_RUN to GRPC_CLOSURE_SCHED for send_ping_locked by Yash Tibrewal · 6 years ago
  47. 2629f46 Remove illegal GRPC_CLOSURE_RUNs by Yash Tibrewal · 6 years ago
  48. eaddd59 Add combiner_run to run closures immediately if we already have the combiner lock by Yash Tibrewal · 6 years ago
  49. 026b20e Fix error refcounting bug. by Mark D. Roth · 6 years ago
  50. 65a5442 clang-format by Mark D. Roth · 6 years ago
  51. 269e54e Maintain ref to LB policy. by Mark D. Roth · 6 years ago
  52. 0871818 Make sure we set error for transient_failure state. by Mark D. Roth · 6 years ago
  53. e5cb046 Merge pull request #15236 from yashykt/runcomment by Yash Tibrewal · 6 years ago
  54. 446d1ea Message about the watcher timer init closure requiring immediate execution. by Yash Tibrewal · 6 years ago
  55. b61c42e Merge pull request #15156 from AspirinSJL/resolution_timer_fix by Juanli Shen · 6 years ago
  56. 3ffb8d5 Don't resolve if there is a resolution timer by Juanli Shen · 6 years ago
  57. a25ece9 Fix error refcounting bug. by Mark D. Roth · 6 years ago
  58. d143bc3 Improve trace logging. by Mark D. Roth · 6 years ago
  59. 7d92def clang-format by Mark D. Roth · 6 years ago
  60. d0bb3c8 Remove SetConnectedSubchannelFromLocked(). by Mark D. Roth · 6 years ago
  61. 8d51cab Track last ready subchannel index in RoundRobinSubchannelList. by Mark D. Roth · 6 years ago
  62. 717c100 Clean up connectivity state tracking. by Mark D. Roth · 6 years ago
  63. 0839ac6 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  64. 6d21c8b Split StartOrRenewConnectivityWatchLocked() into two methods. by Mark D. Roth · 6 years ago
  65. 757cd41 Make SubchannelList internally ref counted. by Mark D. Roth · 6 years ago
  66. 8883214 Added trace logging. by Mark D. Roth · 6 years ago
  67. 3e74a18 Minor cleanups. by Mark D. Roth · 6 years ago
  68. 48854d2 Change trace logging to use GPR_INFO instead of GPR_DEBUG. by Mark D. Roth · 6 years ago
  69. b1c1309 Clean up refcounting. by Mark D. Roth · 6 years ago
  70. 253358d Update connected subchannel on RR init. by Mark D. Roth · 6 years ago
  71. 2230d60 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  72. 9635a04 Work-around for ref-counted subclass deletion address problem. by Mark D. Roth · 6 years ago
  73. a1459aa Merge pull request #14954 from markdroth/retry_fix by Mark D. Roth · 6 years ago
  74. b1990ac fix resolver crash when DNS server unreachable by Jan Tattermusch · 6 years ago
  75. 8892c08 Merge pull request #15090 from markdroth/handshaker_trace by Mark D. Roth · 6 years ago
  76. a4cff2c Merge branch 'master' into fix-time by Sree Kuchibhotla · 6 years ago
  77. 950d8af Merge pull request #15039 from markdroth/client_channel_owners by Mark D. Roth · 6 years ago
  78. 94d9034 Merge branch 'master' into fix-time by Sree Kuchibhotla · 6 years ago
  79. dc4d01f Add tracer for handshakers. by Mark D. Roth · 6 years ago
  80. 1f13655 Merge pull request #15078 from mehrdada/upmerge-1110 by Mehrdad Afshari · 6 years ago
  81. 1dd12c0 Fix some more formatting issues by Sree Kuchibhotla · 6 years ago
  82. 81a7c53 Upmerge branch 'v1.11.x' into master by Mehrdad Afshari · 6 years ago
  83. dac7133 fix cares resolution with default authority by Jan Tattermusch · 6 years ago
  84. 542bceb Fix race between READY notification and reffing connected subchannel. by Mark D. Roth · 6 years ago
  85. b3e3b7a Fix issue #14717. Piggyback keepalive ping onto pings already inflight if any by Yash Tibrewal · 6 years ago
  86. ada9283 Replace a11r with AspirinSJL in client_channel OWNERS file. by Mark D. Roth · 6 years ago
  87. de077ac Fix retry code handling of internally triggered recv_trailing_metadata. by Mark D. Roth · 6 years ago
  88. 75d9eda Code review changes. by Mark D. Roth · 6 years ago
  89. 03f01fd Merge pull request #14845 from markdroth/inlined_vector by Mark D. Roth · 6 years ago
  90. 99dbd7a Fix error refcounting. Remove unnecessary check in PF. by Mark D. Roth · 6 years ago
  91. 5dd42ab clang-format by Mark D. Roth · 6 years ago
  92. eef0cf6 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  93. 45afded More cleanup. by Mark D. Roth · 6 years ago
  94. 9b620a2 more comments by Mark D. Roth · 6 years ago
  95. 485c4ba WIP on adding comments. by Mark D. Roth · 6 years ago
  96. e2620e1 Address a couple of FIXMEs. by Mark D. Roth · 6 years ago
  97. 3cfbd98 More connectivity state cleanup. by Mark D. Roth · 6 years ago
  98. b572910 Fix handling of connectivity state error in RR. by Mark D. Roth · 6 years ago
  99. 8c93fc8 more WIP on RR by Mark D. Roth · 6 years ago
  100. 5193e97 Avoid code duplication. by Mark D. Roth · 6 years ago