aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/getaddrinfo.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-14(match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper1-11/+5
2008-05-14* sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses haveUlrich Drepper1-1/+4
2008-05-14* sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_initUlrich Drepper1-0/+5
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,Ulrich Drepper1-0/+4
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper1-17/+25
2008-05-10* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper1-73/+116
2008-03-26* posix/gai.conf: Fix comment for scope nullbits.Ulrich Drepper1-0/+1
2008-01-16* sysdeps/posix/getaddrinfo.c (default_labels): Adjust for changeUlrich Drepper1-52/+52
2008-01-10* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result ofUlrich Drepper1-12/+39
2008-01-10* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_orderUlrich Drepper1-37/+37
2007-11-20* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.Ulrich Drepper1-13/+201
2007-11-19* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry forUlrich Drepper1-0/+1
2007-11-14* include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper1-63/+46
2007-11-12* include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.Ulrich Drepper1-74/+91
2007-10-17* sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addressesUlrich Drepper1-6/+21
2007-10-14* sysdeps/posix/getaddrinfo.c (struct sort_result): Addcvs/fedora-glibc-20071014T1847Ulrich Drepper1-2/+7
2007-09-24* sysdeps/posix/getaddrinfo.c (getaddrinfo): Use Jakub Jelinek1-1/+1
2007-09-19* sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessaryUlrich Drepper1-6/+41
2007-04-28[BZ #4102]Ulrich Drepper1-5/+77
2007-04-18* sysdeps/posix/getaddrinfo.c: Remove commented-out code.Ulrich Drepper1-176/+0
2007-03-06* sysdeps/posix/getaddrinfo.c (get_scope): Correct test forUlrich Drepper1-1/+1
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-8/+6
2007-07-31.Jakub Jelinek1-6/+8