summaryrefslogtreecommitdiff
path: root/tests/test-getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* tests: add signature checksEric Blake2009-12-241-0/+8
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-34/+34
* test-getaddrinfo: avoid compilation failure on FreeBSD 7.2Jim Meyering2009-11-031-0/+2
* tests: avoid some compiler warningsEric Blake2009-10-291-1/+2
* test-getaddrinfo: whitespace cleanupEric Blake2009-03-281-2/+2
* test-strerror: make debugging EAI_SYSTEM easierEric Blake2009-03-271-0/+7
* test-getaddrinfo: fix usage of skip return code 77Ondřej Vašík2009-02-251-0/+6
* test-getaddrinfo: skip (don't fail) this test when there's no networkMark McLoughlin2009-01-271-1/+9
* Move getaddrinfo.h declarations to netdb.h.Simon Josefsson2008-10-201-1/+1
* 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