aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/getaddrinfo.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-09* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test forcvs/fedora-glibc-20061109T2048Ulrich Drepper1-3/+5
2006-10-16[BZ #3369]Ulrich Drepper1-5/+5
2006-10-02* sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and valUlrich Drepper1-2/+2
2006-09-24* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,Ulrich Drepper1-2/+10
2006-05-30* sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits inUlrich Drepper1-1/+2
2006-05-18* sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper1-1/+16
2006-05-10* posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper1-1/+0
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper1-2/+9
2006-05-04* sysdeps/posix/getaddrinfo.c: Implement configuration fileUlrich Drepper1-33/+379
2006-04-30* posix/Makefile (tests): Add tst-getaddrinfo3.Ulrich Drepper1-1/+1
2006-04-26* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which causedcvs/fedora-glibc-20060426T2000Ulrich Drepper1-1/+1
2006-04-24* sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.Ulrich Drepper1-1/+1
2006-04-18* sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loopUlrich Drepper1-4/+38
2006-04-16* include/ifaddrs.h: Define struct in6addrinfo.Ulrich Drepper1-27/+100
2006-04-15* sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6Ulrich Drepper1-1/+1
2006-03-29* sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicateUlrich Drepper1-9/+4
2005-12-20* sysdeps/posix/getaddrinfo.c (gaih): Mark as const.cvs/fedora-glibc-20051220T1751Ulrich Drepper1-2/+3
2005-11-27* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there areUlrich Drepper1-4/+9
2005-11-27(gaih_inet): Avoid some code duplication.Ulrich Drepper1-50/+29
2005-11-03[BZ #1774]Ulrich Drepper1-14/+16
2005-09-26(fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address to...Ulrich Drepper1-6/+21
2005-09-26[BZ #524]Ulrich Drepper1-1/+1
2005-05-182005-05-17 Neal H. Walfield <neal@gnu.org>Roland McGrath1-4/+4
2005-02-17[BZ #284, BZ #721]Roland McGrath1-1/+1