Age | Commit message (Expand) | Author |
2004-06-21 | added test case 513 | Daniel Stenberg |
2004-06-19 | test 177 HTTP POST with --digest that gets a 302 response | Daniel Stenberg |
2004-06-15 | test 176, use --ntlm and POST when the server doesn't require any auth | Daniel Stenberg |
2004-06-15 | added test case 175, use HTTP POST and DIGEST set but the server requires no | Daniel Stenberg |
2004-06-14 | added test 174, HTTP POST --anyauth to server without auth requirements. | Daniel Stenberg |
2004-06-04 | test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename | Daniel Stenberg |
2004-06-03 | corrected to use the proxy user name for proxy auth, as was just bugfixed! | Daniel Stenberg |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg |
2004-05-24 | better name | Daniel Stenberg |
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg |
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg |
2004-05-19 | NTLM requires SSL | Daniel Stenberg |
2004-05-19 | added test 170 | Daniel Stenberg |
2004-05-19 | David Byron's test case with -F that used to crash | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-05-03 | improved the name of the test | Daniel Stenberg |
2004-04-30 | added test 166, formpost with white space in file name | Daniel Stenberg |
2004-04-29 | Introducing IDN host name testing. Test case 165 requires an IDN-capable | Daniel Stenberg |
2004-04-29 | ignore cnonce lines too as they are based on the current time and will differ | Daniel Stenberg |
2004-04-29 | test 512 does some basic curl_easy_duphandle() testing | Daniel Stenberg |
2004-04-29 | updated to work with the new Digest code | Daniel Stenberg |
2004-04-26 | Removed the FTPS test cases, they only annoy us as they don't work for anyone | Daniel Stenberg |
2004-04-24 | test164 HTTP range with multiple ranges | Daniel Stenberg |
2004-04-23 | minor format fix | Daniel Stenberg |
2004-04-23 | added test 163 - a simple test case that use -F field<file, to verify that | Daniel Stenberg |
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 |
2004-04-22 | If only a partial file was transfered, we consider that a fatal problem so | Daniel Stenberg |
2004-04-20 | test160 - for a more controlled testing of the case where libcurl starts | Daniel Stenberg |
2004-04-20 | make the first response get a "connection: close" header as that is how | Daniel Stenberg |
2004-04-19 | Make the server include "Connection: close" in the headers of the replies | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |
2004-02-26 | Kill the server when this test is done, as other FTP-tests sometimes | Daniel Stenberg |
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 |
2004-02-05 | Made a test that sends data on stdin to PUT, with a given length and | Daniel Stenberg |
2004-02-02 | added test 97, a simple test with -d post and a replacede content-type | Daniel Stenberg |