accept trailing . and empty domain names
[musl] / src / network / lookup_name.c
2014-06-06 Szabolcs Nagyaccept trailing . and empty domain names
2014-06-05 Szabolcs Nagyfix the domain name length limit checks
2014-06-04 Rich Felkeradd support for reverse name lookups from hosts file...
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-06-03 Rich Felkerfix negative response and non-response handling for...
2014-06-02 Rich Felkerremove cruft from old resolver and numeric ip parsing
2014-06-02 Rich Felkerswitch standard resolver functions to use the new dns...
2014-06-02 Rich Felkerfix off-by-one in checking hostname length in new resol...
2014-06-01 Rich Felkerrefactor getaddrinfo and add support for most remaining...