aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel
Commit message (Expand)AuthorAge
* Disable SRV and TXT lookups for localhostGravatar Alexander Polcyn2018-12-12
* 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
* Merge pull request #17343 from markdroth/server_address_listGravatar Mark D. Roth2018-12-07
|\
| * Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
* | Merge pull request #17391 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-12-07
|\ \ | |/ |/|
* | Merge pull request #17442 from markdroth/client_channel_pick_initGravatar Mark D. Roth2018-12-07
|\ \
* \ \ Merge pull request #17358 from markdroth/subchannel_index_exec_ctx_fixGravatar Mark D. Roth2018-12-07
|\ \ \
| | * | Remove unnecessary initialization of fields in PickState.Gravatar Mark D. Roth2018-12-07
| | | * code review changesGravatar Mark D. Roth2018-12-06
* | | | Merge pull request #17383 from markdroth/pick_first_choose_ready_subchannel_a...Gravatar Mark D. Roth2018-12-06
|\ \ \ \ | |_|/ / |/| | |
| * | | Change pick_first to immediately select the first subchannel in READY state.Gravatar Mark D. Roth2018-12-06
| | | * Fix bug in subchannel backoff reset code.Gravatar Mark D. Roth2018-12-06
* | | | Fix LB policy name case handling.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
* | Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| * Stop passing ExecCtx as avl user_data.Gravatar Mark D. Roth2018-11-30
|/
* 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
* Merge pull request #17063 from AspirinSJL/lb_configGravatar Juanli Shen2018-11-15
|\
| * Add support for LB config in service configGravatar Juanli Shen2018-11-15
* | Don't reset channel state on resolver failure when LB policy exists.Gravatar Mark D. Roth2018-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
| * Merge pull request #17204 from apolcyn/avoid_re_resolution_after_shutdownGravatar apolcyn2018-11-13
| |\
| | * Avoid re-resolution after c-ares resolver has been shut downGravatar Alexander Polcyn2018-11-13
| * | Merge pull request #17202 from soheilhy/worktree-clientchannel-tsanGravatar Soheil Hassas Yeganeh2018-11-13
| |\ \
| | * | Fix data race in client_channel.Gravatar Soheil Hassas Yeganeh2018-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
* Merge pull request #17086 from markdroth/channelz_subchannel_cleanupGravatar Mark D. Roth2018-11-02
|\
| * Record subchannel calls started as part of creating subchannel call.Gravatar Mark D. Roth2018-11-02
* | Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ | |/ |/|
| * Move uri_parser to libGravatar ncteisen2018-10-31
| * Move uri_parser to common spotGravatar ncteisen2018-10-30
* | Merge pull request #17046 from markdroth/health_check_client_fixGravatar Mark D. Roth2018-10-30
|\ \
* \ \ Merge pull request #17010 from grpc/revert-16996-revert-16912-fail_rpcs_on_tr...Gravatar Mark D. Roth2018-10-30
|\ \ \ | |_|/ |/| |
| | * Fix handling of call context in health check call batch payload.Gravatar Mark D. Roth2018-10-29
| |/ |/|
* | Fix internal build breakageGravatar Hope Casey-Allen2018-10-25
| * Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_F...Gravatar Mark D. Roth2018-10-25
|/
* Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."Gravatar hcaseyal2018-10-24
* Client-side health checking support.Gravatar Mark D. Roth2018-10-24