aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext/filters/client_channel/lb_policy/round_robin
AgeCommit message (Expand)Author
2018-09-10Fix ubsan error in subchannel_list code.Mark D. Roth
2018-08-22Merge pull request #16398 from markdroth/round_robin_size_t_fixMark D. Roth
2018-08-20Fix round_robin to avoid negative size_t value.Mark D. Roth
2018-08-16Move C++ mu_guard class out of C-core public headers and fix style.Mark D. Roth
2018-08-06Add experimental API for resetting connection backoff.Mark D. Roth
2018-07-30Eliminate PingOneLocked() from LB policy API.Mark D. Roth
2018-07-19s/channels/channel'sncteisen
2018-07-18Refactor some shared code to SubchannelListncteisen
2018-07-18Support subchannel refs for round_robinncteisen
2018-07-18Merge pull request #15980 from ncteisen/channelz-subchannel-refsNoah Eisen
2018-07-17reviewer feedback:ncteisen
2018-07-12Reviewer feedback; move lists to childrenncteisen
2018-07-06Fixed ordering in adding pending picks to RRDavid Garcia Quintas
2018-06-14Revert "Add Type Checking On Channel Args"Noah Eisen
2018-06-13Reviewer feedbackncteisen
2018-06-13Remove all uses of raw GRPC_ARG_POINTERncteisen
2018-05-04Add GPR_UNLIKELY annotations mainly for the client path in error conditionsYash Tibrewal
2018-05-01Maintain ref to LB policy.Mark D. Roth
2018-04-27Fix error refcounting bug.Mark D. Roth
2018-04-27Improve trace logging.Mark D. Roth
2018-04-27Track last ready subchannel index in RoundRobinSubchannelList.Mark D. Roth
2018-04-27Clean up connectivity state tracking.Mark D. Roth
2018-04-26Merge remote-tracking branch 'upstream/master' into c++_subchannel_listMark D. Roth
2018-04-26Split StartOrRenewConnectivityWatchLocked() into two methods.Mark D. Roth
2018-04-26Make SubchannelList internally ref counted.Mark D. Roth
2018-04-25Change trace logging to use GPR_INFO instead of GPR_DEBUG.Mark D. Roth
2018-04-25Clean up refcounting.Mark D. Roth
2018-04-12Fix race between READY notification and reffing connected subchannel.Mark D. Roth
2018-04-10Code review changes.Mark D. Roth
2018-04-04Fix error refcounting. Remove unnecessary check in PF.Mark D. Roth
2018-04-04clang-formatMark D. Roth
2018-04-03More cleanup.Mark D. Roth
2018-04-03more commentsMark D. Roth
2018-04-03WIP on adding comments.Mark D. Roth
2018-04-03Address a couple of FIXMEs.Mark D. Roth
2018-04-03More connectivity state cleanup.Mark D. Roth
2018-04-03Fix handling of connectivity state error in RR.Mark D. Roth
2018-04-03more WIP on RRMark D. Roth
2018-04-03Avoid code duplication.Mark D. Roth
2018-03-30more WIPMark D. Roth
2018-03-30Convert subchannel_list code to C++.Mark D. Roth
2018-03-05Use static_cast rather than reinterpret_cast whenever possibleVijay Pai
2018-02-23Add a sanity check for inclusion of port_platform.hAlexander Polcyn
2018-02-20Convert LB policy API to C++.Mark D. Roth
2018-02-15Revert "Revert "Revert "Revert "grpclb re-resolution""""Juanli Shen
2018-02-12Revert "Revert "Revert "grpclb re-resolution"""David G. Quintas
2018-02-12Revert "Revert "grpclb re-resolution""Juanli Shen
2018-02-10Merge pull request #14150 from ncteisen/more-clang-tidyNoah Eisen
2018-02-09Addressing #14170 leftover commentsDavid Garcia Quintas
2018-02-09Run clang fmtNoah Eisen