7291772b | 21-Jun-2004 |
Daniel Stenberg |
added test case 513 |
8e287210 | 21-Jun-2004 |
Daniel Stenberg |
The read callback can now return CURL_READFUNC_ABORT to stop a transfer. |
8d212056 | 21-Jun-2004 |
Daniel Stenberg |
added CURL_READFUNC_ABORT |
67341c4c | 21-Jun-2004 |
Daniel Stenberg |
when the client disconnects prematurely, dump the request as received thus far |
f8188ddf | 21-Jun-2004 |
Daniel Stenberg |
recent events |
29c546b4 | 21-Jun-2004 |
Daniel Stenberg |
typecasts to prevent compiler warnings |
0d259b89 | 21-Jun-2004 |
Daniel Stenberg |
updates |
c136b80a | 21-Jun-2004 |
Daniel Stenberg |
refer to the new tutorial man page |
83b87d53 | 21-Jun-2004 |
Daniel Stenberg |
removed libcurl-the-guide from the dist |
1e99f1ee | 21-Jun-2004 |
Daniel Stenberg |
libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format |
d7fe136d | 19-Jun-2004 |
Daniel Stenberg |
test 177 HTTP POST with --digest that gets a 302 response |
cd7a0f82 | 19-Jun-2004 |
Daniel Stenberg |
When doing auth negotiations or authprobing, we only consider HTTP code <300 to be good. |
cf3f1ef2 | 19-Jun-2004 |
Daniel Stenberg |
prevent compiler warning |
a737864a | 18-Jun-2004 |
Daniel Stenberg |
ispell-buffer |
c68a6805 | 18-Jun-2004 |
Daniel Stenberg |
two issues to remember to fix before next release |
bd3d5a17 | 18-Jun-2004 |
Daniel Stenberg |
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the mailing list. |
d4b57711 | 18-Jun-2004 |
Daniel Stenberg |
With David Byron's test server I could repeat his problem and make sure that POSTing over HTTPS:// with NTLM works fine now. There was a general problem with multi-pass authentication with no
With David Byron's test server I could repeat his problem and make sure that POSTing over HTTPS:// with NTLM works fine now. There was a general problem with multi-pass authentication with non-GET operations with CONNECT.
show more ...
|
713effb6 | 17-Jun-2004 |
Daniel Stenberg |
large file FTP upload bug |
b92e2ab6 | 17-Jun-2004 |
Daniel Stenberg |
new daring features, not used by any current test |
05baf94b | 16-Jun-2004 |
Daniel Stenberg |
Keep the upload byte counter in an curl_off_t, not an int. 32bits is not enough. This is most likely the bug Jean-Louis Lemaire reported that makes 2GB FTP uploads to report error when comple
Keep the upload byte counter in an curl_off_t, not an int. 32bits is not enough. This is most likely the bug Jean-Louis Lemaire reported that makes 2GB FTP uploads to report error when completed. Also padded comments to get them aligned again, only for visibility.
show more ...
|
a76288b9 | 16-Jun-2004 |
Daniel Stenberg |
Alexander Krasnostavsky fixed a flaw in the 3rd party transfer code that didn't properly check return code. |
557e95c0 | 15-Jun-2004 |
Daniel Stenberg |
post with auth problems fixed |
0a83fa90 | 15-Jun-2004 |
Daniel Stenberg |
skip the pid from the logging |
daeb1431 | 15-Jun-2004 |
Daniel Stenberg |
test 176, use --ntlm and POST when the server doesn't require any auth |
9f752120 | 15-Jun-2004 |
Daniel Stenberg |
added test case 175, use HTTP POST and DIGEST set but the server requires no auth |