aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
Commit message (Collapse)AuthorAge
* Enable c-ares queries on WindowsGravatar Alex Polcyn2018-08-08
|
* Explicitly delete fd from pollset set after c-ares is doneGravatar Alexander Polcyn2018-06-26
|
* Separate the posix part of the c-ares driverGravatar Alexander Polcyn2018-06-15
|
* Post-review change: suffix two more functions with _lockedGravatar Alexander Polcyn2018-06-13
|
* Put c-ares queries under a combinerGravatar Alexander Polcyn2018-06-13
|
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* 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
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | 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.
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Merge pull request #10462 from nicolasnoble/ares-header-pollutionGravatar Nicolas Noble2017-06-27
|\ | | | | Avoid pollution from ares.h into the global space.
* \ Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
|\ \ | | | | | | Support grpclb address in the c-ares resolver
* | | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | |
| * | Cancel the dns lookup in dns_ares_shutdownGravatar Yuchen Zeng2017-06-04
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into ares-header-pollutionGravatar Nicolas "Pixel" Noble2017-04-04
|/ | | | | # Conflicts: # src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
* clang-formatGravatar Craig Tiller2017-04-03
|
* Fix include guardsGravatar Craig Tiller2017-04-02
|
* Reorganize ext treeGravatar Craig Tiller2017-03-31
- filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel