aboutsummaryrefslogtreecommitdiff
path: root/res_mkquery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accommodate a change in the type of std::span's sizeRyan Prichard2023-09-211-1/+1
* Enable some DNS logs in userdebug buildKen Chen2022-05-041-2/+2
* Replace manual buffer handling with std::spanchenbruce2021-08-311-31/+27
* Remove the obsolete res_state typedefBernie Innocenti2021-07-011-2/+2
* Delete dead code in res_comp.cpp and misc cleanupsBernie Innocenti2020-01-241-1/+4
* Explicitly allocate ResState on the call stackBernie Innocenti2019-10-171-14/+10
* Resolv: Replace BSD types with regular C99 typeschenbruce2019-09-181-14/+13
* Dead code removal - remove res->optionschenbruce2019-07-241-2/+2
* Dead code removal - Remove res_setoptions()chenbruce2019-06-181-1/+1
* [Resolver-log]: Some modifications for debug loggingchenbruce2019-04-161-1/+0
* Unify log tag of DNS resolverKen Chen2019-04-151-1/+1
* Modify trivial inline functions.chenbruce2019-04-011-16/+16
* Disable sensitive logsKen Chen2019-03-211-2/+2
* resolv: small improvements for debug loggingBernie Innocenti2019-03-081-3/+5
* [Resolver-log] Replacing unused debuging functions by LOG(x).chenbruce2019-02-271-16/+7
* Replace res_randomid with arc4random_uniformLuke Huang2019-02-151-1/+1
* Expose DNS timeout error to netdMike Yu2018-11-141-2/+6
* Move a few internal constants out of resolv_params.hBernie Innocenti2018-10-171-31/+25
* Fix -Wimplicit-fallthrough warnings in netdBernie Innocenti2018-10-121-1/+2
* Limit C linkage to public symbolsBernie Innocenti2018-10-031-12/+8
* Minimal changes to bring the resolver into the C++ eraBernie Innocenti2018-09-111-0/+262