aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)Author
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg
even when the multi interface is used, and then libcurl will simulate a "follow location" to that new URL. Test 509 was added to test this feature.
2003-12-16modified and corrected test 506Daniel Stenberg
2003-11-25test 95 added, verifies my fix for bug report #848371Daniel Stenberg
2003-11-25requires a SSL-capable clientDaniel Stenberg
2003-11-24test proxy CONNECT requiring basic auth but we don't provide anyDaniel Stenberg
2003-11-20request a file over proxy without credentials, and get a 407 backDaniel Stenberg
2003-10-31back to GMT againDaniel Stenberg
2003-10-30updated for the cut off GMT stringDaniel Stenberg
2003-10-29David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg
syntax: file:/path. I added test case 203 to verify this.
2003-10-24tests the new -C - fixDaniel Stenberg
2003-10-24better name, it isn't httpsDaniel Stenberg
2003-10-24make it work with Negotiate support enabled tooDaniel Stenberg
2003-10-22Modified to be able to repeat Kevin Roth's problemDaniel Stenberg
2003-10-21modified test 91 to look more like Kevin Roth's error caseDaniel Stenberg
2003-10-21test case 91 added, an attempt to repeat a problem reported by Kevin RothDaniel Stenberg
on Oct 20, 2003.
2003-10-17finally we support >128 letter passwords so this test was fixed to workDaniel Stenberg
2003-10-12Dirk Manske made the share-locking around DNS lookups a bit "looser" so thatDaniel Stenberg
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly.
2003-10-07test case 508 added to test callback-based POSTDaniel Stenberg
2003-09-15Test 90 added: --anyauth that picks NTLM with a redirect and then anotherDaniel Stenberg
NTLM request.
2003-09-15test 89 verifies -L and ntlm authentication, as bug report #806328 claimedDaniel Stenberg
it doesn't work. It works for me.
2003-09-15test88, doing PUT with --digest now worksDaniel Stenberg
2003-08-19test case 149 is hereDaniel Stenberg
2003-08-19switch off globbing to enable [] in file names for -TDaniel Stenberg
2003-08-19check the uploadDaniel Stenberg
2003-08-19teste multiple uploads in one command lineDaniel Stenberg
2003-08-19test507 addedDaniel Stenberg
2003-08-14test87 verifies the new and better check for bad -o #[num] stuffDaniel Stenberg
2003-08-14corrected this test caseDaniel Stenberg
2003-08-14test urlglobbing range requestsDaniel Stenberg
2003-08-14test86 addedDaniel Stenberg
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-08ftp-create-dirs test when MKD failsDaniel Stenberg
2003-08-08--ftp-create-dirs testDaniel Stenberg
2003-08-08new -z testsDaniel Stenberg
2003-08-06fixed syntax errorDaniel Stenberg
2003-08-06more testsDaniel Stenberg
2003-08-06new urlglob testDaniel 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-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