summaryrefslogtreecommitdiff
path: root/tests/libtest/first.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-3/+3
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-6/+6
* tests: fix -Wcast-qual warningsMarcel Raad2017-05-051-1/+1
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tests first.c: fix calculation of sleep timeout on WindowsMarc Hoersken2015-12-231-1/+1
* libtest: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2015-07-141-1/+14
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-031-1/+15
* libtests: add a wait_ms() functionDaniel Stenberg2014-05-091-1/+10
* testsuite: use binary output mode for custom curl test toolsMarc Hoersken2014-02-141-1/+17
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* removed trailing whitespaceYang Tse2011-12-301-1/+1
* multi tests: OOM handling fixesYang Tse2011-10-211-6/+14
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* MemoryTracking: adjust initialization calling - followupYang Tse2011-08-211-1/+1
* MemoryTracking: adjust initialization callingYang Tse2011-08-201-13/+23
* unit tests: build adjustmentYang Tse2011-05-251-0/+3
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* unittest: framework for unit-testingDaniel Stenberg2011-01-031-1/+1
* atoi: remove atoi usageYang Tse2010-11-281-1/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Call setlocale() for libtest tests to test the effects of locale-inducedDan Fandrich2009-01-211-0/+14
* include "memdebug.h"Yang Tse2008-09-201-3/+2
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-181-3/+0
* Renamed a couple of global variables to avoid shadowing warningsYang Tse2007-10-021-4/+4
* let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg2007-07-151-0/+7
* add support for arg3 as the third argument...Daniel Stenberg2007-07-141-0/+4
* Add project notice and file IdYang Tse2006-10-251-0/+10
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-1/+1
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Cygwin preprocessor adjustmentsYang Tse2006-09-121-1/+1
* Added select_test() function to allow selecting on no sockets onGisle Vanem2006-09-101-0/+15
* Use the same work-around for the memdebug stuff as in the command line client,Daniel Stenberg2005-01-271-1/+7
* enable memory debugging the same way the curl command line tool already doesDaniel Stenberg2004-05-141-3/+16
* changed the test() function to return type intDaniel Stenberg2004-02-051-1/+1
* CURLDEBUG not MALLOCDEBUG anymoreDaniel Stenberg2003-07-041-2/+2
* nah, include test.h insteadDaniel Stenberg2003-01-081-1/+1
* include curl.h without directoryDaniel Stenberg2003-01-081-1/+1
* set up arg2 to point to argv[2] to be used at will by programsDaniel Stenberg2002-12-131-0/+5
* fixesDaniel Stenberg2002-12-121-0/+16
* The first ever attempts to do pure libcurl test casesDaniel Stenberg2002-12-121-0/+10