summaryrefslogtreecommitdiff
path: root/src/network/__dns.c
AgeCommit message (Expand)AuthorLines
2014-06-02switch standard resolver functions to use the new dns backendRich Felker-282/+0
2013-11-30support mix of IPv4 and v6 nameservers in resolv.confRich Felker-5/+31
2013-08-14de-duplicate dn_expand, fix return value and signature, clean upRich Felker-27/+3
2012-09-29fix some more O_CLOEXEC/SOCK_CLOEXEC issuesRich Felker-3/+1
2012-04-01improve name lookup performance in corner casesRich Felker-1/+1
2012-02-23fix for previous incorrect fix of cancellation in dns lookupsRich Felker-3/+4
2012-02-11fix default nameserver when resolv.conf doesn't existRich Felker-1/+2
2012-02-11fix illegal goto out of cleanup context in dns lookupsRich Felker-3/+3
2011-09-21make dns lookups (and thus getaddrinfo) cancellableRich Felker-4/+11
2011-09-21use poll rather than select in dns lookups (also clock_gettime)Rich Felker-12/+10
2011-04-18dns lookups: protect against cancellation and fix incorrect error codesRich Felker-4/+10
2011-04-08fix broken dns response parsing code that made most ipv6 lookups failRich Felker-4/+6
2011-04-07fix uninitialized variables in dns lookup codeRich Felker-2/+2
2011-02-14another pointer signedness fixRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+267