aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/resolver_result.c
Commit message (Expand)AuthorAge
* Encode method config table in channel args instead of in resolver result.Gravatar Mark D. Roth2016-09-26
* Move method config table code to its own module.Gravatar Mark D. Roth2016-09-23
* Look for wildcard entry in service config.Gravatar Mark D. Roth2016-09-23
* Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-09-23
|\
| * Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
| |\
* | \ Merge branch 'grpclb_resolver_changes2' into service_configGravatar Mark D. Roth2016-09-16
|\ \ \ | | |/ | |/|
| * | Fix bugs from merge.Gravatar Mark D. Roth2016-09-16
| * | Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-16
| |\|
| | * Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changesGravatar Mark D. Roth2016-09-16
| | |\
| * | | Allow resolver to pass channel args to LB policy.Gravatar Mark D. Roth2016-09-15
* | | | Merge branch 'grpclb_resolver_changes2' into service_configGravatar Mark D. Roth2016-09-13
|\| | |
| * | | Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-13
| |\| |
| | * | Switch to single-line comments.Gravatar Mark D. Roth2016-09-13
* | | | Change method config table to use open addressing with quadratic probing.Gravatar Mark D. Roth2016-09-12
* | | | Add map of path name to grpc_method_config data structures.Gravatar Mark D. Roth2016-09-12
|/ / /
* | | Fix use-after-free bug.Gravatar Mark D. Roth2016-09-09
* | | Move LB policy instantiation from resolvers into client_channel.Gravatar Mark D. Roth2016-09-08
|/ /
* / Move is_balancer into a new struct in the client_config directory.Gravatar Mark D. Roth2016-09-07
|/
* Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22