about summary refs log tree commit diff
path: root/sysdeps/posix/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there areUlrich Drepper2005-11-271-4/+9
* (gaih_inet): Avoid some code duplication.Ulrich Drepper2005-11-271-50/+29
* [BZ #1774]Ulrich Drepper2005-11-031-14/+16
* (fls): New function. (gaih_inet): Don't use ffs, use fls. Convert address to...Ulrich Drepper2005-09-261-6/+21
* [BZ #524]Ulrich Drepper2005-09-261-1/+1
* 2005-05-17 Neal H. Walfield <neal@gnu.org>Roland McGrath2005-05-181-4/+4
* [BZ #284, BZ #721]Roland McGrath2005-02-171-1/+1
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-645/+161
* 2.5-18.1Jakub Jelinek2007-07-121-161/+645
* Update.Ulrich Drepper2004-11-221-0/+2
* (gaih_inet): If NAME is a numerical IP address and AI_CANONNAME is set, retur...Ulrich Drepper2004-09-281-0/+10
* [BZ #358]Ulrich Drepper2004-09-261-11/+30
* (getaddrinfo): If determinination of source address fails, initialized source...Ulrich Drepper2004-09-251-16/+20
* Update.Ulrich Drepper2004-09-181-2/+7
* Update.Ulrich Drepper2004-09-181-3/+3
* [BZ #390]Ulrich Drepper2004-09-171-6/+16
* iAdd __nscd_getai prototype.Ulrich Drepper2004-09-161-56/+64
* Update.Ulrich Drepper2004-09-151-16/+185
* (gaih_inet): Little code cleanup. Move variable h into gethosts macro.Ulrich Drepper2004-09-061-1/+1
* (gaih_inet): Fix problem with AF_UNSPEC lookup with AI_CANONNAME of name whic...Ulrich Drepper2004-09-061-1/+3
* Update.Ulrich Drepper2004-08-191-15/+16
* Update.Ulrich Drepper2004-08-191-20/+23
* Update.Ulrich Drepper2004-08-191-4/+5
* Update.Ulrich Drepper2004-08-181-2/+3
* UpdateUlrich Drepper2004-08-181-24/+20
* Update.Ulrich Drepper2004-08-151-8/+13
* Update.Ulrich Drepper2004-08-151-236/+168
* Update.Ulrich Drepper2004-08-141-0/+12
* (gaih_inet): Really set ai_canonname only in one entry.Ulrich Drepper2004-08-141-2/+6
* Update.Ulrich Drepper2004-08-051-3/+7
* Update.Ulrich Drepper2004-08-051-8/+12
* Update.Ulrich Drepper2004-06-191-2/+4
* Update.Ulrich Drepper2004-03-171-3/+16
* Implement AI_CANONIDN.Ulrich Drepper2004-03-131-5/+43
* Update.Ulrich Drepper2004-03-081-0/+18
* Update.Ulrich Drepper2004-02-231-2/+4
* Update.Ulrich Drepper2004-02-161-22/+2
* Update.Ulrich Drepper2004-02-161-3/+23
* Update.Ulrich Drepper2003-11-181-1/+377
* Update.Ulrich Drepper2003-06-161-0/+2
* Update.Ulrich Drepper2003-06-121-1/+4
* Update.Ulrich Drepper2003-06-101-26/+4
* Update.Ulrich Drepper2003-06-101-5/+6
* Update.Ulrich Drepper2003-04-251-0/+1
* Update.Ulrich Drepper2003-04-241-92/+212
* (gaih_inet): Check for rc == ERANGE, not rc == errno. Use extend_alloca.Ulrich Drepper2003-04-231-5/+3
* Update.Ulrich Drepper2002-12-171-19/+22
* Update.Ulrich Drepper2002-11-201-1/+1
* Update.Ulrich Drepper2002-11-201-12/+113
* (gaih_inet): Fix code to determine canonical name.Ulrich Drepper2002-08-291-13/+41