aboutsummaryrefslogtreecommitdiffstats
path: root/libc/dns/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Check for bad packets in getaddrinfo.c's getanswer.replicant-6.0-0001Elliott Hughes2017-02-071-2/+16
* bionic: Sort and cache hosts file data for fast lookupTom Marshall2016-08-041-0/+10
* Don't leak sockets if setsockopt() or fchown() fail.Erik Kline2016-03-091-2/+6
* Pass around struct android_net_context for better behaviourErik Kline2015-06-301-47/+44
* Fix freeaddrinfo(NULL).Elliott Hughes2015-01-081-1/+5
* Clean up DNS proxying.Elliott Hughes2014-12-101-36/+8
* Add error-check when mapping socket to fdRobert Alm2014-11-271-0/+9
* Don't receive structs containing pointers over sockets.Elliott Hughes2014-11-121-33/+43
* am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own ...Elliott Hughes2014-08-261-2/+2
|\
| * libc should use O_CLOEXEC when opening files for its own use.Elliott Hughes2014-08-261-2/+2
* | am e844f27a: am bcf77b5d: Merge "add CLOEXEC to various DNS related code"Nick Kralevich2014-06-301-4/+4
|\|
| * add CLOEXEC to various DNS related codeNick Kralevich2014-06-291-4/+4
| * Query libnetd_client for the appropriate netId for host resolution.Paul Jensen2014-05-191-0/+3
* | Make host resolver call __connect() rather than connect() so mark isn't cleared.Paul Jensen2014-05-301-2/+2
* | Fix build breakage.Sreeram Ramachandran2014-05-191-1/+1
* | Query libnetd_client for the appropriate netId for host resolution.Paul Jensen2014-05-191-0/+3
|/
* bionic: Replace iface with opaque netid in resolver.Szymon Jakubczak2014-04-011-52/+36
* Moved nameser.h and namser_compat.h to public include dirCalin Juravle2014-03-041-1/+1
* Renamed the misleading libc/netbsd directory to libc/dns.Calin Juravle2014-02-281-0/+2451