aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
AgeCommit message (Expand)Author
2018-09-11Resolve ip literals and Windows localhost manually when using c-aresAlexander Polcyn
2018-08-08Enable c-ares queries on WindowsAlex Polcyn
2018-07-27Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Alexander Polcyn
2018-07-26Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Alexander Polcyn
2018-07-25Get c-ares to compile and do address sorting on windowsAlex Polcyn
2018-06-26Explicitly delete fd from pollset set after c-ares is doneAlexander Polcyn
2018-06-13Post-review change: suffix two more functions with _lockedAlexander Polcyn
2018-06-13Put c-ares queries under a combinerAlexander Polcyn
2018-05-11Remove a redundant ExecCtx in c-ares resolverAlexander Polcyn
2018-04-20fix resolver crash when DNS server unreachableJan Tattermusch
2018-03-20Put address_sorting's public header under its own directory. Also addAlex Polcyn
2018-03-20Add address sorting submodule for use in c-ares wrapperAlexander Polcyn
2018-02-23Add a sanity check for inclusion of port_platform.hAlexander Polcyn
2018-02-09Run clang fmtNoah Eisen
2018-02-09Autofix c casts to c++ castsNoah Eisen
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-02Merge branch 'master' into gpr_review_host_portVijay Pai
2018-02-02Privatize useful.h and avl.hVijay Pai
2018-01-29Don't destroy null lb_addrDavid Garcia Quintas
2018-01-25Privatize host_port.h; was not used in any wrapped language implementationVijay Pai
2018-01-18Split lib/support into lib/gpr and lib/gpr++.Mark D. Roth
2017-12-06Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Yash Tibrewal
2017-12-06Revert "All instances of exec_ctx being passed around in src/core removed"Yash Tibrewal
2017-11-29Remove _ prefixed variable namesYash Tibrewal
2017-11-16Merge masterYash Tibrewal
2017-11-15Query for TXT service configs with _gprc_config prefixAlexander Polcyn
2017-11-14Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Yash Tibrewal
2017-11-14Address some PR commentsYash Tibrewal
2017-11-10Enable clang-tidy as a sanity check, fix up all known failuresCraig Tiller
2017-11-10s/NULL/nullptrCraig Tiller
2017-11-09Merge with masterYash Tibrewal
2017-11-03Update clang-format to 5.0Craig Tiller
2017-10-18Removing instances of exec_ctx being passed around in functions inYash Tibrewal
2017-10-02Changes for C to C++. Adding extern C to header files for compatibility.Yash Tibrewal