Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-05 | fix missing function declarations in refactored ip literal parsing code | Rich Felker | 1 | -0/+1 | |
2014-06-04 | add support for reverse name lookups from hosts file to getnameinfo | Rich Felker | 1 | -0/+51 | |
this also affects the legacy gethostbyaddr family, which uses getnameinfo as its backend. some other minor changes associated with the refactoring of source files are also made; in particular, the resolv.conf parser now uses the same code that's used elsewhere to handle ip literals, so as a side effect it can now accept a scope id for nameserver addressed with link-local scope. |