aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming/resolver_component_test.cc
Commit message (Collapse)AuthorAge
* 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
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Enable c-ares queries on WindowsGravatar Alex Polcyn2018-08-08
|
* Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
|
* Fix previously-encountered issue: set so_reuseaddr on dummy socketsGravatar Alexander Polcyn2018-06-08
|
* Revert "Merge pull request #15685 from ↵Gravatar Alexander Polcyn2018-06-08
| | | | | | | grpc/revert-15435-fix_shutdown_closed_socket" This reverts commit 8b5e45a35b83908d7a5f1dae6f412929f70c90ef, reversing changes made to 2ea5e1d1dee3d7d7219051723290293901e37fbc.
* Revert "Fix shutdown of closed fd when c-ares opens a second fd"Gravatar Jan Tattermusch2018-06-08
|
* Fix shutdown of closed fd when c-ares opens a second fdGravatar Alexander Polcyn2018-06-04
|
* Revert "Add a flag to the resolver_component_test that permits extra addresses"Gravatar Alexander Polcyn2018-03-29
| | | | This reverts commit 02ce860592586d52276e64b766a38990db7425e2.
* Add a flag to the resolver_component_test that permits extra addressesGravatar Alexander Polcyn2018-02-28
|
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-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
|
* 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
| |
* | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | Remove unnecessary extern CsGravatar 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 flowctl+millisGravatar Craig Tiller2017-09-29
|\
| * Merge pull request #12631 from y-zeng/dns_fixGravatar Yuchen Zeng2017-09-22
| |\ | | | | | | Drain readable fds in grpc_ares_ev_driver_posix
| | * Drain readable fdGravatar Yuchen Zeng2017-09-19
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\| |
* | | clang-formatGravatar Craig Tiller2017-09-19
| | |
* | | Fix compileGravatar Craig Tiller2017-09-19
| |/ |/|
| * Fix compile errorGravatar Craig Tiller2017-09-18
|/
* Add tests for c-ares wrapper using a local DNS server.Gravatar Alexander Polcyn2017-09-14