From 6f10b0fdb34784fbf6742b219009174bc5b1b285 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Mon, 16 Oct 2000 18:35:21 +0000 Subject: [PATCH] :) --- vfs/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index b074802ac..b96d986d9 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,15 @@ +2000-10-16 Andrew V. Samoilov + + * ftpfs.c (open_data_connection): don't generate //filename, some + ftp servers can't store it; + + (command): g_strdup_vprintf() and g_strconcat() replaced + by g_strdup_vprintf(), g_realloc() and strcpy() + to reduce memory usage when trailing "\r\n" added; + + (ftpfs_set_debug, ftp_data): ftp_data.logfile assigned with logfile + value to log servers replies + 2000-10-09 Andrew V. Samoilov * sfs.c (redirect): temporary file unlinked on error;