summaryrefslogtreecommitdiff
path: root/tests/test-getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* tests/test-getaddrinfo.c: Don't print debug messages by default.Simon Josefsson2008-05-301-16/+25
* test-getaddrinfo.c: include <netinet/in.h>Jim Meyering2008-05-051-0/+1
* getaddrinfo.h: handle undefined EAI_NODATAJim Meyering2008-05-051-4/+0
* avoid compilation error on FreeBSD 6Jim Meyering2008-05-021-0/+4
* Avoid test segfault on x86_64 due to lack of inet_ntop declaration.Jim Meyering2008-04-291-1/+1
* Avoid a test failure on AIX 4 and AIX 5.Bruno Haible2008-04-131-0/+4
* Avoid test failure on IRIX.Bruno Haible2008-04-121-0/+4
* Prefer <config.h> over "config.h". See autoconf doc for explanation.Jim Meyering2008-01-251-2/+2
* Port test-getaddrinfo to Solaris (fixed version; previous change was wrong).Paul Eggert2007-11-161-7/+15
* Port test-getaddrinfo to Solaris.Paul Eggert2007-11-161-3/+9
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Make the test compile on BeOS.Bruno Haible2007-09-301-0/+5
* Avoid gcc warnings.Bruno Haible2007-03-171-2/+2
* * check-module: Add copyright notice.Paul Eggert2006-08-141-0/+20
* Native win32 support for getaddrinfo. Add getnameinfo function.Simon Josefsson2006-06-281-5/+41
* Fix getaddrinfo on Windows 2000.Simon Josefsson2006-06-211-0/+63