summaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* reject empty scopeid. use strtoul() for checking all-numericness ofJun-ichiro itojun Hagino2000-07-091-8/+15
* sync with kame.Jun-ichiro itojun Hagino2000-07-051-29/+50
* Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-201-190/+1216
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-201-44/+23
* Change IPv6 scoped addr format again based on recent standard discussion.Yoshinobu Inoue2000-02-191-2/+2
* Let getaddrinfo() and related functions supports traditional IPv4 formatYoshinobu Inoue2000-02-101-1/+3
* IPv6 scoped addr format is changed as recent KAME change.Yoshinobu Inoue2000-02-091-2/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areYoshinobu Inoue2000-01-261-116/+17
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseYoshinobu Inoue2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-2/+2
* Small bug fix and improvementsYoshinobu Inoue1999-12-281-0/+7
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+1014