aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/client_channel.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-14
|\
* | Pass call start time into the call stack via grpc_call_element_args.Gravatar Mark D. Roth2016-10-14
* | clang-formatGravatar Mark D. Roth2016-10-12
* | Unref the call stack in read_service_config even on error.Gravatar Mark D. Roth2016-10-12
* | Hold a ref to the call stack for the read_service_config callback.Gravatar Mark D. Roth2016-10-12
* | Code review changes.Gravatar Mark D. Roth2016-10-11
| * Merge remote-tracking branch 'upstream/master' into call_holder_add_pollentGravatar Yuchen Zeng2016-10-10
| |\
* | | clang-formatGravatar Mark D. Roth2016-10-07
* | | Fix deadlock.Gravatar Mark D. Roth2016-10-07
| | * Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-10-06
| | |\
* | | | Handle the case where the resolver returns after the call is initialized.Gravatar Mark D. Roth2016-10-05
| * | | Merge remote-tracking branch 'upstream/master' into call_holder_add_pollentGravatar Yuchen Zeng2016-10-05
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'fake_resolver' into service_configGravatar Mark D. Roth2016-10-04
|\ \ \ \ | | |/ / | |/| |
| * | | clang-formatGravatar Mark D. Roth2016-10-04
* | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-04
|\| | |
| * | | Merge pull request #8263 from markdroth/grpclb_resolver_semantic_fixGravatar Mark D. Roth2016-10-04
| |\ \ \
| * | | | improved todoGravatar David Garcia Quintas2016-10-03
| * | | | Back to using inf future lor LB call deadlineGravatar David Garcia Quintas2016-10-03
* | | | | Merge branch 'fake_resolver' into service_configGravatar Mark D. Roth2016-10-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Centralized logic for choosing the right LB policy.Gravatar Mark D. Roth2016-10-03
| | * | | Use call's deadline for internal grpclb callGravatar David Garcia Quintas2016-09-30
| |/ / /
* | | | clang-formatGravatar Mark D. Roth2016-09-30
* | | | Various fixes and clean-ups.Gravatar Mark D. Roth2016-09-30
| | | * Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-09-29
| | | |\ | | |_|/ | |/| |
* | | | Use per-method wait_until_ready value.Gravatar Mark D. Roth2016-09-28
* | | | Merge branch 'fail_fast' into service_configGravatar Mark D. Roth2016-09-28
|\ \ \ \ | | |_|/ | |/| |
| * | | Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY toGravatar Mark D. Roth2016-09-28
* | | | Pass path into init_call_elem() for use in looking up method config.Gravatar Mark D. Roth2016-09-26
* | | | Merge branch 'deadline_filter' into service_configGravatar Mark D. Roth2016-09-26
|\ \ \ \ | | |/ / | |/| |
* | | | 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
* | | | Fix bug from merge.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 deadline_filterGravatar Mark D. Roth2016-09-23
| | |\ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
| |\ \ \
| | | * \ Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-21
| | | |\ \ | | | |/ / | | |/| |
* | | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-09-21
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Code review changes.Gravatar Mark D. Roth2016-09-20
* | | | | Merge branch 'grpclb_resolver_changes2' into service_configGravatar Mark D. Roth2016-09-20
|\| | | |
| * | | | Code review changes.Gravatar Mark D. Roth2016-09-20
| | | | * Merge remote-tracking branch 'upstream/master' into call_holder_add_pollentGravatar Yuchen Zeng2016-09-19
| | | | |\ | | | |_|/ | | |/| |
* | | | | Merge branch 'grpclb_resolver_changes2' into service_configGravatar Mark D. Roth2016-09-16
|\| | | |
| | | * | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-16
| | | |\ \ | | | |/ / | | |/| |
| * | | | Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-16
| |\| | |
| | * | | Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-clos...Gravatar Craig Tiller2016-09-16
| | |\ \ \
| * | | | | Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-16
| |\| | | |
| | | | | * Remove pollent from grpc_lb_policy_pick_argsGravatar Yuchen Zeng2016-09-15
| | | | | * Merge remote-tracking branch 'upstream/master' into call_holder_add_pollentGravatar Yuchen Zeng2016-09-15
| | | | | |\ | | | |_|_|/ | | |/| | |
| * | | | | Allow resolver to pass channel args to LB policy.Gravatar Mark D. Roth2016-09-15
| | | | * | Pass deadline into filters via grpc_call_element_args, so that we canGravatar Mark D. Roth2016-09-14