| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement inet_lnaof, inet_netof, and inet_makeaddr•••also move all legacy inet_* functions into a single file to avoid
wasting object file and compile time overhead on them.
the added functions are legacy interfaces for working with classful
ipv4 network addresses. they have no modern usefulness whatsoever, but
some programs unconditionally use them anyway, and they're tiny.
| Rich Felker | 2013-06-25 | 1 | -1/+4 |
| * | add arpa/tftp.h | rofl0r | 2013-04-05 | 1 | -0/+31 |
| * | add arpa/nameser_compat.h•••the contents of this header are already in arpa/nameser.h
| rofl0r | 2013-04-02 | 1 | -0/+2 |
| * | add arpa/ftp.h | rofl0r | 2013-02-21 | 1 | -0/+35 |
| * | add inet_network (required for wine) | rofl0r | 2012-12-19 | 1 | -0/+1 |
| * | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | 2012-09-08 | 1 | -6/+1 |
| * | use restrict everywhere it's required by c99 and/or posix 2008•••to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
| Rich Felker | 2012-09-06 | 1 | -2/+8 |
| * | fix missing uintXX_t in nameser.h | Rich Felker | 2012-08-24 | 1 | -0/+2 |
| * | header file fixes: multiple include guard consistency and correctness•••one file was reusing another file's macro name, and many had
inconsistent underscores and application of SYS prefix, etc.
patch by Szabolcs Nagy (nsz)
| Rich Felker | 2012-06-15 | 1 | -2/+2 |
| * | fix all missing instances of __cplusplus checks/extern "C" in headers•••patch by Arvid Picciani (aep)
| Rich Felker | 2011-11-10 | 1 | -0/+8 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 3 | -0/+749 |