Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-06-02 | remove cruft from old resolver and numeric ip parsing | Rich Felker | -51/+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. | ||||
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -1/+0 | |
2013-10-22 | fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly | Szabolcs Nagy | -5/+12 | |
* allow at most 4 parts * bounds check the parts correctly * disallow leading whitespace and sign * check the address family before falling back to IPv6 | ||||
2011-04-25 | ipv6 parsing code (formerly dummied-out) | Rich Felker | -2/+6 | |
2011-04-20 | fix bugs in ipv4 parsing | Rich Felker | -1/+2 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+40 | |