aboutsummaryrefslogtreecommitdiff
path: root/sethostent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-14.0.0_r50' of https://android.googlesource.com/platform/p...HEADu14.0George Zacharia2024-07-041-1/+6
|\
| * [Code Health] Delete spurious codeKen Chen2024-01-121-1/+0
| * Closing the stream when the function returnsKen Chen2023-12-071-0/+6
* | DnsResolver: Sort and cache hosts file data for fast lookupTom Marshall2024-06-011-0/+6
* | Toggle-able adblock hosts file [1/3]SpiritCroc2024-05-081-1/+3
|/
* Fix -Wnullable-to-nonnull-conversion errorsKen Chen2023-05-091-6/+6
* Fix -Wnullable-to-nonnull-conversion errorsKen Chen2023-04-271-7/+30
* Sanitize buffer alignment macrosBernie Innocenti2021-06-231-4/+1
* Cull res_staticBernie Innocenti2019-10-111-1/+3
* Delete unused variable res_state.rstaticBernie Innocenti2019-10-101-0/+1
* [Resolver-log]: Some modifications for debug loggingchenbruce2019-04-161-1/+0
* Remap existing EAI_SYSTEM to avoid relying on global errno variableHungming Chen2019-04-031-11/+19
* Remove h_errno container from struct getnamaddrHungming Chen2019-01-151-11/+11
* Expose DNS response code to netdHungming Chen2019-01-151-0/+2
* Remove thread-local variable h_errno in gethostby{name, addr} related APIsHungming Chen2019-01-141-11/+13
* gethtbyname: Reserve space for mapping IPv4 address to IPv6 addressnuccachen2018-10-241-1/+8
* nsdispatch removal from gethostbyaddr()Bernie Innocenti2018-09-251-34/+22
* nsdispatch removal from gethostbyname()Bernie Innocenti2018-09-121-40/+5
* Minimal changes to bring the resolver into the C++ eraBernie Innocenti2018-09-111-0/+232