#
4f4427ff |
| 02-Nov-2006 |
Yang Tse |
check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h
|
#
905ca77c |
| 01-Nov-2006 |
Yang Tse |
test 518 is all about testing libcurl functionality 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 fil
test 518 is all about testing libcurl functionality 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.
show more ...
|
#
9b2acca6 |
| 31-Oct-2006 |
Yang Tse |
Sync comment with code and add three messages more
|
#
afcd9f1b |
| 30-Oct-2006 |
Yang Tse |
Address some pitfalls in the rlimit() function check that were preventing execution of this test on many platforms
|
Revision tags: curl-7_16_0 |
|
#
5b75b423 |
| 26-Oct-2006 |
Yang Tse |
Improved rlimit logic: - 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 desc
Improved rlimit logic: - 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.
show more ...
|
#
b4700f02 |
| 25-Oct-2006 |
Yang Tse |
Add project notice and file Id
|
#
384c8f35 |
| 25-Oct-2006 |
Yang Tse |
Use curl_global_init() and curl_global_cleanup(). Improve cleanup in case of initialization failure.
|
#
e150150d |
| 11-Oct-2006 |
Yang Tse |
Remove redundant __CYGWIN__ symbol check
|
#
5a6c8966 |
| 12-Sep-2006 |
Yang Tse |
Cygwin preprocessor adjustments
|
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, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3 |
|
#
11353143 |
| 01-Dec-2004 |
Daniel Stenberg |
make the "check" actually open all those file desciptors as well to make sure it works, as it has proved to not work in some cases (like on Tor Arntsen's AIX 5100-06 xlc 5.0 --disable-shared
make the "check" actually open all those file desciptors as well to make sure it works, as it has proved to not work in some cases (like on Tor Arntsen's AIX 5100-06 xlc 5.0 --disable-shared runs).
show more ...
|
#
0d7446c1 |
| 28-Nov-2004 |
Daniel Stenberg |
add more info to the stderr output
|
#
be5cc378 |
| 23-Nov-2004 |
Daniel Stenberg |
introducing the client/precheck concept to allow test 518 to *only* run when it actually can run and test the FD_SETSIZE stuff it is meant to test
|
#
a4e1ac79 |
| 22-Nov-2004 |
Daniel Stenberg |
David Phillips fix for test 518 and my extension to make it not run on systems that can't run it fine.
|
#
cca9fca8 |
| 19-Nov-2004 |
Gisle Vanem |
ifdef for portable "/dev/null".
|
#
1a05a90f |
| 19-Nov-2004 |
Daniel Stenberg |
David Phillips' FD_SETSIZE fix
|