aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/getaddrinfo.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar1-2/+1
2014-05-07Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab1-4/+8
2014-03-24Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab1-0/+8
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2013-12-02Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda1-17/+14
2013-12-02getaddrinfo: remove dead codePavel Simerda1-12/+0
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar1-2/+18
2013-10-25Fix incorrect getaddrinfo assertion triggerAllan McRae1-3/+10
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab1-78/+11
2013-09-30Properly cache the result from looking up the nss database configAndreas Schwab1-8/+6
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar1-1/+1
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar1-2/+10
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-04-22Minor cleanup in getaddrinfoSiddhesh Poyarekar1-3/+4
2013-04-03Fix stack overflow in getaddrinfo with many resultsAndreas Schwab1-2/+21
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-0/+6
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf1-1/+1
2012-09-28 [BZ #11438]Jeff Law1-4/+0
2012-08-22 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law1-2/+7
2012-08-17Fix typo in last change.Roland McGrath1-1/+1
2012-08-17Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath1-2/+35
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-3/+7
2012-05-10Hurd: libc_once_getThomas Schwinge1-1/+1
2011-11-15Clean up internal fopen usesUlrich Drepper1-1/+1
2011-10-31Cache network interface informationUlrich Drepper1-5/+5
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab1-1/+4
2011-06-30Make sure RES_USE_INET6 is always restoredAndreas Schwab1-0/+4
2011-06-22Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper1-5/+12
2011-06-22Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab1-1/+1
2011-06-21Fix IPv6-only lookups through getaddrinfoUlrich Drepper1-3/+31
2011-06-21Minor optimization of getaddrinfo after recent patchUlrich Drepper1-14/+4
2011-06-13Fix memory leak in getaddrinfoUlrich Drepper1-1/+1
2011-05-29Restore _res correctlyUlrich Drepper1-2/+2
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper1-91/+342
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski1-45/+28
2011-01-19Fix decoding of canonical name in getaddrinfo.Ulrich Drepper1-0/+1
2010-08-11Add self-contained test for NSS.Ulrich Drepper1-1/+2
2010-03-26Fix one case of last checkin.Ulrich Drepper1-0/+1
2010-03-26Don't abort immediately on successful lookup in getaddrinfo.Ulrich Drepper1-10/+10
2010-03-26Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab1-0/+1
2009-12-10Fix a few error cases in *name4_r lookup handling.Ulrich Drepper1-7/+2
2009-07-25Handle missing NSS modules and those without callbacks.Ulrich Drepper1-0/+2
2008-12-29* sysdeps/posix/getaddrinfo.c (gaih_inet): When theUlrich Drepper1-0/+2
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper1-0/+2
2008-11-27* sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict searchUlrich Drepper1-7/+1
2008-11-27* sysdeps/posix/getaddrinfo.c (getaddrinfo): If the system hasUlrich Drepper1-0/+6
2008-07-30* sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initialUlrich Drepper1-1/+1
2008-06-13* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to aUlrich Drepper1-21/+9
2008-05-17* sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports noUlrich Drepper1-1/+4
2008-05-16* sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_rUlrich Drepper1-2/+3