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
/
test.h
Age
Commit message (
Expand
)
Author
2011-03-10
sources: update source headers
Daniel Stenberg
2011-03-08
sftp-multi: test 582 added
Henry Ludemann
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-05
Addes OOM handling for curl_easy_setopt() calls in test
Yang Tse
2010-02-02
avoid possibility of using obsoleted stuff
Yang Tse
2009-07-14
renamed generated config.h to curl_config.h in order to avoid clashes when li...
Gunter Knauf
2009-05-01
David McCreedy's "TPF-platform specific changes to various files" patch
Yang Tse
2008-09-18
fix compiler warning: external declaration in primary source file
Yang Tse
2008-07-15
add comment for include paths
Yang Tse
2007-10-02
Renamed a couple of global variables to avoid shadowing warnings
Yang Tse
2007-07-15
let's just export the whole argc + argv pair globally so that each test tool
Daniel Stenberg
2007-07-14
add support for arg3 as the third argument...
Daniel Stenberg
2007-02-22
Check for stdbool.h at configuration stage, and include it if available.
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
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-09-10
Added select_test() function to allow selecting on no sockets on
Gisle Vanem
2004-05-14
enable memory debugging the same way the curl command line tool already does
Daniel Stenberg
2004-03-03
We let this file include more generic headers that many libtests need anyway
Daniel Stenberg
2004-02-19
provide a test() proto
Daniel Stenberg
2004-01-13
include setup.h from the lib dir instead to get even more private stuff
Daniel Stenberg
2003-11-06
Define TRUE and FALSE unless already present. I've moved away those
Daniel Stenberg
2003-04-15
include config.h before all system headers, so that _FILE_OFFSET_BITS and
Daniel Stenberg
2003-03-12
include "config.h" from the lib's private dir
Daniel Stenberg
2003-01-23
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
Daniel Stenberg
2002-12-13
set up arg2 to point to argv[2] to be used at will by programs
Daniel Stenberg
2002-12-13
include files without the curl/ to reduce the risk of us including the wrong
Daniel Stenberg
2002-12-12
fixes
Daniel Stenberg