| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | ensure the head entry of addrinfo chain has non-NULL ai_canonname to be | JINMEI Tatuya | 2007-09-05 | 1 | -2/+19 |
| * | do not overload the port number on to the return value of | Hajimu UMEMOTO | 2006-07-23 | 1 | -8/+9 |
| * | remove obsolete comments. | Hajimu UMEMOTO | 2006-07-22 | 1 | -8/+0 |
| * | simplification in explore_numeric: unified the post-process with | Hajimu UMEMOTO | 2006-07-21 | 1 | -32/+22 |
| * | RFC3493 requires use of inet_aton for AF_INET. | Hajimu UMEMOTO | 2006-07-21 | 1 | -3/+7 |
| * | clean-up: rewrote explore_null and explore_numeric without using sentinel. | Hajimu UMEMOTO | 2006-07-21 | 1 | -35/+20 |
| * | - Extend the nsswitch to support Services, Protocols and Rpc | Hajimu UMEMOTO | 2006-04-28 | 1 | -0/+197 |
| * | fix indent. | Hajimu UMEMOTO | 2006-04-01 | 1 | -9/+9 |
| * | If the query choked with EDNS0, retry without EDNS0. | Hajimu UMEMOTO | 2006-03-28 | 1 | -8/+24 |
| * | - Use ANSI C prototype. | Hajimu UMEMOTO | 2006-03-25 | 1 | -104/+38 |
| * | When res_nquerydomain() returns SERVFAIL, we should try next domain. | Hajimu UMEMOTO | 2006-03-24 | 1 | -1/+9 |
| * | When res_send() fails, we should reserve an error code. | Hajimu UMEMOTO | 2006-03-24 | 1 | -2/+2 |
| * | Update the resolver in libc to BIND9's one. | Hajimu UMEMOTO | 2006-03-21 | 1 | -75/+83 |
| * | When we are doing initialization against q, use its own size, not | Xin LI | 2006-03-21 | 1 | -1/+1 |
| * | Handle the errors returned by res_querydomain() in same manner. | Hajimu UMEMOTO | 2006-03-01 | 1 | -0/+20 |
| * | - Just query 'as is', if there is a trailing dot in the name. | Hajimu UMEMOTO | 2006-02-24 | 1 | -9/+20 |
| * | Remove padding for ABI compatibility of ai_addrlen member | Hajimu UMEMOTO | 2005-07-22 | 1 | -3/+0 |
| * | - The ai_addrlen of a struct addrinfo used to be a size_t, per | Hajimu UMEMOTO | 2005-05-15 | 1 | -1/+4 |
| * | Submitted by: Jinmei Tatuya, Hajimu Umemoto | George V. Neville-Neil | 2005-05-14 | 1 | -2/+2 |
| * | free ypbuf only when yp_match() succeed. | Hajimu UMEMOTO | 2005-05-13 | 1 | -1/+1 |
| * | the 3rd argument of getsockname() should be socklen_t*. | Hajimu UMEMOTO | 2005-05-02 | 1 | -1/+2 |
| * | Now, our getservbyname(3) is thread-safe. So, we don't need | Hajimu UMEMOTO | 2005-04-15 | 1 | -14/+1 |
| * | hostalias() is not thread-safe. So, introduce _res_hostalias() | Hajimu UMEMOTO | 2005-04-15 | 1 | -2/+3 |
| * | remove needless res_init() call. | Hajimu UMEMOTO | 2005-04-14 | 1 | -9/+0 |
| * | - we are no longer shareing any resources to be locked between | Hajimu UMEMOTO | 2005-04-06 | 1 | -10/+6 |
| * | separate gai_strerror(3) from getaddrinfo.c. | Hajimu UMEMOTO | 2005-04-06 | 1 | -27/+0 |
| * | make yp stuff re-entrant. | Hajimu UMEMOTO | 2005-04-05 | 1 | -26/+15 |
| * | make _files_getaddrinfo() re-entrant. | Hajimu UMEMOTO | 2005-04-04 | 1 | -22/+19 |
| * | . Convert return type of gai_strerror() to 'const char *' as POSIX requires. | Alexey Zelkin | 2005-02-14 | 1 | -29/+21 |
| * | use strdup(). | Hajimu UMEMOTO | 2005-01-28 | 1 | -2/+1 |
| * | implement AI_NUMERICSERV (as defined in RFC3493). | Hajimu UMEMOTO | 2005-01-27 | 1 | -10/+13 |
| * | fill ai_canonname field for numeric hostname, by the given hostname. | Hajimu UMEMOTO | 2005-01-27 | 1 | -7/+25 |
| * | query A RR before AAAA RR. | Hajimu UMEMOTO | 2005-01-27 | 1 | -10/+10 |
| * | Don't ignore the last line of config file (/etc/hosts, /etc/services, etc) | Maxim Sobolev | 2005-01-03 | 1 | -3/+3 |
| * | Rename variable name from `name' to `hostname'. | Hajimu UMEMOTO | 2004-06-16 | 1 | -7/+7 |
| * | Treat IPv4 private address as global scope rather than site scope. | Hajimu UMEMOTO | 2004-05-31 | 1 | -1/+1 |
| * | use source address as a hint to determine destination address. | Hajimu UMEMOTO | 2004-05-31 | 1 | -0/+111 |
| * | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman | 2004-02-25 | 1 | -12/+15 |
| * | add destination address selection described in RFC3484. | Hajimu UMEMOTO | 2003-10-30 | 1 | -7/+412 |
| * | oops, revert previous change to getaddrinfo.c. This is not related | Hajimu UMEMOTO | 2003-10-24 | 1 | -275/+155 |
| * | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -155/+275 |
| * | reorder functions to be in sync with KAME. | Hajimu UMEMOTO | 2003-10-23 | 1 | -128/+132 |
| * | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 | Hajimu UMEMOTO | 2003-10-23 | 1 | -10/+4 |
| * | oops, gai_strerror must return default value when error code | Hajimu UMEMOTO | 2003-10-22 | 1 | -0/+1 |
| * | make ai_errlist struct. this is preparation for RFC3493 | Hajimu UMEMOTO | 2003-10-22 | 1 | -19/+32 |
| * | Replace use of a spinlock with a mutex. | Daniel Eischen | 2003-05-04 | 1 | -6/+4 |
| * | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 1 | -2/+2 |
| * | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 1 | -2/+2 |
| * | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | Jacques Vidrine | 2003-04-24 | 1 | -1/+1 |