about summary refs log tree commit diff
path: root/src/network/__dns.c
Commit message (Expand)AuthorAgeFilesLines
* improve name lookup performance in corner casesRich Felker2012-04-011-1/+1
* fix for previous incorrect fix of cancellation in dns lookupsRich Felker2012-02-231-3/+4
* fix default nameserver when resolv.conf doesn't existRich Felker2012-02-111-1/+2
* fix illegal goto out of cleanup context in dns lookupsRich Felker2012-02-111-3/+3
* make dns lookups (and thus getaddrinfo) cancellableRich Felker2011-09-211-4/+11
* use poll rather than select in dns lookups (also clock_gettime)Rich Felker2011-09-211-12/+10
* dns lookups: protect against cancellation and fix incorrect error codesRich Felker2011-04-181-4/+10
* fix broken dns response parsing code that made most ipv6 lookups failRich Felker2011-04-081-4/+6
* fix uninitialized variables in dns lookup codeRich Felker2011-04-071-2/+2
* another pointer signedness fixRich Felker2011-02-141-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+267