History log of /curl/tests/libtest/lib518.c (Results 26 – 50 of 65)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5
# 1aeb635c 10-Mar-2011 Daniel Stenberg

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disc

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disclaimers.

show more ...


Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# a07bc791 14-Feb-2010 Yang Tse

removed trailing whitespace


Revision tags: curl-7_20_0
# cad9c3f5 05-Feb-2010 Yang Tse

Addes OOM handling for curl_easy_setopt() calls in test


Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# 7beb473a 20-Sep-2008 Yang Tse

include "memdebug.h"


Revision tags: curl-7_19_0, curl-7_18_2
# d31da176 22-May-2008 Dan Fandrich

Made sure to pass longs in to curl_easy_setopt where necessary in the
libtest code.


Revision tags: curl-7_18_1, curl-7_18_0
# 0530b0a5 17-Jan-2008 Yang Tse

Don't abort tests 518 and 537 when unable to raise the open-file soft limit


Revision tags: curl-7_17_1
# b108c664 30-Sep-2007 Yang Tse

Fix missing right parenthesis


# 64db6039 30-Sep-2007 Yang Tse

Fix comparison between signed and unsigned


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# a0a79ce8 05-Apr-2007 Yang Tse

unify fopen() failure error message among tests, allowing
the testsuite to count them as errors of the same kind


# 5625e5d5 04-Apr-2007 Yang Tse

add debug message and expand comment


# 8a529bd9 04-Apr-2007 Yang Tse

test can be allowed to run if fopen() is capable of fopen()ing
three additional files once that we have already open()ed the
big bunch of file descriptors.


# a1f72943 04-Apr-2007 Yang Tse

cleanup


# ec8019b2 04-Apr-2007 Yang Tse

test can be allowed to run if fopen() is capable of fopen()ing
SAFETY_MARGIN additional files once that we have already open()ed
the big bunch of file descriptors.


# 2886ce96 03-Apr-2007 Yang Tse

Verify if the test is limited by an ancient stdio with a 256
open file limit. In this case the test is skipped with a
message showing this limitation when the number of open files
needed

Verify if the test is limited by an ancient stdio with a 256
open file limit. In this case the test is skipped with a
message showing this limitation when the number of open files
needed for the test is greater than 256.

show more ...


# 4894ce16 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


# c2639e07 31-Jan-2007 Yang Tse

when using select() instead of poll, skip the test if the number of
open file descriptors is greater than FD_SETSIZE minus SAFETY_MARGIN,
also skip the test if any of the open file descriptor

when using select() instead of poll, skip the test if the number of
open file descriptors is greater than FD_SETSIZE minus SAFETY_MARGIN,
also skip the test if any of the open file descriptors has a number
greater than FD_SETSIZE minus SAFETY_MARGIN.

show more ...


# bad67830 30-Jan-2007 Yang Tse

skip test on platforms on which we use select() instead
of poll() and select() happens to be bound by FD_SETSIZE


Revision tags: curl-7_16_1
# e0945010 28-Jan-2007 Yang Tse

Compiler warning fix


# 318a7584 03-Nov-2006 Yang Tse

add a couple more of debugging messages


# 78081a16 03-Nov-2006 Yang Tse

reduce max size of dinamically allocated arrays to minimize the nasty
behaviour some versions of IRIX exhibit of committing suicide on big
mallocs instead of just returning a friendly null po

reduce max size of dinamically allocated arrays to minimize the nasty
behaviour some versions of IRIX exhibit of committing suicide on big
mallocs instead of just returning a friendly null pointer

show more ...


# 426ecfd1 03-Nov-2006 Yang Tse

fix comments and renumber rlimit return codes


# 2149a095 02-Nov-2006 Yang Tse

update and split test cases 518 and 537 into its own source code file


# e8d21adb 02-Nov-2006 Yang Tse

code cleanup


# fa285313 02-Nov-2006 Yang Tse

use our internal string functions and replace sprintf with snprintf


123