aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy
Commit message (Expand)AuthorAge
* 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
| | * PF: Check connectivity state before watchingGravatar Juanli Shen2018-08-09
| |/
| * 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
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-02
|\ \ \ | | |/ | |/|
| | * 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
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-07-27
|\| |
| * | Fix re-resolution in pick_firstGravatar Juanli Shen2018-07-24
| |/
* / refactorGravatar ncteisen2018-07-20
|/
* 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