aboutsummaryrefslogtreecommitdiff
path: root/include/arpa
AgeCommit message (Expand)Author
2022-09-22arpa/nameser.h: update RR types listRich Felker
2020-03-04remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker
2019-10-17remove indirect use of endian.h from public headersRich Felker
2017-12-14fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich
2014-12-17add basic dns record parsing functionsRich Felker
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker
2013-10-18use consistent include guard name in arpa/ftp.hSzabolcs Nagy
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2013-06-25implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker
2013-04-05add arpa/tftp.hrofl0r
2013-04-02add arpa/nameser_compat.hrofl0r
2013-02-21add arpa/ftp.hrofl0r
2012-12-19add inet_network (required for wine)rofl0r
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-08-24fix missing uintXX_t in nameser.hRich Felker
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker