| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate 19 warnings in libc (at level WARNS=2) of the | Jacques Vidrine | 2003-02-27 | 1 | -1/+1 |
| * | - scopeid is u_int32_t | Hajimu UMEMOTO | 2002-10-25 | 1 | -14/+21 |
| * | - kill strcpy | Hajimu UMEMOTO | 2002-10-25 | 1 | -67/+56 |
| * | Put giant locks due to make getaddrinfo(), getnameinfo() | Hajimu UMEMOTO | 2002-10-06 | 1 | -1/+22 |
| * | Allocate 64K recieve buffer for DNS responses. | Hajimu UMEMOTO | 2002-09-15 | 1 | -20/+45 |
| * | Check for truncation in calls to res_send/res_query/res_search. | Jacques Vidrine | 2002-09-15 | 1 | -1/+3 |
| * | Backout the increase of MAXPACKET from 1024 to 65536: it | Jacques Vidrine | 2002-09-15 | 1 | -1/+5 |
| * | When using res_send/res_query/res_search, the caller must either | Jacques Vidrine | 2002-09-13 | 1 | -5/+1 |
| * | Fixed getaddrinfo to honor sortlist in /etc/resolv.conf | Jim Pirzyk | 2002-08-21 | 1 | -0/+82 |
| * | Remove an #include <syslog.h>. It's already included conditionally | Maxime Henrion | 2002-08-02 | 1 | -1/+0 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -1/+3 |
| * | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 1 | -16/+16 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -18/+18 |
| * | balance parens. | Alfred Perlstein | 2002-02-05 | 1 | -1/+1 |
| * | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | Alfred Perlstein | 2002-02-05 | 1 | -0/+4 |
| * | Return ENONAME if getaddrinfo() is called with AI_NUMERICHOST | Peter Pentchev | 2002-02-01 | 1 | -1/+1 |
| * | Implement EDNS0 support, as EDNS0 support will be made mandatory for | Hajimu UMEMOTO | 2001-06-10 | 1 | -1/+5 |
| * | Nuke non-standard EAI_RESNULL. | Hajimu UMEMOTO | 2001-03-17 | 1 | -8/+0 |
| * | Fix style that got corrupted. | David E. O'Brien | 2001-03-05 | 1 | -17/+17 |
| * | Fix FreeBSD id style breakage from rev 1.17 | David E. O'Brien | 2001-03-05 | 1 | -1/+1 |
| * | Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some | Hajimu UMEMOTO | 2001-02-19 | 1 | -5/+0 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -4/+6 |
| * | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine | 2000-09-06 | 1 | -234/+252 |
| * | Use _close() instead of close() in addrconfig() to keep it from becoming a | Jason Evans | 2000-07-21 | 1 | -3/+3 |
| * | reject empty scopeid. use strtoul() for checking all-numericness of | Jun-ichiro itojun Hagino | 2000-07-09 | 1 | -8/+15 |
| * | sync with kame. | Jun-ichiro itojun Hagino | 2000-07-05 | 1 | -29/+50 |
| * | Don't call _getipnodebyname_multi(). It fixes the problem that | Hajimu UMEMOTO | 2000-06-20 | 1 | -190/+1216 |
| * | Change getaddrinfo() resolve order | Yoshinobu Inoue | 2000-04-20 | 1 | -44/+23 |
| * | Change IPv6 scoped addr format again based on recent standard discussion. | Yoshinobu Inoue | 2000-02-19 | 1 | -2/+2 |
| * | Let getaddrinfo() and related functions supports traditional IPv4 format | Yoshinobu Inoue | 2000-02-10 | 1 | -1/+3 |
| * | IPv6 scoped addr format is changed as recent KAME change. | Yoshinobu Inoue | 2000-02-09 | 1 | -2/+2 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -1/+1 |
| * | Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are | Yoshinobu Inoue | 2000-01-26 | 1 | -116/+17 |
| * | added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup case | Yoshinobu Inoue | 2000-01-13 | 1 | -1/+4 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -2/+2 |
| * | Small bug fix and improvements | Yoshinobu Inoue | 1999-12-28 | 1 | -0/+7 |
| * | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | Yoshinobu Inoue | 1999-12-28 | 1 | -0/+1014 |