about summary refs log tree commit diff
path: root/src/network/__dns.h
Commit message (Collapse)AuthorAgeFilesLines
* remove cruft from old resolver and numeric ip parsingRich Felker2014-06-021-14/+0
| | | | | | | | | the old resolver code used a function __ipparse which contained the logic for inet_addr and inet_aton, which is needed in getaddrinfo. this was phased out in the resolver overhaul in favor of directly using inet_aton and inet_pton as appropriate. this commit cleans up some stuff that was left behind.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+14