summaryrefslogtreecommitdiff
path: root/tests/test-getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* getaddrinfo tests: Fix test failure on MSVC.Bruno Haible2019-07-021-0/+4
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* getaddrinfo tests: Avoid compilation error on MSVC.Bruno Haible2016-12-181-1/+6
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* tests: pacify GCC 5.1's stricter printf checkingPaul Eggert2015-04-271-5/+5
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* getaddrinfo-tests: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-2/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* test-getaddrinfo: report error informationEric Blake2011-05-031-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* getaddrinfo: Initialize sockets, to make it work under Windows.Simon Josefsson2010-09-251-19/+0
* 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