aboutsummaryrefslogtreecommitdiff
path: root/res_query.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accommodate a change in the type of std::span's sizeRyan Prichard2023-09-211-1/+1
* Clean up the flag parallel_lookup_releaseMike Yu2023-04-131-2/+2
* Fix unused-but-set-variable in res_query.cppKen Chen2022-10-121-7/+1
* Revet part of aosp/2163902martinwu2022-08-151-0/+1
* Remove accessing errno in setQueryId()martinwu2022-07-231-1/+0
* Enable some DNS logs in userdebug buildKen Chen2022-05-041-5/+5
* Replace manual buffer handling with std::spanchenbruce2021-08-311-19/+14
* Rename ResState::_flags to ResState::flagsBernie Innocenti2021-07-011-2/+2
* Remove the obsolete res_state typedefBernie Innocenti2021-07-011-3/+3
* Enable mDNS .local resolutionchenbruce2021-06-251-1/+1
* Merge "Replace addrinfo with IPSockAddr to store dns addresses"Mike Yu2019-10-251-1/+1
|\
| * Replace addrinfo with IPSockAddr to store dns addressesMike Yu2019-10-211-1/+1
* | Unify MAXPACKET and refactor buffer allocation of getaddrinfoLuke Huang2019-10-221-6/+0
|/
* Explicitly allocate ResState on the call stackBernie Innocenti2019-10-171-1/+2
* Resolv: Replace BSD types with regular C99 typeschenbruce2019-09-181-9/+8
* Delete dump_bytes() and its helper functionsMike Yu2019-08-221-0/+1
* Dead code removal - remove res->optionschenbruce2019-07-241-4/+10
* Use std::vector to store domains of nameservers and minor changeLuke Huang2019-07-031-7/+4
* Dead code removal - Remove res_setoptions()chenbruce2019-06-181-20/+9
* [Resolver-log]: Some modifications for debug loggingchenbruce2019-04-161-1/+0
* Unify log tag of DNS resolverKen Chen2019-04-151-1/+1
* Disable sensitive logsKen Chen2019-03-211-8/+7
* resolv: small improvements for debug loggingBernie Innocenti2019-03-081-0/+2
* [Resolver-log] Replacing unused debuging functions by LOG(x).chenbruce2019-02-271-25/+14
* Fix potential bugs that may cause resolver to retry endlesslyKen Chen2019-01-221-7/+4
* Implementation of control flags in asynchronous DNS query APILuke Huang2019-01-161-1/+1
* Expose DNS response code to netdHungming Chen2019-01-151-13/+31
* Remove thread-local variable h_errno in gethostby{name, addr} related APIsHungming Chen2019-01-141-24/+28
* Expose DNS timeout error to netdMike Yu2018-11-141-14/+19
* Move resolver public headers to separate include pathBernie Innocenti2018-10-181-2/+3
* Move a few internal constants out of resolv_params.hBernie Innocenti2018-10-171-4/+0
* Turn implicit fallthrow warnings into errorsBernie Innocenti2018-10-121-1/+1
* Fix -Wimplicit-fallthrough warnings in netdBernie Innocenti2018-10-121-2/+2
* resolv: dead code removalBernie Innocenti2018-10-031-10/+0
* Minimal changes to bring the resolver into the C++ eraBernie Innocenti2018-09-111-0/+379