aboutsummaryrefslogtreecommitdiff
path: root/include/netdb.h
AgeCommit message (Expand)Author
2022-09-20getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomainRich Felker
2018-10-16restore attribute((const)) to pthread_self and errno location declsRich Felker
2017-08-29move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker
2016-07-03make brace placement in public header struct definitions consistentRich Felker
2015-09-17remove attribute((const)) from pthread_self and errno location declsRich Felker
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker
2014-02-05add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs
2013-12-20implement legacy function herrorRich Felker
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2012-11-01avoid breakage if somebody wrongly defines empty feature test macrosRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-08-15improve headers to better deal with removed-in-posix-2008 featuresRich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-05-12use __h_errno_location for h_errnoRich Felker
2012-05-12susv4 removed gethostbyname, etc. legacy cruft.Rich Felker
2012-05-12namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker
2012-05-12some gnu junk in netdb.hRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker