summaryrefslogtreecommitdiff
path: root/src/network/lookup.h
AgeCommit message (Expand)AuthorLines
2018-10-04allow freeaddrinfo of arbitrary sublists of addrinfo listRich Felker-0/+12
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-6/+7
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker-0/+1
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker-0/+2
2016-01-28factor resolv.conf parsing out of res_msend to its own fileRich Felker-0/+11
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker-2/+2
2014-06-21implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker-0/+1
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker-0/+1
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-0/+26