Yang Tse
|
629d2e3450
multi tests: OOM handling fixes
|
13 years ago |
Yang Tse
|
c8ba8740b9
test suite: libtest header inclusion cleanup
|
13 years ago |
Daniel Stenberg
|
fb48e2050b
libtests: stop checking for CURLM_CALL_MULTI_PERFORM
|
13 years ago |
Yang Tse
|
5d39dea3b3
compiler warning: fix
|
13 years ago |
Daniel Stenberg
|
1aeb635cdd
sources: update source headers
|
13 years ago |
Dan Fandrich
|
643ae2ca8b
Allow test 538 to run even when proxy support is disabled
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Yang Tse
|
cad9c3f55f
|
14 years ago |
Yang Tse
|
7beb473a3d
include "memdebug.h"
|
16 years ago |
Dan Fandrich
|
d31da176eb
Made sure to pass longs in to curl_easy_setopt where necessary in the
|
16 years ago |
Yang Tse
|
059707be32
Renamed a couple of global variables to avoid shadowing warnings
|
17 years ago |
Yang Tse
|
40087ce7c0
change max allowed time for this test to complete to 90 seconds
|
17 years ago |
Yang Tse
|
2f4fe0175b
Some tests were using functions curlx_tvnow and curlx_tvdiff which are not
|
18 years ago |
Gisle Vanem
|
d10e174fd1
Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.
|
18 years ago |
Yang Tse
|
b4700f026b
Add project notice and file Id
|
18 years ago |
Yang Tse
|
d771fa7c48
Compiler warning fix
|
18 years ago |
Yang Tse
|
384c8f3560
Use curl_global_init() and curl_global_cleanup().
|
18 years ago |
Dan Fandrich
|
9b8b1a68f0
30 seconds isn't long enough for this test on a loaded server.
|
18 years ago |
Yang Tse
|
d997ff6aa8
Oops! Actually set the limit to 30 seconds.
|
18 years ago |
Yang Tse
|
b9ccecf86e
Decrease the posibility of aborting a test which actually is not
|
18 years ago |
Yang Tse
|
4f6ed683e8
Compiler warning fix
|
18 years ago |
Yang Tse
|
c818e7064f
When aborting, show loop counter values when more than one counter exists.
|
18 years ago |
Yang Tse
|
ead6ab2ef7
Abort test if it seems that it would have run forever. This is just to prevent
|
18 years ago |
Gisle Vanem
|
e134a40208
Added select_test() function to allow selecting on no sockets on
|
18 years ago |
Daniel Stenberg
|
346992c366
Attempt to make this code more forgiving for systems that doesn't detect
|
19 years ago |
Daniel Stenberg
|
e2e593a036
clean up properly on failure to enable easier libcurl leak detection
|
20 years ago |
Daniel Stenberg
|
2f53da5e7a
make the loop use a fixed number of attempts to prevent eternal loops
|
20 years ago |
Daniel Stenberg
|
87a1c7033e
removed include stuff now handled by test.h
|
21 years ago |
Daniel Stenberg
|
8777ba7e42
include sys/select.h to prevent picky compiler warnings when using select()
|
21 years ago |
Daniel Stenberg
|
d25a0a1bc8
return an int, not a CURLcode
|
21 years ago |