History log of /curl/tests/libtest/lib504.c (Results 26 – 48 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d10e174f 29-Jan-2007 Gisle Vanem

Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.


Revision tags: curl-7_16_1, curl-7_16_0
# b4700f02 25-Oct-2006 Yang Tse

Add project notice and file Id


# d771fa7c 25-Oct-2006 Yang Tse

Compiler warning fix


# 384c8f35 25-Oct-2006 Yang Tse

Use curl_global_init() and curl_global_cleanup().
Improve cleanup in case of initialization failure.


# 9b8b1a68 23-Oct-2006 Dan Fandrich

30 seconds isn't long enough for this test on a loaded server.


# d997ff6a 20-Oct-2006 Yang Tse

Oops! Actually set the limit to 30 seconds.


# b9ccecf8 20-Oct-2006 Yang Tse

Decrease the posibility of aborting a test which actually is not
stale by replacing loop counters with timeouts. In this way the
main loop of the test will be allowed to run up to 30 seconds

Decrease the posibility of aborting a test which actually is not
stale by replacing loop counters with timeouts. In this way the
main loop of the test will be allowed to run up to 30 seconds on
any platform before aborting it.

show more ...


# 4f6ed683 19-Oct-2006 Yang Tse

Compiler warning fix


# c818e706 19-Oct-2006 Yang Tse

When aborting, show loop counter values when more than one counter exists.


# ead6ab2e 19-Oct-2006 Yang Tse

Abort test if it seems that it would have run forever. This is just to prevent
test hanging and actually is an indication that there's a condition that is
not being properly handled at some p

Abort test if it seems that it would have run forever. This is just to prevent
test hanging and actually is an indication that there's a condition that is
not being properly handled at some point in the library.

Loop counter limits might need to be further increased on false positives.

show more ...


# e134a402 10-Sep-2006 Gisle Vanem

Added select_test() function to allow selecting on no sockets on
Winsock.


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2
# 346992c3 31-Mar-2005 Daniel Stenberg

Attempt to make this code more forgiving for systems that doesn't detect
the failed connect "immediately".


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0
# e2e593a0 14-May-2004 Daniel Stenberg

clean up properly on failure to enable easier libcurl leak detection


# 2f53da5e 27-Apr-2004 Daniel Stenberg

make the loop use a fixed number of attempts to prevent eternal loops


Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# 87a1c703 03-Mar-2004 Daniel Stenberg

removed include stuff now handled by test.h


# 8777ba7e 20-Feb-2004 Daniel Stenberg

include sys/select.h to prevent picky compiler warnings when using select()
without proto


# d25a0a1b 13-Feb-2004 Daniel Stenberg

return an int, not a CURLcode


# a5c4442e 05-Feb-2004 Daniel Stenberg

changed the test() function to return type int


Revision tags: curl-7_11_0, curl-7_10_8
# 245ab7c7 25-Oct-2003 Daniel Stenberg

avoid dependence on the order of the fields in the timeval struct, pointed out
by Gisle Vanem


# da0b3806 24-Oct-2003 Daniel Stenberg

don't select() forever, set a timeout so at least the test fails nice


Revision tags: curl-7_10_7, curl-7_10_6, curl-7_10_5, curl-7_10_4
# 8319ea70 17-Mar-2003 Daniel Stenberg

more defensive checking as platforms differ...


# f317f8b1 12-Mar-2003 Daniel Stenberg

Add include files to prevent warnings on some (HPUX) systems.


Revision tags: curl-7_10_3
# 2b839853 16-Dec-2002 Daniel Stenberg

Added test case 504, using multi interface and a local proxy without anything
listening on the port we use.


12