Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-23 | fix socket data type | Yang Tse | |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse | |
2008-10-28 | Changed the "resolve" test precheck program to verify that an IPv6 socket | Dan Fandrich | |
can be created before resolving the IPv6 name. In the context of running a test, it doesn't make sense to run an IPv6 test when a host is resolvable but IPv6 isn't usable. This should fix failures of test 1085 on hosts with library and DNS support for IPv6 but where actual use of IPv6 has been administratively disabled. | |||
2008-10-01 | Fixed some compiler warnings with gcc | Dan Fandrich | |
2008-09-26 | Avoid the use of the '? :' operator inside the call to our | Yang Tse | |
test-server logging function. It doesn't work on some systems. | |||
2008-09-21 | fix compiler warning: defined but not used | Yang Tse | |
2008-09-20 | fix compiler warning: external definition with no prior declaration | Yang Tse | |
2008-02-28 | header inclusion cleanup | Yang Tse | |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse | |
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse | |
2006-01-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg | |
2006-01-04 | modified output to prevent the autobuild system to trap on the 'FAILED' output | Daniel Stenberg | |
mistaking it for an actual failed test case | |||
2005-05-18 | use less code and prevent compiler warning | Daniel Stenberg | |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg | |
or the test is skipped. Ideally, we should let this test case go over a few frequently used IPv6 localhost aliases... | |||
2005-05-17 | Moved more generic functions to util.[ch] | Daniel Stenberg | |
Added resolve.c to simply resolve a given host name |