summaryrefslogtreecommitdiff
path: root/tests/server/resolve.c
Commit message (Expand)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-3/+3
* tests/server/resolve.c: fix deprecation warningMarcel Raad2017-07-181-26/+28
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-1/+1
* tests: fix memleak in server/resolve.cPeter Wu2014-11-101-3/+5
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-9/+0
* test servers: build adjustmentYang Tse2012-04-101-5/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix socket data typeYang Tse2010-02-231-2/+2
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-1/+4
* Changed the "resolve" test precheck program to verify that an IPv6 socketDan Fandrich2008-10-281-25/+38
* Fixed some compiler warnings with gccDan Fandrich2008-10-011-1/+1
* Avoid the use of the '? :' operator inside the call to ourYang Tse2008-09-261-4/+11
* fix compiler warning: defined but not usedYang Tse2008-09-211-1/+1
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-201-1/+1
* header inclusion cleanupYang Tse2008-02-281-10/+3
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Cygwin preprocessor adjustmentsYang Tse2006-09-121-1/+1
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* modified output to prevent the autobuild system to trap on the 'FAILED' outputDaniel Stenberg2006-01-041-1/+1
* use less code and prevent compiler warningDaniel Stenberg2005-05-181-10/+5
* Made test case 241 precheck that the given name resolves to an ipv6 address,Daniel Stenberg2005-05-171-4/+5
* Moved more generic functions to util.[ch]Daniel Stenberg2005-05-171-0/+153