about summary refs log tree commit diff
path: root/include/netdb.h
Commit message (Expand)AuthorAgeFilesLines
* restore attribute((const)) to pthread_self and errno location declsRich Felker2018-10-161-0/+3
* move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker2017-08-291-2/+0
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-10/+5
* remove attribute((const)) from pthread_self and errno location declsRich Felker2015-09-171-3/+0
* add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker2014-06-041-1/+1
* add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs2014-02-051-0/+1
* implement legacy function herrorRich Felker2013-12-201-0/+1
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-5/+2
* avoid breakage if somebody wrongly defines empty feature test macrosRich Felker2012-11-011-2/+2
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+8
* improve headers to better deal with removed-in-posix-2008 featuresRich Felker2012-08-151-11/+16
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-2/+2
* use __h_errno_location for h_errnoRich Felker2012-05-121-1/+5
* susv4 removed gethostbyname, etc. legacy cruft.Rich Felker2012-05-121-9/+7
* namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker2012-05-121-3/+2
* some gnu junk in netdb.hRich Felker2012-05-121-0/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+148