aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel
Commit message (Expand)AuthorAge
...
| | | | * | | Improve trace logging.Gravatar Mark D. Roth2018-04-27
| | | | * | | clang-formatGravatar Mark D. Roth2018-04-27
| | | | * | | Remove SetConnectedSubchannelFromLocked().Gravatar Mark D. Roth2018-04-27
| | | | * | | Track last ready subchannel index in RoundRobinSubchannelList.Gravatar Mark D. Roth2018-04-27
| | | | * | | Clean up connectivity state tracking.Gravatar Mark D. Roth2018-04-27
| | | | * | | Merge remote-tracking branch 'upstream/master' into c++_subchannel_listGravatar Mark D. Roth2018-04-26
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | Split StartOrRenewConnectivityWatchLocked() into two methods.Gravatar Mark D. Roth2018-04-26
| | | | * | | Make SubchannelList internally ref counted.Gravatar Mark D. Roth2018-04-26
| | | | * | | Added trace logging.Gravatar Mark D. Roth2018-04-26
| | | | * | | Minor cleanups.Gravatar Mark D. Roth2018-04-26
| * | | | | | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| | | | * | | Clean up refcounting.Gravatar Mark D. Roth2018-04-25
| | | | * | | Update connected subchannel on RR init.Gravatar Mark D. Roth2018-04-25
* | | | | | | Make linux polling engines capable of tracking errors separately withGravatar Yash Tibrewal2018-04-20
| |_|/ / / / |/| | | | |
| | | * | | Merge remote-tracking branch 'upstream/master' into c++_subchannel_listGravatar Mark D. Roth2018-04-20
| | | |\ \ \ | | | | | |/ | | | | |/|
| * | | / | Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-04-20
| | |_|/ / | |/| | |
| * | | | Merge pull request #14954 from markdroth/retry_fixGravatar Mark D. Roth2018-04-20
| |\ \ \ \
| * | | | | fix resolver crash when DNS server unreachableGravatar Jan Tattermusch2018-04-20
| | |/ / / | |/| | |
| * | | | Merge pull request #15090 from markdroth/handshaker_traceGravatar Mark D. Roth2018-04-19
| |\ \ \ \
| | | | | * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-04-18
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #15039 from markdroth/client_channel_ownersGravatar Mark D. Roth2018-04-18
|/| | | | |
| | | | | * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-04-18
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | Add tracer for handshakers.Gravatar Mark D. Roth2018-04-17
| |/ / / / |/| | | |
| | | | * Fix some more formatting issuesGravatar Sree Kuchibhotla2018-04-16
* | | | | Upmerge branch 'v1.11.x' into masterGravatar Mehrdad Afshari2018-04-16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix cares resolution with default authorityGravatar Jan Tattermusch2018-04-16
| | | | * Fix race between READY notification and reffing connected subchannel.Gravatar Mark D. Roth2018-04-12
| | * | | Replace a11r with AspirinSJL in client_channel OWNERS file.Gravatar Mark D. Roth2018-04-12
| |/ / / |/| | |
| | * | Fix retry code handling of internally triggered recv_trailing_metadata.Gravatar Mark D. Roth2018-04-12
| |/ / |/| |
| | * Code review changes.Gravatar Mark D. Roth2018-04-10
* | | Merge pull request #14845 from markdroth/inlined_vectorGravatar Mark D. Roth2018-04-09
|\ \ \ | |/ / |/| |
| | * Fix error refcounting. Remove unnecessary check in PF.Gravatar Mark D. Roth2018-04-04
| | * clang-formatGravatar Mark D. Roth2018-04-04
| | * More cleanup.Gravatar Mark D. Roth2018-04-03
| | * more commentsGravatar Mark D. Roth2018-04-03
| | * WIP on adding comments.Gravatar Mark D. Roth2018-04-03
| | * Address a couple of FIXMEs.Gravatar Mark D. Roth2018-04-03
| | * More connectivity state cleanup.Gravatar Mark D. Roth2018-04-03
| | * Fix handling of connectivity state error in RR.Gravatar Mark D. Roth2018-04-03
| | * more WIP on RRGravatar Mark D. Roth2018-04-03
| | * Avoid code duplication.Gravatar Mark D. Roth2018-04-03
| | * more WIPGravatar Mark D. Roth2018-03-30
| | * Convert subchannel_list code to C++.Gravatar Mark D. Roth2018-03-30
| | * Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-03-30
| |/ |/|
* | Merge pull request #14734 from markdroth/c++_retry_throttleGravatar Mark D. Roth2018-03-29
|\ \
| | * Fix asan failures.Gravatar Mark D. Roth2018-03-28
| * | Convert retry throttle code to C++ and add tests.Gravatar Mark D. Roth2018-03-28
| |/
* | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-27
|\|
* | more commentsGravatar David Garcia Quintas2018-03-27
* | rest of pr commentsGravatar David Garcia Quintas2018-03-26