about summary refs log tree commit diff
path: root/include/arpa
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker2020-03-041-5/+0
* remove indirect use of endian.h from public headersRich Felker2019-10-171-1/+0
* fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich2017-12-141-0/+1
* add basic dns record parsing functionsRich Felker2014-12-171-35/+23
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-061-1/+1
* use consistent include guard name in arpa/ftp.hSzabolcs Nagy2013-10-181-2/+2
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-10/+0
* implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker2013-06-251-1/+4
* add arpa/tftp.hrofl0r2013-04-051-0/+31
* add arpa/nameser_compat.hrofl0r2013-04-021-0/+2
* add arpa/ftp.hrofl0r2013-02-211-0/+35
* add inet_network (required for wine)rofl0r2012-12-191-0/+1
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-6/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+8
* fix missing uintXX_t in nameser.hRich Felker2012-08-241-0/+2
* header file fixes: multiple include guard consistency and correctnessRich Felker2012-06-151-2/+2
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-101-0/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-123-0/+749