index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libtest
/
lib518.c
Age
Commit message (
Expand
)
Author
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2017-07-10
tests: Fix up issues with errno in test files
Max Dymond
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-04-03
tests/libtest: follow our code style guidelines better
Daniel Stenberg
2016-04-01
curl/mprintf.h: remove support for _MPRINTF_REPLACE
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-09-06
test suite: libtest header inclusion cleanup
Yang Tse
2011-03-10
sources: update source headers
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-14
removed trailing whitespace
Yang Tse
2010-02-05
Addes OOM handling for curl_easy_setopt() calls in test
Yang Tse
2008-09-20
include "memdebug.h"
Yang Tse
2008-05-22
Made sure to pass longs in to curl_easy_setopt where necessary in the
Dan Fandrich
2008-01-17
Don't abort tests 518 and 537 when unable to raise the open-file soft limit
Yang Tse
2007-09-30
Fix missing right parenthesis
Yang Tse
2007-09-30
Fix comparison between signed and unsigned
Yang Tse
2007-04-05
unify fopen() failure error message among tests, allowing
Yang Tse
2007-04-04
add debug message and expand comment
Yang Tse
2007-04-04
test can be allowed to run if fopen() is capable of fopen()ing
Yang Tse
2007-04-04
cleanup
Yang Tse
2007-04-04
test can be allowed to run if fopen() is capable of fopen()ing
Yang Tse
2007-04-03
Verify if the test is limited by an ancient stdio with a 256
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-01-31
when using select() instead of poll, skip the test if the number of
Yang Tse
2007-01-30
skip test on platforms on which we use select() instead
Yang Tse
2007-01-28
Compiler warning fix
Yang Tse
2006-11-03
add a couple more of debugging messages
Yang Tse
2006-11-03
reduce max size of dinamically allocated arrays to minimize the nasty
Yang Tse
2006-11-03
fix comments and renumber rlimit return codes
Yang Tse
2006-11-02
update and split test cases 518 and 537 into its own source code file
Yang Tse
2006-11-02
code cleanup
Yang Tse
2006-11-02
use our internal string functions and replace sprintf with snprintf
Yang Tse
2006-11-02
check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h
Yang Tse
2006-11-01
test 518 is all about testing libcurl functionality
Yang Tse
2006-10-31
Sync comment with code and add three messages more
Yang Tse
2006-10-30
Address some pitfalls in the rlimit() function check that were
Yang Tse
2006-10-26
Improved rlimit logic:
Yang Tse
2006-10-25
Add project notice and file Id
Yang Tse
2006-10-25
Use curl_global_init() and curl_global_cleanup().
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-12
Cygwin preprocessor adjustments
Yang Tse
2004-12-01
make the "check" actually open all those file desciptors as well to make sure
Daniel Stenberg
2004-11-28
add more info to the stderr output
Daniel Stenberg
2004-11-23
introducing the client/precheck concept to allow test 518 to *only* run when
Daniel Stenberg
2004-11-22
David Phillips fix for test 518 and my extension to make it not run on
Daniel Stenberg
2004-11-19
ifdef for portable "/dev/null".
Gisle Vanem
[next]