aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2002-10-04new redirect tests with ./ and ../Daniel Stenberg
2002-09-13306 addedDaniel Stenberg
2002-09-13request a page from HTTPS but get no headersDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-08-30new testsDaniel Stenberg
2002-08-30show return code when run verboseDaniel Stenberg
2002-08-26ignore theseDaniel Stenberg
2002-08-26updated for the new SSL -kDaniel Stenberg
added two new tests to test the absense of -k to insecure SSL sites
2002-08-12redirect stderr to /dev/null when testing for running test-serversDaniel Stenberg
2002-08-08all those ignoresDaniel Stenberg
2002-07-29extended and improved cookie testingDaniel Stenberg
2002-06-11more nonewline supportDaniel Stenberg
2002-06-11added test135 ftp byte-range downloadDaniel Stenberg
2002-05-21James Cone's little work-around for the strict errorDaniel Stenberg
2002-05-21test suite mods for the netrc testing stuffDaniel Stenberg
2002-05-21five new test cases for the netrc parsingDaniel Stenberg
2002-05-21Added source header and made it clear that this code was originally donatedDaniel Stenberg
to us by Juergen Wilke.
2002-05-17removed compiler warningsDaniel Stenberg
2002-04-26handles much larger POSTs, replaced snprintf() with sprintf() since thisDaniel Stenberg
needs to be more portable and in the test server we can skip the extra safety
2002-04-10updated error codeDaniel Stenberg
2002-04-09set the HOME variable to the current dir, to prevent any real ~/.curlrc toDaniel Stenberg
play tricks on us!
2002-04-05enough with stupidity, this is a test case that should fail and thus weDaniel Stenberg
should use a proper command line that *fails* ;-O
2002-04-05added test 48, verify -I, -d and -G in one command lineDaniel Stenberg
2002-04-04very minor log changeDaniel Stenberg
2002-03-20added test 128, ftp upload with --crlfDaniel Stenberg
2002-03-19corrected for 7.9.6Daniel Stenberg
2002-03-18test 32, try -d and -GDaniel Stenberg
2002-03-11added test 39, tests the new -F featuresDaniel Stenberg
2002-03-06Ralph Mitchell's minor #include patch to prevent some warningsDaniel Stenberg
2002-03-01memanalyze is now moved to the tests/ dirDaniel Stenberg
2002-03-01include memanalyze.pl in the dist archiveDaniel Stenberg
2002-03-01moved memanalyze.pl into the tests dirDaniel Stenberg
2002-02-28set CURL_MEMDEBUG to enable memory debugging in case curl is compiledDaniel Stenberg
with it
2002-02-27oops, we weren't doing HTTPS - now we areDaniel Stenberg
2002-02-27test 304, HTTPS multipart formpostDaniel Stenberg
2002-02-27use the correct time in the cookie jarDaniel Stenberg
2002-02-26modified cookie expire dateDaniel Stenberg
2002-02-26new field1 functionality testing tooDaniel Stenberg
2002-02-26test 31: "HTTP with weirdly formatted cookies and cookiejar storage"Daniel Stenberg