9b3c2b6a | 04-Apr-2005 |
Daniel Stenberg |
kill warnings |
833b6df9 | 04-Apr-2005 |
Daniel Stenberg |
Marcelo Juchem's improvements |
0b454311 | 04-Apr-2005 |
Gisle Vanem |
hostthre.c: destroy_thread_data() made public. Called from url.c: Curl_disconnect(). |
5d134903 | 04-Apr-2005 |
Daniel Stenberg |
spell fixes, based on the Debian bug report #302820 submitted by "A Costa" |
82388a5e | 03-Apr-2005 |
Daniel Stenberg |
fix of tonight |
74816fed | 03-Apr-2005 |
Daniel Stenberg |
Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the init
Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this.
show more ...
|
b4c9789d | 03-Apr-2005 |
Daniel Stenberg |
Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug. But this works just fine on my host. Plain HTTP POST using Digest. |
f96fadc0 | 31-Mar-2005 |
Daniel Stenberg |
fixed bad comment, pointed out by Marcelo Juchem |
f6b11734 | 31-Mar-2005 |
Daniel Stenberg |
copyright this year |
346992c3 | 31-Mar-2005 |
Daniel Stenberg |
Attempt to make this code more forgiving for systems that doesn't detect the failed connect "immediately". |
ab4086bc | 31-Mar-2005 |
Daniel Stenberg |
Updated the copyright year since changes have been this year. |
d8e7f2b2 | 31-Mar-2005 |
Daniel Stenberg |
the cookie API is better and more likely to happen in a separate release |
93fcb94b | 30-Mar-2005 |
Daniel Stenberg |
fix configure's SSL-detection for msys/mingw (from Andres Garcia) |
32a446cf | 30-Mar-2005 |
Daniel Stenberg |
format mistake in --form-string, pointed out by Owen Watson |
94459cab | 29-Mar-2005 |
Daniel Stenberg |
Better connection keep-alive when POSTing with HTTP Digest or Negotiate. |
15858864 | 29-Mar-2005 |
Daniel Stenberg |
Don't close the connection if we're in a known negotiation mode and we won't send any data anyway. Probably the bug Tom Moers noticed. |
f00f050d | 29-Mar-2005 |
Daniel Stenberg |
proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix |
c4f34c60 | 29-Mar-2005 |
Daniel Stenberg |
postpone these |
371ef80d | 29-Mar-2005 |
Daniel Stenberg |
When doing FTP-SSL, advance to the next state properly when the response to AUTH has been received successfully. |
84b4e9ff | 29-Mar-2005 |
Daniel Stenberg |
Fixed the FTP response reader function to properly deal with responses split up in several chunks when read. |
677a74fa | 29-Mar-2005 |
Daniel Stenberg |
Made the server send data to the control/data connections using two dedicated functions. This enabled me to add a function that automatically delays between each byte, to proper test curl's a
Made the server send data to the control/data connections using two dedicated functions. This enabled me to add a function that automatically delays between each byte, to proper test curl's ability to read FTP server responses sent in many (small) chunks. See also upcoming libcurl fixes...
show more ...
|
8a076d1d | 28-Mar-2005 |
Daniel Stenberg |
Based on Augustus Saunders' comments and findings, the HTTP output auth function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test
Based on Augustus Saunders' comments and findings, the HTTP output auth function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test 243 were added to repeat the problems and verify the fixes.
show more ...
|
97072248 | 28-Mar-2005 |
Daniel Stenberg |
Added --proxy-anyauth |
31443724 | 28-Mar-2005 |
Daniel Stenberg |
modified some log outputs, added comment about auth required as used in test 154 |
0e761491 | 22-Mar-2005 |
Daniel Stenberg |
can you spell copy and paste error for me loud and clear? ;-P |