From: Daniel Stenberg Date: Wed, 3 Jan 2001 09:07:59 +0000 (+0000) Subject: ftp commands are now sent single-write() X-Git-Tag: curl-7_5_2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c03e0074c687dcd281391142e4184376543ece0e;p=thirdparty%2Fcurl.git ftp commands are now sent single-write() --- diff --git a/CHANGES b/CHANGES index b2be2a0b9f..f139659191 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,17 @@ History of Changes +Daniel (30 December 2000) +- Made all FTP commands get sent with the trailing CRLF in one single write() + as splitting them up seems to confuse at least some firewalls (FW-1 being + one major). + +Daniel (19 December 2000) +- Added file desrciptor and FILE handle leak detection to the memdebug system + and thus I found and removed a file handler leakage in the ftp parts. + +- Added an include in since it uses FILE *. + Daniel (12 December 2000) - Multiple URL downloads with -O was still bugging. Not anymore I think or hope, or at least I've tried... :-O