Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-10-26 | safely handle failure to open hosts, services, resolv.conf files | Rich Felker | -1/+9 |
2014-06-21 | implement result address sorting in the resolver (getaddrinfo, etc.) | Rich Felker | -0/+135 |
2014-06-06 | accept trailing . and empty domain names | Szabolcs Nagy | -3/+4 |
2014-06-05 | fix the domain name length limit checks | Szabolcs Nagy | -2/+2 |
2014-06-04 | add support for reverse name lookups from hosts file to getnameinfo | Rich Felker | -38/+3 |
2014-06-04 | add support for ipv6 scope_id to getaddrinfo and getnameinfo | Rich Felker | -4/+27 |
2014-06-03 | fix negative response and non-response handling for dns queries | Rich Felker | -1/+4 |
2014-06-02 | remove cruft from old resolver and numeric ip parsing | Rich Felker | -1/+3 |
2014-06-02 | switch standard resolver functions to use the new dns backend | Rich Felker | -21/+61 |
2014-06-02 | fix off-by-one in checking hostname length in new resolver backend | Rich Felker | -2/+2 |
2014-05-31 | refactor getaddrinfo and add support for most remaining features | Rich Felker | -0/+168 |