05825a8a | 30-Aug-2004 |
Daniel Stenberg |
Make "Proxy-Connection: close" close the current proxy connection, as Roman Koifman found out. |
24353c43 | 30-Aug-2004 |
Daniel Stenberg |
getdate fix, adacurl release |
e89ea076 | 30-Aug-2004 |
Daniel Stenberg |
mention Gisle's recent fixes |
b99c95ba | 29-Aug-2004 |
Gisle Vanem |
Removed ares_free_errmem.c from MSCV project files. Fixed line-endings to CR-LF. |
9432bfe9 | 27-Aug-2004 |
Daniel Stenberg |
updated with minor edits |
37bf6da9 | 27-Aug-2004 |
Daniel Stenberg |
don't do SO_KEEPALIVE, we already have a finer grained method built-in |
b3ebbd60 | 26-Aug-2004 |
Daniel Stenberg |
added some more details |
e942394b | 25-Aug-2004 |
Daniel Stenberg |
getdate and new test cases from yday |
4adfcd4f | 25-Aug-2004 |
Daniel Stenberg |
not accurate anymore anyway |
c10196af | 25-Aug-2004 |
Daniel Stenberg |
Frankie V's description on how to get a CA cert for a random site using IE |
49746d1d | 24-Aug-2004 |
Daniel Stenberg |
returned memory should not be freed |
d46e235c | 24-Aug-2004 |
Daniel Stenberg |
added test 183 to verify that we properly send good Host: headers when getting multiple URLs over a single proxy connection |
ee44677d | 24-Aug-2004 |
Daniel Stenberg |
Attempt to quick-fix the getdate problem by post-replacing the getdate.c file after the bison/yacc process to add the fix Harshal Pradhan suggested. |
20057aee | 24-Aug-2004 |
Daniel Stenberg |
prevent files named ".nfs[something]" from being displayed when failing |
71196790 | 23-Aug-2004 |
Daniel Stenberg |
updated in CVS, generated with a much newer bison version |
d869b51a | 23-Aug-2004 |
Daniel Stenberg |
Expect: 100-continue info added |
dbacc81a | 23-Aug-2004 |
Daniel Stenberg |
added note about WRITEFUNCTION now being called with zero bytes if the file to be transfered is empty |
b233c13d | 23-Aug-2004 |
Daniel Stenberg |
verify that transferring a zero byte FTP file results in a zero byte local file |
464be274 | 23-Aug-2004 |
Daniel Stenberg |
Provide support for "transferring" zero bytes FTP files and comparing that the output file actually is zero bytes after the transfer. |
d736ac51 | 23-Aug-2004 |
Daniel Stenberg |
stripped trailing whitespace |
e8b295ff | 23-Aug-2004 |
Daniel Stenberg |
lost of more into on how to tweak some headers |
4a4490d5 | 23-Aug-2004 |
Daniel Stenberg |
debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get lots of fine info from a transfer |
46313be2 | 23-Aug-2004 |
Daniel Stenberg |
added more header info for PUT and POST requests |
723bfe42 | 23-Aug-2004 |
Daniel Stenberg |
Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and PUTs even when told to use HTTP 1.0, which is not correct. |
e35c7dcd | 20-Aug-2004 |
Gisle Vanem |
More patches for Watt-32 on Win32; don't include "nameser.h". |