Yang Tse
|
ec8019b2a8
test can be allowed to run if fopen() is capable of fopen()ing
|
17 gadi atpakaļ |
Yang Tse
|
2886ce96b0
Verify if the test is limited by an ancient stdio with a 256
|
17 gadi atpakaļ |
Yang Tse
|
4894ce16fc
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 gadi atpakaļ |
Yang Tse
|
c2639e0738
when using select() instead of poll, skip the test if the number of
|
18 gadi atpakaļ |
Yang Tse
|
bad67830b3
skip test on platforms on which we use select() instead
|
18 gadi atpakaļ |
Yang Tse
|
e09450103b
Compiler warning fix
|
18 gadi atpakaļ |
Yang Tse
|
318a7584f3
add a couple more of debugging messages
|
18 gadi atpakaļ |
Yang Tse
|
78081a1652
reduce max size of dinamically allocated arrays to minimize the nasty
|
18 gadi atpakaļ |
Yang Tse
|
426ecfd136
fix comments and renumber rlimit return codes
|
18 gadi atpakaļ |
Yang Tse
|
2149a095f7
update and split test cases 518 and 537 into its own source code file
|
18 gadi atpakaļ |
Yang Tse
|
e8d21adbaa
code cleanup
|
18 gadi atpakaļ |
Yang Tse
|
fa28531322
use our internal string functions and replace sprintf with snprintf
|
18 gadi atpakaļ |
Yang Tse
|
4f4427ff41
check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h
|
18 gadi atpakaļ |
Yang Tse
|
905ca77c9e
test 518 is all about testing libcurl functionality
|
18 gadi atpakaļ |
Yang Tse
|
9b2acca63e
Sync comment with code and add three messages more
|
18 gadi atpakaļ |
Yang Tse
|
afcd9f1b1c
Address some pitfalls in the rlimit() function check that were
|
18 gadi atpakaļ |
Yang Tse
|
5b75b423e6
Improved rlimit logic:
|
18 gadi atpakaļ |
Yang Tse
|
b4700f026b
Add project notice and file Id
|
18 gadi atpakaļ |
Yang Tse
|
384c8f3560
Use curl_global_init() and curl_global_cleanup().
|
18 gadi atpakaļ |
Yang Tse
|
e150150d9f
Remove redundant __CYGWIN__ symbol check
|
18 gadi atpakaļ |
Yang Tse
|
5a6c89661a
Cygwin preprocessor adjustments
|
18 gadi atpakaļ |
Daniel Stenberg
|
113531432a
make the "check" actually open all those file desciptors as well to make sure
|
20 gadi atpakaļ |
Daniel Stenberg
|
0d7446c134
add more info to the stderr output
|
20 gadi atpakaļ |
Daniel Stenberg
|
be5cc378c8
introducing the client/precheck concept to allow test 518 to *only* run when
|
20 gadi atpakaļ |
Daniel Stenberg
|
a4e1ac7952
David Phillips fix for test 518 and my extension to make it not run on
|
20 gadi atpakaļ |
Gisle Vanem
|
cca9fca894
ifdef for portable "/dev/null".
|
20 gadi atpakaļ |
Daniel Stenberg
|
1a05a90f1c
David Phillips' FD_SETSIZE fix
|
20 gadi atpakaļ |