summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Use SOCK_CLOEXEC for various internal file descriptors.jilles2013-09-061-5/+7
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-231-2/+2
* Return zero from get_addrselectpolicy() when no source-address-selectionemax2012-07-181-0/+2
* libc: Remove some unused strings from getaddrinfo().jilles2012-07-151-13/+12
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-061-1/+1
* Eliminate two cases of unwanted strncpy(). The name is not requireddelphij2012-04-021-2/+0
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-1/+2
* Query DNS only once per an address family.ume2009-03-291-86/+170
* Add support for SCTP to getaddrinfo(3).ume2009-03-251-7/+20
* getaddrinfo(3) should accept numeric when ai_socktype is notume2009-03-241-1/+11
* Shutup warning for DNAME RR.ume2009-02-081-1/+2
* Remove incomplete support of AI_ALL and AI_V4MAPPED.ume2008-02-031-21/+0
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to bejinmei2007-09-051-2/+19
* do not overload the port number on to the return value ofume2006-07-231-8/+9
* remove obsolete comments.ume2006-07-221-8/+0
* simplification in explore_numeric: unified the post-process withume2006-07-211-32/+22
* RFC3493 requires use of inet_aton for AF_INET.ume2006-07-211-3/+7
* clean-up: rewrote explore_null and explore_numeric without using sentinel.ume2006-07-211-35/+20
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+197
* fix indent.ume2006-04-011-9/+9
* If the query choked with EDNS0, retry without EDNS0.ume2006-03-281-8/+24
* - Use ANSI C prototype.ume2006-03-251-104/+38
* When res_nquerydomain() returns SERVFAIL, we should try next domain.ume2006-03-241-1/+9
* When res_send() fails, we should reserve an error code.ume2006-03-241-2/+2
* Update the resolver in libc to BIND9's one.ume2006-03-211-75/+83
* When we are doing initialization against q, use its own size, notdelphij2006-03-211-1/+1
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-011-0/+20
* - Just query 'as is', if there is a trailing dot in the name.ume2006-02-241-9/+20
* Remove padding for ABI compatibility of ai_addrlen memberume2005-07-221-3/+0
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-151-1/+4
* Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-141-2/+2
* free ypbuf only when yp_match() succeed.ume2005-05-131-1/+1
* the 3rd argument of getsockname() should be socklen_t*.ume2005-05-021-1/+2
* Now, our getservbyname(3) is thread-safe. So, we don't needume2005-04-151-14/+1
* hostalias() is not thread-safe. So, introduce _res_hostalias()ume2005-04-151-2/+3
* remove needless res_init() call.ume2005-04-141-9/+0
* - we are no longer shareing any resources to be locked betweenume2005-04-061-10/+6
* separate gai_strerror(3) from getaddrinfo.c.ume2005-04-061-27/+0
* make yp stuff re-entrant.ume2005-04-051-26/+15
* make _files_getaddrinfo() re-entrant.ume2005-04-041-22/+19
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.phantom2005-02-141-29/+21
* use strdup().ume2005-01-281-2/+1
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.ume2005-01-271-7/+25
* query A RR before AAAA RR.ume2005-01-271-10/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-031-3/+3
* Rename variable name from `name' to `hostname'.ume2004-06-161-7/+7
* Treat IPv4 private address as global scope rather than site scope.ume2004-05-311-1/+1
* use source address as a hint to determine destination address.ume2004-05-311-0/+111
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-12/+15
OpenPOWER on IntegriCloud