Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:40:01
Changelog for FileZilla 3 (8068 changes):
2009-09-22 23:37 botg, revision 3407- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-09-22 19:48 botg, revision 3406Also use wxChoice in session specific default file exists dialog.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2009-09-21 21:16 botg, revision 3405Fix #4831, mark filename column as fixed and sanitize stored settings.
2009-09-21 21:14 botg, revision 3404Typo
2009-09-21 21:02 botg, revision 3403Forgot to capture EACCESS/EGAIN in TryLock
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-09-21 10:02 botg, revision 3397Handle EINTR and other locking failures, should fix #4417
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
2009-09-20 15:01 botg, revision 3375There's no more org.freedesktop.PowerManagement on Ubuntu 9.10, fall back to org.gnome.SessionManager to inhibit idle suspend
2009-09-20 14:58 botg, revision 3374Make sure all tabs fit also on wxGTK
2009-09-20 14:55 botg, revision 3373Don't leave debug code enabled
2009-09-20 14:24 botg, revision 3372wxGTK also needs that strange offset
2009-09-20 12:12 botg, revision 3371Fix border of list controls on SFTP and filetype pages
2009-09-20 12:10 botg, revision 3370Typo
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.h
2009-09-20 10:04 botg, revision 3369Reduce space requirements of file exists settings page.
2009-09-20 09:47 botg, revision 3368Only accept wx 2.8.x, not 2.9.x or higher.
2009-09-20 09:25 botg, revision 3367Make sure tabs fit entirely on OS X
2009-09-19 21:51 botg, revision 3366More wrapping oddities fixed
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2009-09-17 14:24 botg, revision 3365Check for OS X >= 10.5 in powermanagement code. Based on patch by John Ratliff.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
2009-09-17 12:51 botg, revision 3364Add missing virtual destructors and fix two potential memory leaks.
2009-09-16 21:03 botg, revision 3363Fix copy&paste error
2009-09-16 20:43 botg, revision 3362Two harmless file descriptor leaks. Upstream has been notified.
2009-09-16 14:21 botg, revision 3361Also increase advertised window on SFTP. Though usually SFTP performance is limited due to the inherent protocol properties.
2009-09-16 10:00 botg, revision 3360Double send buffer size and vastly increase recv buffer. The latter is TCP's advertised receiver window and goes directly into the bandwidth delay product. New values capable of saturating 100Mbit/s at 333ms RTT.
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2009-09-14 20:51 botg, revision 3359Forget about first ten seconds of a transfer in speed calculation, makes the average converge faster to the actual speed.
2009-09-13 18:03 botg, revision 3358If kiosk mode is enabled, convert from NORMAL to ASK logontype.
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-09-13 15:34 botg, revision 3356Remember last used search conditions.
2009-09-13 14:25 botg, revision 3355Move individual filter loading and saving to new helper functions.
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/session_manager.cpp
2009-09-10 22:49 botg, revision 3354Fix memory leaks
2009-09-10 22:24 botg, revision 3353Update icon specs
2009-09-10 15:32 botg, revision 3352Fix alpha compositing formula, my first attempt at compositing was almost perfect, just missed a division through new alpha
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/16x16/symlink.png
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.h
2009-09-10 12:27 botg, revision 3351Symlink overlay on non-MSW
2009-09-10 11:49 botg, revision 3350Fix for MinGW.
2009-09-10 11:00 botg, revision 3349Don't trim paths.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.h
2009-09-09 21:47 botg, revision 3348MSW: Display shortcut overlay on links in remote file lists.
2009-09-07 21:01 botg, revision 3347Fix typos in comment
2009-09-05 15:00 botg, revision 3344Use case-insensitive compare on MSW. Fixes #4803. Case-insensitive file systems are so broken :(
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/Makefile.am
- A /FileZilla3/trunk/data/process_running.nsh
2009-09-04 13:13 botg, revision 3343Make sure all instances of FileZilla are closed before starting installation.
2009-09-03 19:11 botg, revision 3342Call installer with update flag
2009-08-30 17:08 botg, revision 3336Add /update argument to hide license and reinstall page on updates, will be used by FileZilla's update wizard.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2009-08-28 09:06 botg, revision 3335Filter invalid characters from filename. Closes #3227.
2009-08-24 07:12 botg, revision 3334Fix CLocalPath::Exists on partial UNC paths
2009-08-23 17:23 botg, revision 3333Fix syntax error
2009-08-23 09:59 botg, revision 3332Version bump
2009-08-23 09:06 botg, revision 3331Fix compile error
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/tr.po
2009-08-22 16:38 botg, revision 3330Updated translations
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2009-08-21 15:05 botg, revision 3329Performance improvements, closes #4658: - Don't populate selected but unexpanded directories. - MSW: Defer obtaining open icon until item gets selected
2009-08-20 21:30 botg, revision 3328Fix segfault if adding new filter
2009-08-20 13:17 botg, revision 3327Partial fix for #4715
2009-08-16 20:28 botg, revision 3326Fix compile error
2009-08-16 16:23 botg, revision 3325Fix typo
2009-08-13 12:44 botg, revision 3323Arguments not translatable.
Version bump