aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-07-28updated to the new ftp dir parsing code that allows a preceeding doubleDaniel Stenberg
slash
2003-07-28use the correct 'test71' file name for the temp fileDaniel Stenberg
2003-07-28got a bug report on -F in config files, so I wrote up this test to verifyDaniel Stenberg
that is works... and it did! ;-)
2003-07-22CURLDEBUG is the symbol nowDaniel Stenberg
2003-07-20the fixed skip-blanks in the FTP CWD code called for this adjustmentDaniel Stenberg
2003-07-19modified to work fine with the new persistant connection working test suiteDaniel Stenberg
HTTP server
2003-07-19swsclose addedDaniel Stenberg
2003-07-19fixed the CONNECT thing againDaniel Stenberg
2003-07-19If the data contents contains the word 'swsclose', then this server willDaniel Stenberg
disconnect the client after the response have been sent. This also happens if the respons is zero byte long. In all other cases (unless an error happens), it will now maintain the connection to allow proper persistant connection testing. This was required for the NTLM testing to work so I finally had to fix this. Of course most of the existing HTTP tests will be adjusted to work with this new rule of test file syntax for HTTP tests. Also fixed the log function to deal with varargs for better logging.
2003-07-15updated to work with Dan Winship's NTLM domain stuff fixDaniel Stenberg
2003-07-04CURLDEBUG not MALLOCDEBUG anymoreDaniel Stenberg
2003-07-04adjusted to the NTLM updatesDaniel Stenberg
2003-07-01David Byron's patch that allows a client to make the server quit with aDaniel Stenberg
magic url.
2003-06-26new testsDaniel Stenberg
2003-06-26produce a skip-report at the end of all tests, and thus record and countDaniel Stenberg
them properly
2003-06-13stdout is good enoughDaniel Stenberg
2003-06-13work more on pids, less on pidfiles to be able to do better kills at theDaniel Stenberg
end of the test where the pidfiles aren't found, but "our" server is running
2003-06-13fixed NTLM test 67, added test 68 for bad NTLM name/passwordDaniel Stenberg
2003-06-12get and use only the first line of the curl --version outputDaniel Stenberg
2003-06-12NTLM test caseDaniel Stenberg
2003-06-12require the netrc_debug feature the same way we now can require SSLDaniel Stenberg
present client-side
2003-06-12now test cases can be set to be dependent on the presence of "SSL" in theDaniel Stenberg
client/library
2003-06-11describe the NTLM mechanism tooDaniel Stenberg
2003-06-11basic NTLM supportDaniel Stenberg
2003-06-10more genericDaniel Stenberg
2003-06-03Content-Length: now overrides other means of knowing when the stream hasDaniel Stenberg
ended.
2003-06-02the 500-599 test case rangeDaniel Stenberg
2003-05-23more ftp testing using NLST and no contents and bad return codeDaniel Stenberg
2003-05-23test 66 returns one line of data with no header (HTTP)Daniel Stenberg
2003-05-22Document the <dataNUM> thing we use,Daniel Stenberg
2003-05-22Digest support addedDaniel Stenberg
2003-05-22Digest testing addedDaniel Stenberg
2003-05-19the proxy environment variables now may contain user name and passwordDaniel Stenberg
2003-05-19remove debug outputDaniel Stenberg
2003-05-19setenv support added to allow test cases to require a set of environmentDaniel Stenberg
variables
2003-05-02send correct cookies when using a custom Host:Daniel Stenberg
2003-05-02fixed the format slightlyDaniel Stenberg
2003-05-01FTP URL with type=aDaniel Stenberg
2003-04-30the test numbers are now only for human readability, the numbers no longerDaniel Stenberg
enforces protocol/server
2003-04-30no longer assume that the test number implies servers to runDaniel Stenberg
2003-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
test number.
2003-04-30we say welcome to test 142Daniel Stenberg
2003-04-30verify that curl fails fine when an FTP URL with a too deep dir hierarchyDaniel Stenberg
is used
2003-04-30ok, make the test run ok tooDaniel Stenberg
2003-04-30various new cookie tests with a custom Host: header setDaniel Stenberg
2003-04-30modified to work with modified codeDaniel Stenberg
2003-04-30modified to produce nicer output when a single test failsDaniel Stenberg
2003-04-30make the diffs with 'diff -u' to make them nicer and easier to readDaniel Stenberg
2003-04-23Bryan Kemp's reported problems with curl and PUT from stdin and a fakedDaniel Stenberg
content-length made me add test case 60, that does exactly this, but it seems to run fine...
2003-04-15typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg
than long and libcurl expects a long...