7b51b2f1 | 11-Apr-2003 |
Daniel Stenberg |
Nic Hines fixed this bug when deflate or gzip contents were downloaded using chunked encoding. |
22d88fb2 | 11-Apr-2003 |
Daniel Stenberg |
ah, move the zero byte too or havoc will occur |
f7c5b28e | 11-Apr-2003 |
Daniel Stenberg |
verify the new url parser fix |
5760f2a3 | 11-Apr-2003 |
Daniel Stenberg |
support ? as separator instead of / even if not protocol was given |
ee46efb5 | 11-Apr-2003 |
Daniel Stenberg |
these guys deserve a mentioning here as well |
eb6ffebf | 11-Apr-2003 |
Daniel Stenberg |
Dan the man on the list |
c06c44f2 | 11-Apr-2003 |
Daniel Stenberg |
Dan Fandrich's added gzip support documented. |
019c4088 | 11-Apr-2003 |
Daniel Stenberg |
Dan Fandrich's gzip patch applied |
0b0a88b7 | 11-Apr-2003 |
Daniel Stenberg |
when saving a cookie jar fails, you don't get an error code or anything, just a warning in the verbose output stream |
028e9cc5 | 11-Apr-2003 |
Daniel Stenberg |
According to RFC959, CWD is supposed to return 250 on success, but there seem to be non-compliant FTP servers out there that return 200, so we accept any '2xy' response now. |
e0d8615e | 11-Apr-2003 |
Daniel Stenberg |
show a verbose warning message in case cookie-saving fails, after Ralph Mitchell's notification. |
c8ecbda4 | 10-Apr-2003 |
Daniel Stenberg |
new ftp tests |
2324c10d | 10-Apr-2003 |
Daniel Stenberg |
another week has passed |
89cfa762 | 10-Apr-2003 |
Daniel Stenberg |
Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no slash after the host name, but still a ? and following "parameters". |
072070a2 | 09-Apr-2003 |
Daniel Stenberg |
oops, committed test code not meant to be here |
3c3ad134 | 09-Apr-2003 |
Daniel Stenberg |
the default debugfunction shows incoming headers as well |
a4ffcfd4 | 09-Apr-2003 |
Daniel Stenberg |
timecond support added made the Last-Modified (faked) header look correct using GMT always |
136670c5 | 09-Apr-2003 |
Daniel Stenberg |
three new ftp tests |
28169725 | 09-Apr-2003 |
Daniel Stenberg |
<mdtm> added |
5b13106f | 09-Apr-2003 |
Daniel Stenberg |
MDTM support added |
1a2db0df | 08-Apr-2003 |
Daniel Stenberg |
James Bursa fixed a flaw in the content-type extracting code that could miss the first letter |
696f95bb | 08-Apr-2003 |
Daniel Stenberg |
share.c added |
acec588f | 07-Apr-2003 |
Daniel Stenberg |
--disable-eprt perhaps? |
6ed0da8e | 06-Apr-2003 |
Daniel Stenberg |
Ryan Weaver's fix to prevent the ca bundle to get installed even when building curl without SSL support! |
7fd91d70 | 04-Apr-2003 |
Daniel Stenberg |
adjusted the formpost testcases to the new boundary string construction |