summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-101-1/+5
* Nuke non-standard EAI_RESNULL.ume2001-03-171-8/+0
* Fix style that got corrupted.obrien2001-03-051-17/+17
* Fix FreeBSD id style breakage from rev 1.17obrien2001-03-051-1/+1
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Someume2001-02-191-5/+0
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-4/+6
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-234/+252
* Use _close() instead of close() in addrconfig() to keep it from becoming ajasone2000-07-211-3/+3
* reject empty scopeid. use strtoul() for checking all-numericness ofitojun2000-07-091-8/+15
* sync with kame.itojun2000-07-051-29/+50
* Don't call _getipnodebyname_multi(). It fixes the problem thatume2000-06-201-190/+1216
* Change getaddrinfo() resolve ordershin2000-04-201-44/+23
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-191-2/+2
* Let getaddrinfo() and related functions supports traditional IPv4 formatshin2000-02-101-1/+3
* IPv6 scoped addr format is changed as recent KAME change.shin2000-02-091-2/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areshin2000-01-261-116/+17
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseshin2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-2/+2
* Small bug fix and improvementsshin1999-12-281-0/+7
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+1014
OpenPOWER on IntegriCloud