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