aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters
Commit message (Collapse)AuthorAge
* Merge pull request #16862 from apolcyn/convert_tests_to_caresGravatar apolcyn2019-01-10
|\ | | | | Switch the default DNS resolver from native to c-ares
* | Remove subchannel argsGravatar Juanli Shen2019-01-08
| |
| * Turn on c-ares as the default resolverGravatar Alexander Polcyn2019-01-08
|/
* Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* | Remove state_watcher from subchannelGravatar Juanli Shen2019-01-08
| |
* | Remove filters from subchannel argsGravatar Juanli Shen2019-01-03
| |
| * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
|/
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
|
* Merge pull request #17547 from markdroth/alignment_cleanupGravatar Mark D. Roth2018-12-20
|\ | | | | Remove now-unnecessary workarounds for alignment issues.
* \ Merge pull request #17534 from markdroth/grpclb_subchannel_fixGravatar Nicolas Noble2018-12-18
|\ \ | | | | | | Fix bug incorrectly inhibiting subchannel sharing for grpclb.
| | * Remove now-unnecessary workarounds for alignment issues.Gravatar Mark D. Roth2018-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
|/
* Merge pull request #17495 from apolcyn/revise_ares_loggingGravatar apolcyn2018-12-13
|\ | | | | Put most c-ares logs under a tracer
| * Move most c-ares logs under a tracerGravatar Alexander Polcyn2018-12-13
| |
* | Merge pull request #17291 from soheilhy/worktree-security-cppGravatar Soheil Hassas Yeganeh2018-12-13
|\ \ | |/ |/| Move security credentials, connectors, and auth context to C++
| * Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* | 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.
| * 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
|\ \ | |/ |/| Fix bug in subchannel backoff reset code.
* | Merge pull request #17442 from markdroth/client_channel_pick_initGravatar Mark D. Roth2018-12-07
|\ \ | | | | | | Remove unnecessary initialization of fields in PickState.
* \ \ Merge pull request #17358 from markdroth/subchannel_index_exec_ctx_fixGravatar Mark D. Roth2018-12-07
|\ \ \ | | | | | | | | Stop passing ExecCtx as avl user_data.
| | * | 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 ↵Gravatar Mark D. Roth2018-12-06
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | markdroth/pick_first_choose_ready_subchannel_at_startup Change pick_first to immediately select the first subchannel in READY state.
| * | | 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
| | | | | | | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* | 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
| | | | | | | the current grpclb specific load reporting from the implementation. The changes here also mean that the plugin will just get the initial response and no subsequent response from the balancer.
* Merge pull request #17063 from AspirinSJL/lb_configGravatar Juanli Shen2018-11-15
|\ | | | | Add support for LB config in service config
| * 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
| | | | | | | | | | | | | | | | resolution tracking to remove reference of the policy type (RR) - Change RoundRobin to Child and rr_ to child_ - Changing the function names to remove reference to RR. - Change 'grpclb' to 'xds' where parent policy is referenced.
| * Merge pull request #17204 from apolcyn/avoid_re_resolution_after_shutdownGravatar apolcyn2018-11-13
| |\ | | | | | | Avoid re-resolution after c-ares resolver has been shut down
| | * 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.
| | * | Fix data race in client_channel.Gravatar Soheil Hassas Yeganeh2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since retry_dispatched is next to the metadata bitfields, compiler will generate a 2 byte store when we set this bitfield. Move this field to the end of the structure to avoid such a data race. Fixes #16896
| * | | 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 even when fallback mode is disabled
| * | Update the RR policy when fallback is disabledGravatar Juanli Shen2018-11-09
| | |