| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * sysdeps/posix/getaddrinfo.c (struct sort_result): Add cvs/fedora-glibc-20071014T1847 | Ulrich Drepper | 2007-10-14 | 1 | -2/+7 |
* | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use | Jakub Jelinek | 2007-09-24 | 1 | -1/+1 |
* | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary | Ulrich Drepper | 2007-09-19 | 1 | -6/+41 |
* | [BZ #4102] | Ulrich Drepper | 2007-04-28 | 1 | -5/+77 |
* | * sysdeps/posix/getaddrinfo.c: Remove commented-out code. | Ulrich Drepper | 2007-04-18 | 1 | -176/+0 |
* | * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for | Ulrich Drepper | 2007-03-06 | 1 | -1/+1 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -8/+6 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -6/+8 |
* | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for cvs/fedora-glibc-20061109T2048 | Ulrich Drepper | 2006-11-09 | 1 | -3/+5 |
* | [BZ #3369] | Ulrich Drepper | 2006-10-16 | 1 | -5/+5 |
* | * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val | Ulrich Drepper | 2006-10-02 | 1 | -2/+2 |
* | * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4, | Ulrich Drepper | 2006-09-24 | 1 | -2/+10 |
* | * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in | Ulrich Drepper | 2006-05-30 | 1 | -1/+2 |
* | * sysdeps/posix/getaddrinfo.c: Add unique labels to the default | Ulrich Drepper | 2006-05-18 | 1 | -1/+16 |
* | * posix/wordexp.c: Remove numerous NULL pointer tests before FREE | Ulrich Drepper | 2006-05-10 | 1 | -1/+0 |
* | * posix/wordexp.c (w_addword): Free word if realloc fails and it | Ulrich Drepper | 2006-05-10 | 1 | -2/+9 |
* | * sysdeps/posix/getaddrinfo.c: Implement configuration file | Ulrich Drepper | 2006-05-04 | 1 | -33/+379 |
* | * posix/Makefile (tests): Add tst-getaddrinfo3. | Ulrich Drepper | 2006-04-30 | 1 | -1/+1 |
* | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused cvs/fedora-glibc-20060426T2000 | Ulrich Drepper | 2006-04-26 | 1 | -1/+1 |
* | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai. | Ulrich Drepper | 2006-04-24 | 1 | -1/+1 |
* | * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop | Ulrich Drepper | 2006-04-18 | 1 | -4/+38 |
* | * include/ifaddrs.h: Define struct in6addrinfo. | Ulrich Drepper | 2006-04-16 | 1 | -27/+100 |
* | * sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6 | Ulrich Drepper | 2006-04-15 | 1 | -1/+1 |
* | * sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicate | Ulrich Drepper | 2006-03-29 | 1 | -9/+4 |
* | * sysdeps/posix/getaddrinfo.c (gaih): Mark as const. cvs/fedora-glibc-20051220T1751 | Ulrich Drepper | 2005-12-20 | 1 | -2/+3 |
* | * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are | Ulrich Drepper | 2005-11-27 | 1 | -4/+9 |
* | (gaih_inet): Avoid some code duplication. | Ulrich Drepper | 2005-11-27 | 1 | -50/+29 |
* | [BZ #1774] | Ulrich Drepper | 2005-11-03 | 1 | -14/+16 |
* | (fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address to... | Ulrich Drepper | 2005-09-26 | 1 | -6/+21 |
* | [BZ #524] | Ulrich Drepper | 2005-09-26 | 1 | -1/+1 |
* | 2005-05-17 Neal H. Walfield <neal@gnu.org> | Roland McGrath | 2005-05-18 | 1 | -4/+4 |
* | [BZ #284, BZ #721] | Roland McGrath | 2005-02-17 | 1 | -1/+1 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -645/+161 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -161/+645 |
* | Update. | Ulrich Drepper | 2004-11-22 | 1 | -0/+2 |
* | (gaih_inet): If NAME is a numerical IP address and AI_CANONNAME is set, retur... | Ulrich Drepper | 2004-09-28 | 1 | -0/+10 |
* | [BZ #358] | Ulrich Drepper | 2004-09-26 | 1 | -11/+30 |
* | (getaddrinfo): If determinination of source address fails, initialized source... | Ulrich Drepper | 2004-09-25 | 1 | -16/+20 |
* | Update. | Ulrich Drepper | 2004-09-18 | 1 | -2/+7 |
* | Update. | Ulrich Drepper | 2004-09-18 | 1 | -3/+3 |
* | [BZ #390] | Ulrich Drepper | 2004-09-17 | 1 | -6/+16 |
* | iAdd __nscd_getai prototype. | Ulrich Drepper | 2004-09-16 | 1 | -56/+64 |
* | Update. | Ulrich Drepper | 2004-09-15 | 1 | -16/+185 |
* | (gaih_inet): Little code cleanup. Move variable h into gethosts macro. | Ulrich Drepper | 2004-09-06 | 1 | -1/+1 |
* | (gaih_inet): Fix problem with AF_UNSPEC lookup with AI_CANONNAME of name whic... | Ulrich Drepper | 2004-09-06 | 1 | -1/+3 |
* | Update. | Ulrich Drepper | 2004-08-19 | 1 | -15/+16 |
* | Update. | Ulrich Drepper | 2004-08-19 | 1 | -20/+23 |
* | Update. | Ulrich Drepper | 2004-08-19 | 1 | -4/+5 |
* | Update. | Ulrich Drepper | 2004-08-18 | 1 | -2/+3 |
* | Update | Ulrich Drepper | 2004-08-18 | 1 | -24/+20 |