summaryrefslogtreecommitdiff
path: root/src/network/lookup_name.c
AgeCommit message (Expand)AuthorLines
2014-06-06accept trailing . and empty domain namesSzabolcs Nagy-3/+4
2014-06-05fix the domain name length limit checksSzabolcs Nagy-2/+2
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker-38/+3
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker-4/+27
2014-06-03fix negative response and non-response handling for dns queriesRich Felker-1/+4
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker-1/+3
2014-06-02switch standard resolver functions to use the new dns backendRich Felker-21/+61
2014-06-02fix off-by-one in checking hostname length in new resolver backendRich Felker-2/+2
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-0/+168