summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Made unit_setup() return an error code to abort the test earlyDan Fandrich2011-01-055-17/+32
* tests: <info> tag correctionsDaniel Stenberg2011-01-042-2/+2
* unittest: 1303 tests Curl_timeleftDaniel Stenberg2011-01-044-2/+152
* curlcheck.h: add fail()Daniel Stenberg2011-01-041-0/+10
* Fixed path to allow out-of-tree buildsDan Fandrich2011-01-041-2/+2
* ignore: all executable unit test casesDaniel Stenberg2011-01-041-1/+1
* tests: add 1302 to the packageDaniel Stenberg2011-01-041-1/+1
* unittest: test base64 encode/decodeDaniel Stenberg2011-01-043-1/+110
* curlcheck.h: avoid using NULL pointersDaniel Stenberg2011-01-041-1/+1
* curlcheck.h: add verify_memoryDaniel Stenberg2011-01-041-0/+7
* curlcheck.h: add newlines in error messagesDaniel Stenberg2011-01-041-6/+6
* unittest: verify curl_strequalDaniel Stenberg2011-01-044-2/+65
* curlcheck.h: add fail_if() fix codeDaniel Stenberg2011-01-031-1/+10
* unittests: basic docsDaniel Stenberg2011-01-031-0/+73
* ignore: unit test filesDaniel Stenberg2011-01-031-0/+1
* unittests: a dedicated feature in testsDaniel Stenberg2011-01-033-9/+16
* unittesting: build a separate static libDaniel Stenberg2011-01-031-2/+11
* unittest: framework for unit-testingDaniel Stenberg2011-01-0310-6/+185
* test harness: take in account that Windows does not support LD_PRELOADYang Tse2010-12-281-4/+9
* cookies: tricked dotcounter fixedDaniel Stenberg2010-12-231-0/+1
* SMTP tests: updated MAIL FROM useDaniel Stenberg2010-12-226-7/+7
* tftpd: avoid buffer overflow report from glibcPaul Howarth2010-12-171-2/+4
* axTLS integration: silence runtests.pl perl warningYang Tse2010-12-161-2/+2
* Minor fixes to pass tests 301 and 306 with a patched axTLS.Eric Hu2010-12-151-1/+1
* Initial axTLS integration. Connections can be made and some tests pass.Eric Hu2010-12-151-0/+12
* sws: fix compier warning: external definition with no prior declarationYang Tse2010-12-061-1/+1
* fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse2010-12-022-2/+2
* atoi: remove atoi usageYang Tse2010-11-285-7/+10
* symbol-scan: use configure script knowledge about how to run the C preprocessorYang Tse2010-11-251-4/+17
* ignore file generated by configureYang Tse2010-11-251-0/+1
* Check for errors while preprocessing curl.h in test 1119Dan Fandrich2010-11-192-3/+8
* Use the 3-argument open for compatibility with older perlsDan Fandrich2010-11-191-1/+1
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-196-129/+188
* test1120: verify FTP response 421Daniel Stenberg2010-11-102-1/+45
* ftpserver.pl: spellfix commentDaniel Stenberg2010-11-101-1/+1
* symbols-in-version: add CURL_SOCKET_BADDaniel Stenberg2010-11-091-1/+12
* ftp: close connection as soon as ABOR has been sentKamil Dudka2010-11-083-3/+0
* test: remove test 580Daniel Stenberg2010-11-054-26/+3
* Allow building test 580 out of treeDan Fandrich2010-11-031-2/+2
* dist: add symbol-scan.pl to the tarballDaniel Stenberg2010-11-031-2/+2
* test1119: verify symbols-in-versionsDaniel Stenberg2010-11-032-1/+25
* runtests: allow tests written as perl scriptsDaniel Stenberg2010-11-032-24/+33
* symbol-scan: verifies symbols-in-versionsDaniel Stenberg2010-11-031-0/+133
* Added mk580.pl to the tar ballDan Fandrich2010-11-021-1/+1
* ignore: lib580.c is generated by mk580.plDaniel Stenberg2010-11-021-0/+1
* test: added test 580 - verifies symbols-in-versionsDaniel Stenberg2010-11-022-1/+24
* ftp: prevent server from hanging on closed data connectionKamil Dudka2010-10-295-0/+5
* URL-parsing: consider ? a dividerDaniel Stenberg2010-10-193-2/+57
* Fixed the IPv6 host address in test1203Dan Fandrich2010-10-141-1/+1
* Added --noconfigure switch to testcurl.pl.Guenter Knauf2010-10-141-1/+6