about summary refs log tree commit diff
path: root/src/network/__dns.c
Commit message (Collapse)AuthorAgeFilesLines
* 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