aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/round_robin
Commit message (Collapse)AuthorAge
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
|
* Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
|
* Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
|
* Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
|
* Add support for LB config in service configGravatar Juanli Shen2018-11-15
|
* reviewer feedbackGravatar ncteisen2018-10-04
|
* Fix ubsan error in subchannel_list code.Gravatar Mark D. Roth2018-09-10
|
* Merge pull request #16398 from markdroth/round_robin_size_t_fixGravatar Mark D. Roth2018-08-22
|\ | | | | Fix round_robin to avoid negative size_t value.
| * Fix round_robin to avoid negative size_t value.Gravatar Mark D. Roth2018-08-20
| |
* | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
|/
* Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
|
* Eliminate PingOneLocked() from LB policy API.Gravatar Mark D. Roth2018-07-30
|
* s/channels/channel'sGravatar ncteisen2018-07-19
|
* Refactor some shared code to SubchannelListGravatar ncteisen2018-07-18
|
* Support subchannel refs for round_robinGravatar ncteisen2018-07-18
|
* Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
|\ | | | | Channelz Part 3: Subchannel Refs Support for PickFirst
| * reviewer feedback:Gravatar ncteisen2018-07-17
| |
| * Reviewer feedback; move lists to childrenGravatar ncteisen2018-07-12
| |
* | Fixed ordering in adding pending picks to RRGravatar David Garcia Quintas2018-07-06
|/
* Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Remove all uses of raw GRPC_ARG_POINTERGravatar ncteisen2018-06-13
|
* Add GPR_UNLIKELY annotations mainly for the client path in error conditionsGravatar Yash Tibrewal2018-05-04
|
* Maintain ref to LB policy.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
|
* 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
| |
| * 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
| |
* | Fix race between READY notification and reffing connected subchannel.Gravatar Mark D. Roth2018-04-12
| |
* | Code review changes.Gravatar Mark D. Roth2018-04-10
| |
* | 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
|/
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Convert LB policy API to C++.Gravatar Mark D. Roth2018-02-20
|