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
2019-08-08
cleanup: s/curl_debug/curl_dbg_debug in comments and docs
Daniel Stenberg
2019-03-08
memdebug: make debug-specific functions use curl_dbg_ prefix
Daniel Stenberg
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-05-05
tests: fix -Wcast-qual warnings
Marcel Raad
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-23
tests first.c: fix calculation of sleep timeout on Windows
Marc Hoersken
2015-07-14
libtest: call PR_Cleanup() on exit if NSPR is used
Kamil Dudka
2015-02-03
unit1600: unit test for Curl_ntlm_core_mk_nt_hash
Daniel Stenberg
2014-05-09
libtests: add a wait_ms() function
Daniel Stenberg
2014-02-14
testsuite: use binary output mode for custom curl test tools
Marc Hoersken
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-12-30
removed trailing whitespace
Yang Tse
2011-10-21
multi tests: OOM handling fixes
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-21
MemoryTracking: adjust initialization calling - followup
Yang Tse
2011-08-20
MemoryTracking: adjust initialization calling
Yang Tse
2011-05-25
unit tests: build adjustment
Yang Tse
2011-03-10
sources: update source headers
Daniel Stenberg
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