diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-03 09:07:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-03 09:07:59 +0000 |
commit | c03e0074c687dcd281391142e4184376543ece0e (patch) | |
tree | f853c07d0848fb139246466e56d21f60a23bcf64 /CHANGES | |
parent | 0d12c567386d54474ababcde3678a0cc5e1fb6b8 (diff) |
ftp commands are now sent single-write()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 <stdio.h> in <curl/curl.h> 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 |