aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/first.c
AgeCommit message (Expand)Author
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg
2019-03-08memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-05-05tests: fix -Wcast-qual warningsMarcel Raad
2016-04-03code: style updatesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-23tests first.c: fix calculation of sleep timeout on WindowsMarc Hoersken
2015-07-14libtest: call PR_Cleanup() on exit if NSPR is usedKamil Dudka
2015-02-03unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg
2014-05-09libtests: add a wait_ms() functionDaniel Stenberg
2014-02-14testsuite: use binary output mode for custom curl test toolsMarc Hoersken
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-12-30removed trailing whitespaceYang Tse
2011-10-21multi tests: OOM handling fixesYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-21MemoryTracking: adjust initialization calling - followupYang Tse
2011-08-20MemoryTracking: adjust initialization callingYang Tse
2011-05-25unit tests: build adjustmentYang Tse
2011-03-10sources: update source headersDaniel Stenberg
2011-01-03unittest: framework for unit-testingDaniel Stenberg
2010-11-28atoi: remove atoi usageYang Tse
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-01-21Call setlocale() for libtest tests to test the effects of locale-inducedDan Fandrich
2008-09-20include "memdebug.h"Yang Tse
2008-09-18fix compiler warning: external declaration in primary source fileYang Tse
2007-10-02Renamed a couple of global variables to avoid shadowing warningsYang Tse
2007-07-15let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg
2007-07-14add support for arg3 as the third argument...Daniel Stenberg
2006-10-25Add project notice and file IdYang Tse
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse
2006-09-12Cygwin preprocessor adjustmentsYang Tse
2006-09-10Added select_test() function to allow selecting on no sockets onGisle Vanem
2005-01-27Use the same work-around for the memdebug stuff as in the command line client,Daniel Stenberg
2004-05-14enable memory debugging the same way the curl command line tool already doesDaniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2003-07-04CURLDEBUG not MALLOCDEBUG anymoreDaniel Stenberg
2003-01-08nah, include test.h insteadDaniel Stenberg
2003-01-08include curl.h without directoryDaniel Stenberg
2002-12-13set up arg2 to point to argv[2] to be used at will by programsDaniel Stenberg
2002-12-12fixesDaniel Stenberg
2002-12-12The first ever attempts to do pure libcurl test casesDaniel Stenberg