aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-01-16copyright year update in the source headerDaniel Stenberg
2003-01-09added test 136Daniel Stenberg
2003-01-09verify -u username: with ftp to use a blank passwordDaniel Stenberg
2003-01-09pass a file name to memanalyze to read from instead of using stdinDaniel Stenberg
2003-01-09fixed to deal with file names that contain colons, as in WindowsDaniel Stenberg
2003-01-08nah, include test.h insteadDaniel Stenberg
2003-01-08include curl.h without directoryDaniel Stenberg
2003-01-07better ignoreDaniel Stenberg
2003-01-07ignore lib504 tooDaniel Stenberg
2002-12-19removed fruitless attempts to overload some targetsDaniel Stenberg
2002-12-17don't install the test programsDaniel Stenberg
2002-12-16removed junkDaniel Stenberg
2002-12-16Added test case 504, using multi interface and a local proxy without anythingDaniel Stenberg
listening on the port we use.
2002-12-16better descDaniel Stenberg
2002-12-16mistake, this only requires httpDaniel Stenberg
2002-12-13documented the %-variablesDaniel Stenberg
2002-12-13fixed another space issueDaniel Stenberg
2002-12-13please mr CVS ignore theseDaniel Stenberg
2002-12-13set up arg2 to point to argv[2] to be used at will by programsDaniel Stenberg
2002-12-13added 503Daniel Stenberg
2002-12-13used this to verify bug report 651460Daniel Stenberg
2002-12-13added support for CONNECT, both good and badDaniel Stenberg
2002-12-13test case 503 entered the dirDaniel Stenberg
2002-12-13include files without the curl/ to reduce the risk of us including the wrongDaniel Stenberg
set of include files during tests
2002-12-13one slash too manyDaniel Stenberg
2002-12-13lib502.c for multi interface tests on a single URL without select()Daniel Stenberg
2002-12-13test 502, multi interface with file://Daniel Stenberg
2002-12-12bail out on crap received, makes test case 402 *NOT* ruin the test seriesDaniel Stenberg
anymore!
2002-12-12missing space added, nows run old tests fine againDaniel Stenberg
2002-12-12remove test pieceDaniel Stenberg
2002-12-12make ftps and https invoke both necessary serversDaniel Stenberg
2002-12-12fixesDaniel Stenberg
2002-12-12link the test tools this way insteadDaniel Stenberg
2002-12-12no moreDaniel Stenberg
2002-12-12correctedDaniel Stenberg
2002-12-12new subdir added 'libtest'Daniel Stenberg
2002-12-12supports the new 'tool' and 'server' tagsDaniel Stenberg
2002-12-12describe the new sections added for (better) libcurl testingDaniel Stenberg
2002-12-12500 + 501 addedDaniel Stenberg
2002-12-12run tiny specific libcurl-testing toolsDaniel Stenberg
2002-12-12The first ever attempts to do pure libcurl test casesDaniel Stenberg
2002-12-10added test56, nearly 100KB big!Daniel Stenberg
2002-12-10Test case for sending insanely big HTTP requests. Mainly done this way toDaniel Stenberg
make sure that it isn't all sent off in one single send() but instead really tests the multiple-part-send logic.
2002-12-10more logging, now logs the full response too, basic support for dealingDaniel Stenberg
with chunked transfer-encoding uploads added
2002-11-22this fix seems to make the '305 306' test case combination to run ok finally!Daniel Stenberg
2002-11-06output all test case numbers with three digitsDaniel Stenberg
2002-10-23kromJx@crosswinds.net made it run properly with stunnel >=4.0Daniel Stenberg
2002-10-21Added test 55, follow location with a single slash in the original path.Daniel Stenberg
This caused curl 7.10.1 to crash.
2002-10-21test 54 added, blank Location: fieldDaniel Stenberg
2002-10-17junk cookies test53 addedDaniel Stenberg