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