- Nov 03, 2006
- Nov 02, 2006
- Nov 01, 2006
-
-
Yang Tse authored
when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors.
-
- Oct 31, 2006
- Oct 30, 2006
-
-
Yang Tse authored
preventing execution of this test on many platforms
-
- Oct 29, 2006
-
-
Yang Tse authored
-
- Oct 27, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 26, 2006
-
-
Gisle Vanem authored
on Win32.
-
Yang Tse authored
- Take in account RLIM_INFINITY. - Verify that soft limit is actually changed when doing so. - Show errno in case getrlimit or setrlimit fails. - Keep file descriptors open only while runing this test.
-
Yang Tse authored
-
- Oct 25, 2006
-
-
Daniel Stenberg authored
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Improve cleanup in case of initialization failure.
-
- Oct 24, 2006
-
-
Yang Tse authored
test hanging and actually is an indication that there's a condition that is not being properly handled at some point in the library. Remove a pair of braces and adjust indentation appropriately.
-
- Oct 23, 2006
-
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Oct 21, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the single test applications' link and dependences, so that you easier can override those from the command line when using make.
-
Daniel Stenberg authored
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
-
Yang Tse authored
-
- Oct 20, 2006
- Oct 19, 2006
- Oct 18, 2006
-
-
Yang Tse authored
to verify winsock API availability.
-
- Oct 17, 2006
-
-
Daniel Stenberg authored
present, so there's no use to doing it again in this script!
-