Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-23 | require SSL as otherwise NTLM doesn't work! | Daniel Stenberg | |
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-20 | make the first response get a "connection: close" header as that is how | Daniel Stenberg | |
most 1.1 connections will be closed. The case where it gets closed anyway is subject for a new separate test. | |||
2004-04-19 | Make the server include "Connection: close" in the headers of the replies | Daniel Stenberg | |
it actually will close. This is after all what HTTP 1.1 says a server should do. | |||
2004-04-15 | removed the fixed dir depth limit in the FTP code | Daniel Stenberg | |
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-04-06 | require ssl since ntlm needs it | Daniel Stenberg | |
2004-04-06 | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg | |
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST. | |||
2004-03-31 | test 153 tests Digest authorization and stale=true stuff | Daniel Stenberg | |
2004-03-31 | Fixed how the user name is extracted from http_proxy environment variable | Daniel Stenberg | |
when set. | |||
2004-03-30 | David Byron's new test cases for the --fail and auth stuff. | Daniel Stenberg | |
2004-03-22 | Enabled 'NT responses' in the NTLM type-3 message. | Daniel Stenberg | |
2004-03-05 | issue 12 fix | Daniel Stenberg | |
2004-03-01 | added test 99, very basic initial large file test | Daniel Stenberg | |
2004-02-27 | Joe Halpin made the FTP code send 'QUIT' on the control connection before | Daniel Stenberg | |
it disconnects the TCP connection, like a good ftp client should! | |||
2004-02-26 | Kill the server when this test is done, as other FTP-tests sometimes | Daniel Stenberg | |
have problems otherwise. | |||
2004-02-12 | stop doing the weirdo symlinks | Daniel Stenberg | |
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg | |
2004-02-09 | Removed, this was only used to work out what went wrong with test 91, and | Daniel Stenberg | |
we seem to have nailed that one now! | |||
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-29 | adjusted to the corrected chunked transfer-encoding extra trailing CRLF | Daniel Stenberg | |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg | |
sequence. | |||
2004-01-28 | added the extra newline that this needs to succeed | Daniel Stenberg | |
2004-01-27 | send a connection: close in the initial reply to see if things differ | Daniel Stenberg | |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg | |
2004-01-21 | removed Basic in the initial response to see if it makes any difference | Daniel Stenberg | |
in the failure frequency | |||
2004-01-16 | added this test, this is basicly a copy of test 91 but we return the first | Daniel Stenberg | |
response with a size 5 instead of size 0, to see if this has an impact on the failure frequency - test 91 still fails occationally. | |||
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-12-16 | modified and corrected test 506 | Daniel Stenberg | |
2003-11-25 | test 95 added, verifies my fix for bug report #848371 | Daniel Stenberg | |
2003-11-25 | requires a SSL-capable client | 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-31 | back to GMT again | Daniel Stenberg | |
2003-10-30 | updated for the cut off GMT string | 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-24 | better name, it isn't https | Daniel Stenberg | |
2003-10-24 | make it work with Negotiate support enabled too | Daniel Stenberg | |
2003-10-22 | Modified to be able to repeat Kevin Roth's problem | Daniel Stenberg | |
2003-10-21 | modified test 91 to look more like Kevin Roth's error case | 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-17 | finally we support >128 letter passwords so this test was fixed to work | Daniel Stenberg | |