aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/resolvers/dns_resolver.c
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Integrate backoff library with dns retriesGravatar Craig Tiller2016-03-11
|
* Fit and finish for dns retry loopGravatar Craig Tiller2016-03-11
|
* Add retry for dns resolutionGravatar Craig Tiller2016-03-11
|
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Merge github.com:grpc/grpc into connected-subchannelGravatar Craig Tiller2015-12-09
|\
| * Nuke unused filesGravatar Craig Tiller2015-12-09
| |
* | Signal back to resolver on errorGravatar Craig Tiller2015-11-24
| |
* | Change saw_error APIGravatar Craig Tiller2015-11-24
|/
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Change runs to enqueueGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-18
|
* CleanupGravatar Craig Tiller2015-09-18
|
* Update connectivity state code to be completely synchronousGravatar Craig Tiller2015-09-17
|
* Getting stuff workingGravatar Craig Tiller2015-09-16
|
* Propagate workqueue from resolver --> lb_policyGravatar Craig Tiller2015-09-16
|
* Progress towards workqueue transitionGravatar Craig Tiller2015-09-15
|
* Merge pull request #3248 from dgquintas/lb_registryGravatar Craig Tiller2015-09-11
|\ | | | | Introduced a registry for LB policies.
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Introduced grpc_lb_policy_argsGravatar David Garcia Quintas2015-09-09
| |
| * Introduced a registry for LB policies.Gravatar David Garcia Quintas2015-09-03
|/
* Refactor default host name resolutionGravatar Craig Tiller2015-08-24
| | | | | | | | Rephrase API's such that resolvers are constrained to be able to provide a default host given just the text of the URI channel target. This avoids needing to rewrite such details in the core library during retries, and generally makes things much saner to debug.
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Provide default host nameGravatar Craig Tiller2015-07-29
|
* Make SSL workGravatar Craig Tiller2015-06-29
|
* DebuggingGravatar Craig Tiller2015-06-29
|
* Simple request unsecure passes with new client_config codeGravatar Craig Tiller2015-06-28
|
* Further client config workGravatar Craig Tiller2015-06-26
|
* Implementation work for client_configGravatar Craig Tiller2015-06-24
| | | | | - uri parsing - dns resolution
* Stub DNS resolverGravatar Craig Tiller2015-06-24