]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/posix/getaddrinfo.c
Fix a few error cases in *name4_r lookup handling.
[thirdparty/glibc.git] / sysdeps / posix / getaddrinfo.c
2009-12-10  Ulrich DrepperFix a few error cases in *name4_r lookup handling.
2009-07-25  Ulrich DrepperHandle missing NSS modules and those without callbacks.
2008-12-29  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): When the
2008-12-03  Ulrich Drepper* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r...
2008-11-27  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restr...
2008-11-27  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): If the...
2008-07-30  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size...
2008-06-13  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init...
2008-05-17  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd...
2008-05-16  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): After gethos...
2008-05-14  Ulrich Drepper(match_prefix): Don't treat IPv4 loopback address speci...
2008-05-14  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (get_scope): Loopback...
2008-05-14  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_h...
2008-05-14  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Implement handling of...
2008-05-14  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Implement handling of...
2008-05-10  Ulrich Drepper* include/resolv.h: Adjust __libc_res_nquery and __libc...
2008-03-26  Ulrich Drepper* posix/gai.conf: Fix comment for scope nullbits.
2008-01-16  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (default_labels): Adjust...
2008-01-10  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store...
2008-01-10  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (sort_results): Remove...
2007-11-20  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes...
2007-11-19  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (default_labels): Describ...
2007-11-14  Ulrich Drepper* include/ifaddrs.h: Remove in6ai_temporary.
2007-11-12  Ulrich Drepper* include/ifaddrs.c (struct in6addrinfo): Add prefixlen...
2007-10-17  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorti...
2007-10-14  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (struct sort_result)... cvs/fedora-glibc-20071014T1847
2007-09-24  Jakub Jelinek* sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
2007-09-19  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid...
2007-04-28  Ulrich Drepper[BZ #4102]
2007-04-18  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Remove commented-out...
2007-03-06  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (get_scope): Correct...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-11-09  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for cvs/fedora-glibc-20061109T2048
2006-10-16  Ulrich Drepper[BZ #3369]
2006-10-02  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (match_prefix): Make...
2006-09-24  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement...
2006-05-30  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaiconf_init): Initializ...
2006-05-18  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Add unique labels to...
2006-05-10  Ulrich Drepper* posix/wordexp.c: Remove numerous NULL pointer tests...
2006-05-10  Ulrich Drepper* posix/wordexp.c (w_addword): Free word if realloc...
2006-05-04  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Implement configuration...
2006-04-30  Ulrich Drepper* posix/Makefile (tests): Add tst-getaddrinfo3.
2006-04-26  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo... cvs/fedora-glibc-20060426T2000
2006-04-24  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Always...
2006-04-18  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite...
2006-04-16  Ulrich Drepper* include/ifaddrs.h: Define struct in6addrinfo.
2006-04-15  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Fix precedence for IP...
2006-03-29  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): No need...
2005-12-20  Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih): Mark as const. cvs/fedora-glibc-20051220T1751
2005-11-27  Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting...
2005-11-27  Ulrich Drepper(gaih_inet): Avoid some code duplication.
2005-11-03  Ulrich Drepper[BZ #1774]
2005-09-26  Ulrich Drepper(fls): New function. (gaih_inet): Don't use ffs, use...
2005-09-26  Ulrich Drepper[BZ #524]
2005-05-18  Roland McGrath2005-05-17 Neal H. Walfield <neal@gnu.org>
2005-02-17  Roland McGrath[BZ #284, BZ #721]
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-11-22  Ulrich DrepperUpdate.
2004-09-28  Ulrich Drepper(gaih_inet): If NAME is a numerical IP address and...
2004-09-26  Ulrich Drepper[BZ #358]
2004-09-25  Ulrich Drepper(getaddrinfo): If determinination of source address...
2004-09-18  Ulrich DrepperUpdate.
2004-09-18  Ulrich DrepperUpdate.
2004-09-17  Ulrich Drepper[BZ #390]
2004-09-16  Ulrich DrepperiAdd __nscd_getai prototype.
2004-09-15  Ulrich DrepperUpdate.
2004-09-06  Ulrich Drepper(gaih_inet): Little code cleanup. Move variable h...
2004-09-06  Ulrich Drepper(gaih_inet): Fix problem with AF_UNSPEC lookup with...
2004-08-19  Ulrich DrepperUpdate.
2004-08-19  Ulrich DrepperUpdate.
2004-08-19  Ulrich DrepperUpdate.
2004-08-18  Ulrich DrepperUpdate.
2004-08-18  Ulrich DrepperUpdate
2004-08-15  Ulrich DrepperUpdate.
2004-08-15  Ulrich DrepperUpdate.
2004-08-14  Ulrich DrepperUpdate.
2004-08-14  Ulrich Drepper(gaih_inet): Really set ai_canonname only in one entry.
2004-08-05  Ulrich DrepperUpdate.
2004-08-05  Ulrich DrepperUpdate.
2004-06-19  Ulrich DrepperUpdate.
2004-03-17  Ulrich DrepperUpdate.
2004-03-13  Ulrich DrepperImplement AI_CANONIDN.
2004-03-08  Ulrich DrepperUpdate.
2004-02-23  Ulrich DrepperUpdate.
2004-02-16  Ulrich DrepperUpdate.
2004-02-16  Ulrich DrepperUpdate.
2003-11-18  Ulrich DrepperUpdate.
2003-06-16  Ulrich DrepperUpdate.
2003-06-12  Ulrich DrepperUpdate.
2003-06-10  Ulrich DrepperUpdate.
2003-06-10  Ulrich DrepperUpdate.
2003-04-25  Ulrich DrepperUpdate.
2003-04-24  Ulrich DrepperUpdate.
2003-04-23  Ulrich Drepper(gaih_inet): Check for rc == ERANGE, not rc == errno...
2002-12-17  Ulrich DrepperUpdate.
2002-11-20  Ulrich DrepperUpdate.
2002-11-20  Ulrich DrepperUpdate.
2002-08-29  Ulrich Drepper(gaih_inet): Fix code to determine canonical name.
next