summaryrefslogtreecommitdiff
path: root/src/network/__dns.c
AgeCommit message (Expand)AuthorLines
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