- 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
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Yang Tse authored
In this way we'll be able to sort out problems that might arise in the prechek phase of the 518 test. Once that 518 has been verified this change will be undone.
-
Yang Tse authored
-
- Oct 30, 2006
-
-
Yang Tse authored
preventing execution of this test on many platforms
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 29, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
compiler warning fix since it was Ok and actually avoids the targeted compiler warning.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 27, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
Assigning the const value zero to a pointer to function results in a null pointer value assignment to the function pointer. Assignment of any nonzero value is what should result in a implementation compiler dependent result. Since what we want to do here is the first case, this should not trigger compiler warnings related with conversions from 'pointer to data' to 'pointer to function'. Our autobuild test suite will judge.
-
Gisle Vanem authored
-
Gisle Vanem authored
and send(). Added needed HAVE_x defines.
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
to avoid picky compiler warnings, since this is what we want!
-
- 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
buffer used to store headers in the SessionHandle failed.
-
Yang Tse authored
-
- Oct 25, 2006
-
-
Daniel Stenberg authored
-