aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy
Commit message (Expand)AuthorAge
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
* Merge pull request #17534 from markdroth/grpclb_subchannel_fixGravatar Nicolas Noble2018-12-18
|\
| * Fix bug that was breaking subchannel reuse in grpclb.Gravatar Mark D. Roth2018-12-18
* | Improve grpclb trace logging.Gravatar Mark D. Roth2018-12-17
|/
* Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
* 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
* Change pick_first to immediately select the first subchannel in READY state.Gravatar Mark D. Roth2018-12-06
* Change xds plugin name to xds_experimental until it's ready for use.Gravatar Mark D. Roth2018-12-04
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
* Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
* Incorporate review commentsGravatar Vishal Powar2018-11-20
* xDS plugin is going to use LRS stream to report load to balancer. RemoveGravatar Vishal Powar2018-11-20
* Add support for LB config in service configGravatar Juanli Shen2018-11-15
* Merge branch 'master' into xds_plugin_rename_policyGravatar vishalpowar2018-11-13
|\
* | Change the varible names that keep track of rr policy its state andGravatar Vishal Powar2018-11-13
| * Revert RR policy update in xDSGravatar Juanli Shen2018-11-12
| * Merge pull request #17131 from AspirinSJL/grpclb_fallback_fixGravatar Juanli Shen2018-11-09
|/|
| * Update the RR policy when fallback is disabledGravatar Juanli Shen2018-11-09
* | Address review commentsGravatar Vishal Powar2018-11-08
* | Simplify the code in CreateRoundRobinPolicyArgsLocked() to always expectGravatar Vishal Powar2018-11-07
* | Disabling the current gRPC LB method of handling fallback in xds plugin.Gravatar Vishal Powar2018-11-06
|/
* xds plugin does not need drop to be determined by serverlistGravatar Vishal Powar2018-11-05
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
* Client-side health checking support.Gravatar Mark D. Roth2018-10-24
* Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
* clang-tidy fixesGravatar Vijay Pai2018-10-17
* Add new grpc lb plugin 'xds'Gravatar Vishal Powar2018-10-16
* unify fallthrough comment in switch statementsGravatar Jan Tattermusch2018-10-10
* reviewer feedbackGravatar ncteisen2018-10-04
* Free result of grpc_dump_sliceGravatar David Garcia Quintas2018-09-24
* Fix ubsan error in subchannel_list code.Gravatar Mark D. Roth2018-09-10
* Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-28
|\
| * Merge pull request #16342 from markdroth/pf_keep_unselected_subchannelsGravatar Mark D. Roth2018-08-27
| |\
| * \ Merge pull request #16398 from markdroth/round_robin_size_t_fixGravatar Mark D. Roth2018-08-22
| |\ \
| | | * Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subcha...Gravatar Mark D. Roth2018-08-20
| | | |\ | | |_|/ | |/| |
| | * | Fix round_robin to avoid negative size_t value.Gravatar Mark D. Roth2018-08-20
| * | | Merge pull request #16373 from markdroth/mu_guard_cleanupGravatar Mark D. Roth2018-08-17
| |\ \ \ | | |/ / | |/| |
| | | * Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf...Gravatar Mark D. Roth2018-08-17
| | | |\ | | |_|/ | |/| |
| | | * Code review changes and fix threading bug in test.Gravatar Mark D. Roth2018-08-17
| * | | PF: Check connectivity state before watchingGravatar Juanli Shen2018-08-16
| | * | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
| * | | Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
| | | * Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf...Gravatar Mark D. Roth2018-08-15
| | | |\
| * | | | Fixed ordering in adding pending picks to PFGravatar David Garcia Quintas2018-08-15
| |/ / /
| | | * Fix LR testGravatar Juanli Shen2018-08-14
| | * | Fix pick_first to not throw away unused subchannels.Gravatar Mark D. Roth2018-08-13
| | |/
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-11
|\| |
| | * As per reviewGravatar Juanli Shen2018-08-10