aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel/resolvers
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
|\ | | | | | | gpr_test_util_to_grpc_test_util
| * 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
| |
| * Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
| |
* | Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|/
* Merge pull request #17354 from apolcyn/fix_ares_deadlocksGravatar apolcyn2018-11-30
|\ | | | | Cancel c-ares queries after a timeout to avoid getting stuck
| * Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| |
* | change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|/
* Fix a dangling pointer on ares_request object in case of cancellationGravatar Alexander Polcyn2018-10-19
|
* Allow more timing slack in dns cooldown test.Gravatar Mark D. Roth2018-08-20
|
* Fix dns_resolver_cooldown_test and fake_resolver_test.Gravatar Mark D. Roth2018-08-14
|
* Put c-ares queries under a combinerGravatar Alexander Polcyn2018-06-13
|
* Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-05-08
|\
| * Merge pull request #15156 from AspirinSJL/resolution_timer_fixGravatar Juanli Shen2018-04-30
| |\ | | | | | | Check retry timer before starting resolving
| | * Don't resolve if there is a resolution timerGravatar Juanli Shen2018-04-30
| | |
| * | Clean up test cases in dns_resolver_test.Gravatar Mark D. Roth2018-04-19
| |/
* / Fix some more formatting issuesGravatar Sree Kuchibhotla2018-04-16
|/
* Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* Fix asan failure in fake_resolver_test.Gravatar Mark D. Roth2018-03-02
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_errorGravatar Juanli Shen2018-02-02
|\ | | | | Add a results_upon_error setter to fake resolver
| * Add a results_upon_error setter to fake resolverGravatar Juanli Shen2018-02-02
| |
* | PR commentsGravatar David Garcia Quintas2018-01-31
| |
* | Added tests, supporting c-ares as well as std resolver.Gravatar David Garcia Quintas2018-01-30
| |
* | Undo changes to dns_resolver_test.ccGravatar David Garcia Quintas2018-01-30
| |
* | DNS cooldown mechanismGravatar David Garcia Quintas2018-01-29
|/
* Fix typo s/resolition/resolutionGravatar Yash Tibrewal2018-01-18
|
* Solve a stack_use_after_scope issue in sockaddr_resolver_testGravatar Yash Tibrewal2018-01-18
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
|
* Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
|
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| |/
* / Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\
| * Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |