| Commit message (Expand) | Author | Age | Files | Lines |
* | - The ai_addrlen of a struct addrinfo used to be a size_t, per | ume | 2005-05-15 | 1 | -1/+4 |
* | Submitted by: Jinmei Tatuya, Hajimu Umemoto | gnn | 2005-05-14 | 1 | -2/+2 |
* | free ypbuf only when yp_match() succeed. | ume | 2005-05-13 | 1 | -1/+1 |
* | the 3rd argument of getsockname() should be socklen_t*. | ume | 2005-05-02 | 1 | -1/+2 |
* | Now, our getservbyname(3) is thread-safe. So, we don't need | ume | 2005-04-15 | 1 | -14/+1 |
* | hostalias() is not thread-safe. So, introduce _res_hostalias() | ume | 2005-04-15 | 1 | -2/+3 |
* | remove needless res_init() call. | ume | 2005-04-14 | 1 | -9/+0 |
* | - we are no longer shareing any resources to be locked between | ume | 2005-04-06 | 1 | -10/+6 |
* | separate gai_strerror(3) from getaddrinfo.c. | ume | 2005-04-06 | 1 | -27/+0 |
* | make yp stuff re-entrant. | ume | 2005-04-05 | 1 | -26/+15 |
* | make _files_getaddrinfo() re-entrant. | ume | 2005-04-04 | 1 | -22/+19 |
* | . Convert return type of gai_strerror() to 'const char *' as POSIX requires. | phantom | 2005-02-14 | 1 | -29/+21 |
* | use strdup(). | ume | 2005-01-28 | 1 | -2/+1 |
* | implement AI_NUMERICSERV (as defined in RFC3493). | ume | 2005-01-27 | 1 | -10/+13 |
* | fill ai_canonname field for numeric hostname, by the given hostname. | ume | 2005-01-27 | 1 | -7/+25 |
* | query A RR before AAAA RR. | ume | 2005-01-27 | 1 | -10/+10 |
* | Don't ignore the last line of config file (/etc/hosts, /etc/services, etc) | sobomax | 2005-01-03 | 1 | -3/+3 |
* | Rename variable name from `name' to `hostname'. | ume | 2004-06-16 | 1 | -7/+7 |
* | Treat IPv4 private address as global scope rather than site scope. | ume | 2004-05-31 | 1 | -1/+1 |
* | use source address as a hint to determine destination address. | ume | 2004-05-31 | 1 | -0/+111 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 1 | -12/+15 |
* | add destination address selection described in RFC3484. | ume | 2003-10-30 | 1 | -7/+412 |
* | oops, revert previous change to getaddrinfo.c. This is not related | ume | 2003-10-24 | 1 | -275/+155 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -155/+275 |
* | reorder functions to be in sync with KAME. | ume | 2003-10-23 | 1 | -128/+132 |
* | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 | ume | 2003-10-23 | 1 | -10/+4 |
* | oops, gai_strerror must return default value when error code | ume | 2003-10-22 | 1 | -0/+1 |
* | make ai_errlist struct. this is preparation for RFC3493 | ume | 2003-10-22 | 1 | -19/+32 |
* | Replace use of a spinlock with a mutex. | deischen | 2003-05-04 | 1 | -6/+4 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -2/+2 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -2/+2 |
* | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | nectar | 2003-04-24 | 1 | -1/+1 |
* | Eliminate 19 warnings in libc (at level WARNS=2) of the | nectar | 2003-02-27 | 1 | -1/+1 |
* | - scopeid is u_int32_t | ume | 2002-10-25 | 1 | -14/+21 |
* | - kill strcpy | ume | 2002-10-25 | 1 | -67/+56 |
* | Put giant locks due to make getaddrinfo(), getnameinfo() | ume | 2002-10-06 | 1 | -1/+22 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-15 | 1 | -20/+45 |
* | Check for truncation in calls to res_send/res_query/res_search. | nectar | 2002-09-15 | 1 | -1/+3 |
* | Backout the increase of MAXPACKET from 1024 to 65536: it | nectar | 2002-09-15 | 1 | -1/+5 |
* | When using res_send/res_query/res_search, the caller must either | nectar | 2002-09-13 | 1 | -5/+1 |
* | Fixed getaddrinfo to honor sortlist in /etc/resolv.conf | pirzyk | 2002-08-21 | 1 | -0/+82 |
* | Remove an #include <syslog.h>. It's already included conditionally | mux | 2002-08-02 | 1 | -1/+0 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+3 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -16/+16 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -18/+18 |
* | balance parens. | alfred | 2002-02-05 | 1 | -1/+1 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 1 | -0/+4 |
* | Return ENONAME if getaddrinfo() is called with AI_NUMERICHOST | roam | 2002-02-01 | 1 | -1/+1 |
* | Implement EDNS0 support, as EDNS0 support will be made mandatory for | ume | 2001-06-10 | 1 | -1/+5 |
* | Nuke non-standard EAI_RESNULL. | ume | 2001-03-17 | 1 | -8/+0 |