| Age | Commit message (Expand) | Author |
| 2003-05-17 | bound copies | itojun |
| 2003-05-08 | fill ai_canonname field for numeric hostname, by the given hostname. | itojun |
| 2003-03-17 | From: "Jason L. Wright" <jason@thought.net> | itojun |
| 2002-08-27 | allocate 64K recieve buffer for DNS responses. | itojun |
| 2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | itojun |
| 2002-07-01 | pacify lint. from he@netbsd | itojun |
| 2002-07-01 | lint clean. from martin husemann | itojun |
| 2002-07-01 | make more pedantic check on strtoul. from deraadt, sync w/kame | itojun |
| 2002-06-29 | correct port range check. from deraadt, sync w/kame, diff sent to bind-bugs | itojun |
| 2002-06-27 | correct %d/%u mixup. | itojun |
| 2002-06-26 | correct bad practice in the code - it uses two changing variables | itojun |
| 2002-05-14 | struct addrinfo.ai_addrlen used to be a size_t, per RFC 2553. | kleink |
| 2001-08-20 | use snprintf, not sprintf. sync with kame. | itojun |
| 2001-01-25 | make local constant arrays const | jdolecek |
| 2001-01-24 | make sure "qname" argument to getanswer() is properly given. from lukem | itojun |
| 2001-01-04 | sprinkle _DIAGASSERT() around | lukem |
| 2000-12-10 | remove redundant declarations of h_errno and __hostalias | christos |
| 2000-09-23 | don't bother declaring in6_addrany[] and in6_loopback #ifndef INET6 | lukem |
| 2000-08-31 | on /etc/hosts lookup, set "official host name" (the leftmost hostname) | itojun |
| 2000-08-09 | implement EDNS0 support, as EDNS0 support will be made mandatory for | itojun |
| 2000-07-09 | reject empty scopeid/numeric portname explicitly. sync with kame. | itojun |
| 2000-07-09 | use strtoul() to check for all-digit string, not isdigit(). sync with kame. | itojun |
| 2000-07-07 | Passing "char" values to ctype(3) functions is problematic. | itohy |
| 2000-07-05 | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. | itojun |
| 2000-04-27 | remove unused struct def. more sanity check for NULL. | itojun |
| 2000-04-26 | add $KAME$ | itojun |
| 2000-04-26 | disable AI_ADDRCONFIG (post RFC2553 specification), | itojun |
| 2000-04-24 | add __RCSID(). | itojun |
| 2000-04-24 | supply weak alias for IPv6-related library additions. sorry to be late. | itojun |
| 2000-04-03 | in yphostent, initialize res0 when getaddrinfo fails. | itojun |
| 2000-04-02 | Delint: | christos |
| 2000-03-16 | visit all requests even if we get errors from name server. | itojun |
| 2000-02-22 | avoid memory leak on valid FQDN + invalid port name. | itojun |
| 2000-02-20 | query NIS hosts.byname only when necessary (= PF_UNSPEC of PF_INET queries). | itojun |
| 2000-02-20 | to honor the search order defined by nsswitch.conf, | itojun |
| 2000-02-17 | to synchronize with progress of discussion for post | itojun |
| 2000-02-16 | preparation to flip extended scoped address syntax. | itojun |
| 2000-02-15 | make it possible to compile it without -DINET6 | itojun |
| 2000-02-10 | sa_len was not properly set due to autoconf #ifdef. | itojun |
| 2000-02-09 | revise extended scoped address format support. delimiter and the order | itojun |
| 2000-01-28 | backout previous commit - freeaddrinfo(NULL) issue. | itojun |
| 2000-01-27 | allow freeaddrinfo(NULL). nothing is talked in RFC2553 (maybe in X/Open?). | itojun |
| 2000-01-26 | fix RFC2553 conformance. AI_CANONNAME does not mean reverse query. | itojun |
| 2000-01-24 | fix comment. | itojun |
| 2000-01-23 | remove #if 0'ed portion (AF filtering in normal name resolution) | itojun |
| 2000-01-23 | Doh. I'm a dork. | mycroft |
| 2000-01-22 | Partially delint. | mycroft |
| 2000-01-17 | do not filter address families that are not supported by kernel. | itojun |
| 2000-01-17 | remove #if 0'ed sections. | itojun |
| 1999-12-27 | properly check the error result from if_nametoindex(), to disallow | itojun |