aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy
Commit message (Expand)AuthorAge
* PF: Check connectivity state before watchingGravatar Juanli Shen2018-08-16
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
* Fixed ordering in adding pending picks to PFGravatar David Garcia Quintas2018-08-15
* Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
|\
| * Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
* | Add more filter priority levelsGravatar yang-g2018-08-01
|/
* Merge pull request #16167 from markdroth/ping_apiGravatar Mark D. Roth2018-07-31
|\
| * Eliminate PingOneLocked() from LB policy API.Gravatar Mark D. Roth2018-07-30
* | Fix re-resolution in pick_firstGravatar Juanli Shen2018-07-24
|/
* Merge branch 'master' of https://github.com/grpc/grpc into channelz-grpclbGravatar ncteisen2018-07-19
|\
| * s/channels/channel'sGravatar ncteisen2018-07-19
* | Add child refs support to grpclbGravatar ncteisen2018-07-18
|/
* Refactor some shared code to SubchannelListGravatar ncteisen2018-07-18
* Support subchannel refs for round_robinGravatar ncteisen2018-07-18
* Merge pull request #16020 from ncteisen/channelz-get-top-channelsGravatar Noah Eisen2018-07-18
|\
* | Cland tidy fixes for channelzGravatar ncteisen2018-07-18
| * Merge branch 'master' of https://github.com/grpc/grpc into channelz-get-top-c...Gravatar ncteisen2018-07-18
| |\ | |/ |/|
* | Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
|\ \
| | * reviewer feedbackGravatar ncteisen2018-07-17
| * | reviewer feedback:Gravatar ncteisen2018-07-17
| | * Support for GetTopChannelsGravatar ncteisen2018-07-16
| |/ |/|
| * Ensure subchannel channelz only created if enabledGravatar ncteisen2018-07-13
| * Reviewer feedback; less locking, slow de dupGravatar ncteisen2018-07-13
| * Reviewer feedback; move lists to childrenGravatar ncteisen2018-07-12
| * Reviewer feedbackGravatar ncteisen2018-07-12
| * Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
* | Fixed ordering in adding pending picks to RRGravatar David Garcia Quintas2018-07-06
|/
* Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
* back to using quotes for nanopb includesGravatar David Garcia Quintas2018-06-04
* quotes to angle brackets for nanopb includesGravatar David Garcia Quintas2018-06-01
* clang-formatGravatar David Garcia Quintas2018-06-01
* Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
* Log the grpc_subchannel instead of SubchannelDataGravatar Juanli Shen2018-05-22
* Merge pull request #14894 from sreecha/fix-timeGravatar Sree Kuchibhotla2018-05-22
|\
* | Use gpr_atm_full_xchg() instead of acq_load and full_fetch_add().Gravatar Mark D. Roth2018-05-18
* | C++-ify grpclb client stats.Gravatar Mark D. Roth2018-05-17
* | Merge pull request #15044 from yashykt/gprlikely2Gravatar Yash Tibrewal2018-05-11
|\ \
| | * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-05-08
| | |\ | |_|/ |/| |
| * | Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
* | | incorporate alts to google default credsGravatar Yihua Zhang2018-05-03
|/ /
* | Fix error refcounting bug.Gravatar Mark D. Roth2018-05-01
* | clang-formatGravatar Mark D. Roth2018-05-01
* | Maintain ref to LB policy.Gravatar Mark D. Roth2018-05-01
* | Make sure we set error for transient_failure state.Gravatar Mark D. Roth2018-05-01
* | Fix error refcounting bug.Gravatar Mark D. Roth2018-04-27
* | 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