aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-08-19teste multiple uploads in one command lineDaniel Stenberg
2003-08-19better ignore patternDaniel Stenberg
2003-08-19test507 for multi with bad host nameDaniel Stenberg
2003-08-19test507 addedDaniel Stenberg
2003-08-14supprt for the new memlimit stuffDaniel Stenberg
2003-08-14test87 verifies the new and better check for bad -o #[num] stuffDaniel Stenberg
2003-08-14ignore the .pid filesDaniel Stenberg
2003-08-14ignore lib506 tooDaniel Stenberg
2003-08-14better report on why tests are skipped, and also show a count of the amountDaniel Stenberg
of test cases that were "considered".
2003-08-14corrected this test caseDaniel Stenberg
2003-08-14test urlglobbing range requestsDaniel Stenberg
2003-08-14test86 addedDaniel Stenberg
2003-08-12David Byron's fix that makes this script use 'cygpath' instead of 'pwd' ifDaniel Stenberg
this runs on windows, to find out the current working directory.
2003-08-12more auth testsDaniel Stenberg
2003-08-11forgot the backslashDaniel Stenberg
2003-08-1181 + 82 test NTLM proxy stuffDaniel Stenberg
2003-08-11added test80Daniel Stenberg
2003-08-11tunnel through proxy, with both proxy and regular authenticationDaniel Stenberg
2003-08-11added test 79, a basic test that fetches an FTP URL over a HTTP proxyDaniel Stenberg
2003-08-11test case 506 added, written by Dirk ManskeDaniel Stenberg
2003-08-08Gisle Vanem fixed a single-byte overflowDaniel Stenberg
2003-08-08ftp-create-dirs test when MKD failsDaniel Stenberg
2003-08-08--ftp-create-dirs testDaniel Stenberg
2003-08-08Support COUNT in the control file, to set the number of times the customDaniel Stenberg
REPLY is to be sent back before getting blanked and reverted to the built-in action. Now, we can make CWD fail once and then succeed when retried.
2003-08-08new -z testsDaniel Stenberg
2003-08-07added CLEANFILES to make distcheck run fineDaniel Stenberg
2003-08-06fixed syntax errorDaniel Stenberg
2003-08-06more testsDaniel Stenberg
2003-08-06new urlglob testDaniel Stenberg
2003-08-06minor cleanupDaniel Stenberg
2003-08-06explain more how the test case number awareness is sent to the test server(s)Daniel Stenberg
2003-08-06505 was missingDaniel Stenberg
2003-08-05added test 146 for a ftp persitency test, as reported on the listDaniel Stenberg
2003-08-05persistant connection testDaniel Stenberg
2003-08-04cleaned up after David Byron's comment on the libcurl list, aug 5 2003Daniel Stenberg
2003-08-04added test 73Daniel Stenberg
2003-08-04Verifies Jan Sundin's cookie bug, dated aug 4 2003.Daniel Stenberg
2003-08-02updated as the second proxy-auth header was a proof of a serious info leakDaniel Stenberg
bug!!
2003-07-30updated to match the recent ftp patch that makes it check for resumabilityDaniel Stenberg
2003-07-28Digest *OR* Basic authorization testDaniel Stenberg
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