fix error returns in gethostby*_r functions
[musl] / src / network / __dns.c
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2012-02-23 Rich Felkerfix for previous incorrect fix of cancellation in dns...
2012-02-11 Rich Felkerfix default nameserver when resolv.conf doesn't exist
2012-02-11 Rich Felkerfix illegal goto out of cleanup context in dns lookups
2011-09-22 Rich Felkermake dns lookups (and thus getaddrinfo) cancellable
2011-09-22 Rich Felkeruse poll rather than select in dns lookups (also clock_...
2011-04-19 Rich Felkerdns lookups: protect against cancellation and fix incor...
2011-04-08 Rich Felkerfix broken dns response parsing code that made most...
2011-04-08 Rich Felkerfix uninitialized variables in dns lookup code
2011-02-15 Rich Felkeranother pointer signedness fix
2011-02-12 Rich Felkerinitial check-in, version 0.5.0