Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 11:00: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.
2009-08-13 12:44 botg, revision 3322Version bump
2009-08-13 12:19 botg, revision 3321Updated translations
2009-08-12 19:02 botg, revision 3320Bump to GnuTLS 2.8.3, 2.8.2 didn't last long.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2009-08-10 15:00 botg, revision 3319Keep data copied to clipboard even if FZ closes, fixes #4737. Also required wx to be patched with wx#11102
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-08-10 13:51 botg, revision 3318Update translations
2009-08-10 12:35 botg, revision 3317GnuTLS 2.8.2 is out with several buffixes affecting FileZilla. Make it a requirement.
2009-08-10 12:34 botg, revision 3316Use a new enum for address family, makes it easier to work with
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2009-08-09 19:02 botg, revision 3315Use a new enum for address family, makes it easier to work with
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2009-08-09 15:56 botg, revision 3314Make resolver IPv6 capable (unlikely that it'll ever be used though), explicitly request IPv4 wherever used.
2009-08-08 12:19 botg, revision 3313Add option to connect on specific address family only.
2009-08-08 12:16 botg, revision 3312Ensure buttons to manipulate filter sets are all same size
2009-08-08 12:10 botg, revision 3311Small layout improvement on search dialog
2009-08-06 17:01 botg, revision 3310Handle escape key (or equivalent) to close search dialog
2009-08-06 16:59 botg, revision 3309Version bump
2009-08-06 16:32 botg, revision 3308Adjust control spacing
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- A /FileZilla3/trunk/locales/hr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-08-06 16:17 botg, revision 3307Update translations
2009-08-04 19:22 botg, revision 3303Fix typo in error message.
2009-08-04 10:48 botg, revision 3302Typo.
2009-08-04 10:28 botg, revision 3301GCC is odd...
2009-08-04 10:21 botg, revision 3300Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
2009-08-04 09:21 botg, revision 3299Updated translations
2009-08-04 09:20 botg, revision 3298Allow file to be included by FZ interface.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2009-08-04 09:15 botg, revision 3297Process certificate notification
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2009-08-04 09:13 botg, revision 3296Add update log to failed page.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2009-08-03 21:55 botg, revision 3295Don't needlessly print "Disconnected from server" so many times.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2009-08-03 19:55 botg, revision 3294Verify checksum. Using sha512 code from putty.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2009-08-03 19:51 botg, revision 3293Implement HTTPS support and make update wizard use it.
2009-08-03 19:45 botg, revision 3292Add option for trusted root certificate and introduce concept of internal options
2009-08-02 13:52 botg, revision 3291More extensive certificate validation.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2009-08-02 13:34 botg, revision 3290Fix warnings
2009-08-02 13:28 botg, revision 3289Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_CN.po
2009-08-02 10:39 botg, revision 3288Updated translations
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-08-02 10:10 botg, revision 3287Calculate right button size
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-08-02 09:28 botg, revision 3286Add status bar to search dialog.
- M /FileZilla3/trunk/src/interface/customheightlistctrl.cpp
- M /FileZilla3/trunk/src/interface/customheightlistctrl.h
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-08-01 17:15 botg, revision 3285Implement proper keyboard navigation in search and filter edit dialogs.
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filteredit.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-08-01 10:43 botg, revision 3284Make filter edit dialog resizable.
- M /FileZilla3/trunk/src/fzshellext/fzshellext.vcproj
- M /FileZilla3/trunk/src/fzshellext/fzshellext_64.dll
2009-08-01 10:32 botg, revision 3283Rebuild 64bit version of shell extension
2009-08-01 10:26 botg, revision 3282Update copyright year
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcproj
2009-08-01 10:08 botg, revision 3281Cleanup
- M /FileZilla3/trunk/src/interface/resources/filezilla.rc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
2009-07-30 15:58 botg, revision 3280Attach manifest only if using GNU windres
2009-07-29 09:56 botg, revision 3279Set minsize, clarify matching string.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-07-28 13:47 botg, revision 3278Use a wxChoice for match type
2009-07-28 13:26 botg, revision 3277Cleanup, don't use ugly Id hackery
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-07-28 13:23 botg, revision 3276Fix svn:eol-style
- M /FileZilla3/trunk/src/interface/customheightlistctrl.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
2009-07-28 12:22 botg, revision 3275Sizing issues under wxGTK
2009-07-28 09:20 botg, revision 3274Don't needlessly recreate the same controls over and over again.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-07-27 20:35 botg, revision 3273Properly resize conditions
2009-07-27 14:13 botg, revision 3272Fix behavior of + button
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
2009-07-26 21:23 botg, revision 3271Remove ugly more/remove buttons, add sleek + and - buttons next to rules.
2009-07-26 20:54 botg, revision 3270#4692: Remember file exists action on individual queue items
Fix warning