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
/
first.c
Age
Commit message (
Expand
)
Author
2011-01-03
unittest: framework for unit-testing
Daniel Stenberg
2010-11-28
atoi: remove atoi usage
Yang Tse
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-01-21
Call setlocale() for libtest tests to test the effects of locale-induced
Dan Fandrich
2008-09-20
include "memdebug.h"
Yang Tse
2008-09-18
fix compiler warning: external declaration in primary source file
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
2006-10-25
Add project notice and file Id
Yang Tse
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-12
Cygwin preprocessor adjustments
Yang Tse
2006-09-10
Added select_test() function to allow selecting on no sockets on
Gisle Vanem
2005-01-27
Use the same work-around for the memdebug stuff as in the command line client,
Daniel Stenberg
2004-05-14
enable memory debugging the same way the curl command line tool already does
Daniel Stenberg
2004-02-05
changed the test() function to return type int
Daniel Stenberg
2003-07-04
CURLDEBUG not MALLOCDEBUG anymore
Daniel Stenberg
2003-01-08
nah, include test.h instead
Daniel Stenberg
2003-01-08
include curl.h without directory
Daniel Stenberg
2002-12-13
set up arg2 to point to argv[2] to be used at will by programs
Daniel Stenberg
2002-12-12
fixes
Daniel Stenberg
2002-12-12
The first ever attempts to do pure libcurl test cases
Daniel Stenberg