| Commit message (Expand) | Author | Age | Files | Lines |
* | Return zero from get_addrselectpolicy() when no source-address-selection | emax | 2012-07-18 | 1 | -0/+2 |
* | libc: Remove some unused strings from getaddrinfo(). | jilles | 2012-07-15 | 1 | -13/+12 |
* | Fix two warnings about self-assignment in libc. These normally only | dim | 2012-06-06 | 1 | -1/+1 |
* | Eliminate two cases of unwanted strncpy(). The name is not required | delphij | 2012-04-02 | 1 | -2/+0 |
* | Handle the internal scope address representation of the KAME IPv6 | ume | 2012-01-07 | 1 | -1/+2 |
* | Query DNS only once per an address family. | ume | 2009-03-29 | 1 | -86/+170 |
* | Add support for SCTP to getaddrinfo(3). | ume | 2009-03-25 | 1 | -7/+20 |
* | getaddrinfo(3) should accept numeric when ai_socktype is not | ume | 2009-03-24 | 1 | -1/+11 |
* | Shutup warning for DNAME RR. | ume | 2009-02-08 | 1 | -1/+2 |
* | Remove incomplete support of AI_ALL and AI_V4MAPPED. | ume | 2008-02-03 | 1 | -21/+0 |
* | ensure the head entry of addrinfo chain has non-NULL ai_canonname to be | jinmei | 2007-09-05 | 1 | -2/+19 |
* | do not overload the port number on to the return value of | ume | 2006-07-23 | 1 | -8/+9 |
* | remove obsolete comments. | ume | 2006-07-22 | 1 | -8/+0 |
* | simplification in explore_numeric: unified the post-process with | ume | 2006-07-21 | 1 | -32/+22 |
* | RFC3493 requires use of inet_aton for AF_INET. | ume | 2006-07-21 | 1 | -3/+7 |
* | clean-up: rewrote explore_null and explore_numeric without using sentinel. | ume | 2006-07-21 | 1 | -35/+20 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 1 | -0/+197 |
* | fix indent. | ume | 2006-04-01 | 1 | -9/+9 |
* | If the query choked with EDNS0, retry without EDNS0. | ume | 2006-03-28 | 1 | -8/+24 |
* | - Use ANSI C prototype. | ume | 2006-03-25 | 1 | -104/+38 |
* | When res_nquerydomain() returns SERVFAIL, we should try next domain. | ume | 2006-03-24 | 1 | -1/+9 |
* | When res_send() fails, we should reserve an error code. | ume | 2006-03-24 | 1 | -2/+2 |
* | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 1 | -75/+83 |
* | When we are doing initialization against q, use its own size, not | delphij | 2006-03-21 | 1 | -1/+1 |
* | Handle the errors returned by res_querydomain() in same manner. | ume | 2006-03-01 | 1 | -0/+20 |
* | - Just query 'as is', if there is a trailing dot in the name. | ume | 2006-02-24 | 1 | -9/+20 |
* | Remove padding for ABI compatibility of ai_addrlen member | ume | 2005-07-22 | 1 | -3/+0 |
* | - 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 |