Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-24 | test164 HTTP range with multiple ranges | Daniel Stenberg | |
2004-04-23 | added test 163 - a simple test case that use -F field<file, to verify that | Daniel Stenberg | |
we can pass on "odd" characters (newline, CR, tab) like this. | |||
2004-04-22 | - David Byron found and fixed a small bug with the --fail and authentication | Daniel Stenberg | |
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and communicate with a proxy that requires basic authentication, the proxy properly returns a 407, but the failure detection code doesn't realize it should give up, so curl returns with exit code 0. Test case 162 verifies this. | |||
2004-04-22 | If only a partial file was transfered, we consider that a fatal problem so | Daniel Stenberg | |
we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static. | |||
2004-04-20 | test160 - for a more controlled testing of the case where libcurl starts | Daniel Stenberg | |
to re-use a connection that is closed when re-used and libcurl should then make a new fresh connection and use instead | |||
2004-04-14 | Added test case 511 in an attempt to repeat bug report #934666 "storage leak | Daniel Stenberg | |
in ftp.c", but it shows no leaking. | |||
2004-04-07 | added test 159, use --ntlm together with -0 | Daniel Stenberg | |
2004-04-07 | getting only a 100 Continue response and nothing else, when talking HTTP, | Daniel Stenberg | |
is now treated as an error by libcurl | |||
2004-03-31 | test 153 tests Digest authorization and stale=true stuff | Daniel Stenberg | |
2004-03-30 | David Byron's new test cases for the --fail and auth stuff. | Daniel Stenberg | |
2004-03-01 | added test 99, very basic initial large file test | Daniel Stenberg | |
2004-02-12 | stop doing the weirdo symlinks | Daniel Stenberg | |
2004-02-05 | Made a test that sends data on stdin to PUT, with a given length and | Daniel Stenberg | |
chunked transfer-encoding disabled. Fixed to work after Len Krause's bug report. | |||
2004-02-02 | added test 97, a simple test with -d post and a replacede content-type | Daniel Stenberg | |
header using -H | |||
2004-01-30 | added test 510, callback-based POST using chunked encoding | Daniel Stenberg | |
2004-01-13 | we no longer distribute the non-working tests 400 - 403 | Daniel Stenberg | |
2004-01-12 | Peter Sylvester brought code that now allows a callback to modified the URL | Daniel 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-11-25 | test 95 added, verifies my fix for bug report #848371 | Daniel Stenberg | |
2003-11-24 | test proxy CONNECT requiring basic auth but we don't provide any | Daniel Stenberg | |
2003-11-20 | request a file over proxy without credentials, and get a 407 back | Daniel Stenberg | |
2003-10-29 | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg | |
syntax: file:/path. I added test case 203 to verify this. | |||
2003-10-24 | tests the new -C - fix | Daniel Stenberg | |
2003-10-21 | test case 91 added, an attempt to repeat a problem reported by Kevin Roth | Daniel Stenberg | |
on Oct 20, 2003. | |||
2003-10-07 | test case 508 added to test callback-based POST | Daniel Stenberg | |
2003-09-15 | Test 90 added: --anyauth that picks NTLM with a redirect and then another | Daniel Stenberg | |
NTLM request. | |||
2003-09-15 | test 89 verifies -L and ntlm authentication, as bug report #806328 claimed | Daniel Stenberg | |
it doesn't work. It works for me. | |||
2003-09-15 | test88, doing PUT with --digest now works | Daniel Stenberg | |
2003-08-19 | test case 149 is here | Daniel Stenberg | |
2003-08-19 | test507 added | Daniel Stenberg | |
2003-08-14 | test87 verifies the new and better check for bad -o #[num] stuff | Daniel Stenberg | |
2003-08-14 | test86 added | Daniel Stenberg | |
2003-08-12 | more auth tests | Daniel Stenberg | |
2003-08-11 | forgot the backslash | Daniel Stenberg | |
2003-08-11 | 81 + 82 test NTLM proxy stuff | Daniel Stenberg | |
2003-08-11 | added test80 | Daniel Stenberg | |
2003-08-11 | added test 79, a basic test that fetches an FTP URL over a HTTP proxy | Daniel Stenberg | |
2003-08-11 | test case 506 added, written by Dirk Manske | Daniel Stenberg | |
2003-08-08 | ftp-create-dirs test when MKD fails | Daniel Stenberg | |
2003-08-08 | --ftp-create-dirs test | Daniel Stenberg | |
2003-08-08 | new -z tests | Daniel Stenberg | |
2003-08-06 | fixed syntax error | Daniel Stenberg | |
2003-08-06 | more tests | Daniel Stenberg | |
2003-08-06 | 505 was missing | Daniel Stenberg | |
2003-08-05 | added test 146 for a ftp persitency test, as reported on the list | Daniel Stenberg | |
2003-08-04 | added test 73 | Daniel Stenberg | |
2003-07-28 | Digest *OR* Basic authorization test | Daniel Stenberg | |
2003-07-28 | got a bug report on -F in config files, so I wrote up this test to verify | Daniel Stenberg | |
that is works... and it did! ;-) | |||
2003-06-26 | new tests | Daniel Stenberg | |
2003-06-13 | fixed NTLM test 67, added test 68 for bad NTLM name/password | Daniel Stenberg | |
2003-06-12 | NTLM test case | Daniel Stenberg | |