Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-09-29 | fix some more O_CLOEXEC/SOCK_CLOEXEC issues | Rich Felker | -3/+1 |
2012-04-01 | improve name lookup performance in corner cases | Rich Felker | -1/+1 |
2012-02-23 | fix for previous incorrect fix of cancellation in dns lookups | Rich Felker | -3/+4 |
2012-02-11 | fix default nameserver when resolv.conf doesn't exist | Rich Felker | -1/+2 |
2012-02-11 | fix illegal goto out of cleanup context in dns lookups | Rich Felker | -3/+3 |
2011-09-21 | make dns lookups (and thus getaddrinfo) cancellable | Rich Felker | -4/+11 |
2011-09-21 | use poll rather than select in dns lookups (also clock_gettime) | Rich Felker | -12/+10 |
2011-04-18 | dns lookups: protect against cancellation and fix incorrect error codes | Rich Felker | -4/+10 |
2011-04-08 | fix broken dns response parsing code that made most ipv6 lookups fail | Rich Felker | -4/+6 |
2011-04-07 | fix uninitialized variables in dns lookup code | Rich Felker | -2/+2 |
2011-02-14 | another pointer signedness fix | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+267 |