aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2002-01-03added a little percentage for "ok coverage"Daniel Stenberg
2001-12-03test case 126 added, this uses RETRWEIRDO that makes the FTP server send twoDaniel Stenberg
responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly.
2001-12-03test127~ should not be included!Daniel Stenberg
2001-11-29remove the command file after each testDaniel Stenberg
2001-11-29test126 renamed to test190 as it has to be last among the FTP tests becauseDaniel Stenberg
of some problems in the test server :-/
2001-11-29test 127 --disable-epsvDaniel Stenberg
2001-11-28adjusted to new FTP commands in the command sequenceDaniel Stenberg
2001-11-28EPSV and SIZE adjustmentsDaniel Stenberg
2001-11-04added test 30, it checks that we return error on no content returned from aDaniel Stenberg
HTTP server
2001-11-02improved functionality for new timeout testsDaniel Stenberg
2001-11-02new testsDaniel Stenberg
2001-10-26changed the Location: to match one Paul Harrington reports a problem withDaniel Stenberg
2001-10-26test28 added for "Location: extraspace" testDaniel Stenberg
2001-10-24test case 27 added, to make sure cookie replacing don't leak anythingDaniel Stenberg
2001-10-24now reports the CORRECT pid on demandDaniel Stenberg
2001-10-19added test 37Daniel Stenberg
2001-10-17don't use 'strict' anymore, as it doesn't work good with the cygwin fixesDaniel Stenberg
also, always kill/restart the HTTP server on startup if it is our test server
2001-10-10checkserver() bugged, Kevin Roth detected and fixedDaniel Stenberg
2001-10-10Kevin Roth's fixes to make tests work on cygwinDaniel Stenberg
2001-10-09hmDaniel Stenberg
2001-10-09added chunked encoding testsDaniel Stenberg
2001-10-09added test 47 - enforced http 1.0 requestDaniel Stenberg
2001-10-08updated the cookiejar commentDaniel Stenberg
2001-09-26Added test 46, cookie jar functionalityDaniel Stenberg
2001-09-26we can verify files tooDaniel Stenberg
2001-09-24moved to parent directoryDaniel Stenberg
2001-09-23Adjusted to run on ipv6-enabled hostsDaniel Stenberg
2001-09-18This verifies that bug report #462600 is fixed, a Location: following whenDaniel Stenberg
the given URL has no protocol:// part and the Location: redirect contains a :// section
2001-09-18made it respond as a http proxy on CONNECTDaniel Stenberg
2001-09-18added two https test casesDaniel Stenberg
2001-09-18HTTPS test caseDaniel Stenberg
2001-09-17fixed the stunnel PEM pathDaniel Stenberg
2001-09-17added stunnel PEMDaniel Stenberg
2001-09-17added the stunnel PEM fileDaniel Stenberg
2001-09-17changed the PEM pathDaniel Stenberg
2001-09-14added README and FILEFORMAT to distrbution archiveDaniel Stenberg
2001-09-14new FTP testsDaniel Stenberg
2001-09-14the strip stuffDaniel Stenberg
2001-09-14fixed the REST againDaniel Stenberg
2001-09-13moved lots of the verbose stuff to do logmsg insteadDaniel Stenberg
2001-09-13initial test suite file format descriptionDaniel Stenberg
2001-09-13ftp tests addedDaniel Stenberg
2001-09-11cleaned up, now closes the listener port in PASV and it doesn't re-use theDaniel Stenberg
same passive port number
2001-09-01Heikki Korpela fixed the 'make -C' invokes. make -C is banned.Daniel Stenberg
2001-08-24cookies are stored in the reversed order now (which in turn means thatDaniel Stenberg
the order is _not_ actually reversed like it used to be)
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-21added test44 formpost without Expect:, modified test9Daniel Stenberg
2001-08-09strip off user-agent before checking protocolDaniel Stenberg
2001-08-08when a test expects an error code but gets a different one, we now outputDaniel Stenberg
both of them
2001-08-07nine new test casesDaniel Stenberg