96d3db16 | 03-Dec-2003 |
Daniel Stenberg |
new VMS files |
3e43105f | 03-Dec-2003 |
Daniel Stenberg |
Marty Kuhrt updates |
8ccc1148 | 03-Dec-2003 |
Daniel Stenberg |
my contentlength adjustment broke the ftp download range stuff, this makes it work again |
06c38330 | 03-Dec-2003 |
Daniel Stenberg |
Steve Green fixed Curl_resolv() |
0f4d042d | 03-Dec-2003 |
Daniel Stenberg |
Ignore content-length when chunked transfer-encoding is transfered. |
c79de8d8 | 02-Dec-2003 |
Daniel Stenberg |
less complicated code for the MSG_NOSIGNAL detection |
d670f308 | 02-Dec-2003 |
Daniel Stenberg |
that MSG_NOSIGNAL check serves no useful purpose! |
e64e9d7f | 02-Dec-2003 |
Daniel Stenberg |
--ftp-pasv |
ad5ead8b | 02-Dec-2003 |
Daniel Stenberg |
--ftp-pasv now overrides a previous --ftpport option. We now also support it named "--ftp-port" as the additional dash between the words is used in several other options and this makes it mor
--ftp-pasv now overrides a previous --ftpport option. We now also support it named "--ftp-port" as the additional dash between the words is used in several other options and this makes it more consistant.
show more ...
|
1b99d33b | 02-Dec-2003 |
Daniel Stenberg |
fix compiler warnings |
800052dc | 02-Dec-2003 |
Daniel Stenberg |
use the HAVE_KRB4 define instead of just KRB4 |
d4629fd3 | 02-Dec-2003 |
Daniel Stenberg |
renamed the KRB4 to HAVE_KRB4 |
2c22fece | 02-Dec-2003 |
Daniel Stenberg |
fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me |
41688a16 | 02-Dec-2003 |
Daniel Stenberg |
MSG_NOSIGNAL |
2cf209d3 | 02-Dec-2003 |
Daniel Stenberg |
If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and recv() and we no longer attempt to ignore the SIGPIPE signal. |
909887f3 | 02-Dec-2003 |
Daniel Stenberg |
check for MSG_NOSIGNAL |
d1d41766 | 02-Dec-2003 |
Daniel Stenberg |
Gisle Vanem fixed the check-order for FTPS and FTP. |
7d7e9910 | 01-Dec-2003 |
Daniel Stenberg |
updated |
3eeea488 | 01-Dec-2003 |
Daniel Stenberg |
FTPS now works pretty good |
cd653f1b | 01-Dec-2003 |
Daniel Stenberg |
FTPS now works with active ftp and uploads too. |
5751796d | 30-Nov-2003 |
Daniel Stenberg |
Sven Wegener runs the new German web mirror |
012c4ee1 | 27-Nov-2003 |
Daniel Stenberg |
James Clancy updated the Borland makefiles |
426954ff | 27-Nov-2003 |
Daniel Stenberg |
Markus Moeller and SPNEGO |
471c3037 | 27-Nov-2003 |
Daniel Stenberg |
Markus Moeller's change to check for HAVE_SPNEGO instead of the previous |
f6413f2c | 27-Nov-2003 |
Daniel Stenberg |
Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGO |