Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 10:50:02
Changelog for FileZilla 3 (8068 changes):
2017-08-29 13:29 codesquid, revision 85572017-08-29 13:17 codesquid, revision 8556Revert accidental deletion.
2017-08-29 13:10 codesquid, revision 8555Add missing continue;
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/splitter.cpp
- M /FileZilla3/trunk/src/interface/splitter.h
2017-08-29 13:10 codesquid, revision 8554Minor cleanup.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2017-08-29 11:09 codesquid, revision 8553Ignore empty segments in CLocalTreeView::MakeSubdirs (should never occur, but better be safe) and add an assertion if expanding item with empty first child while setting a selection.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2017-08-27 13:14 codesquid, revision 8549Use int instead of bool to keep track whether we're changing selections.
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
2017-08-21 09:04 codesquid, revision 8540Abort queue processing if cancelling the ask for password dialog instead of removing the individual item.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2017-08-21 08:43 codesquid, revision 8539Added Close Once as queue completion action.
2017-08-16 19:46 codesquid, revision 8538Improve tooltip of filters button.
2017-08-16 19:34 codesquid, revision 8536Fix a link dependency
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/pugixml/pugixml.vcxproj
2017-08-14 15:56 codesquid, revision 8535Update VS project files.
2017-08-14 15:48 codesquid, revision 8534Bump to 3.27.1
2017-08-14 15:47 codesquid, revision 8533Mention Azerbaijani translator.
- A /FileZilla3/trunk/locales/az.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
2017-08-14 14:50 codesquid, revision 8532Updated translations.
2017-08-14 14:47 codesquid, revision 8531Minor reformatting.
2017-08-14 14:12 codesquid, revision 8530Fix bounds.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
2017-08-13 13:59 codesquid, revision 8526Fix warnings.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.h
2017-08-13 13:59 codesquid, revision 8525Display initial directory access dialog after welcome dialog
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2017-08-13 13:58 codesquid, revision 8524Add menu item to show directory access dialog
2017-08-13 13:56 codesquid, revision 8523Improve text for sandbox dirs dialog
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2017-08-13 13:56 codesquid, revision 8522Add dialog to add/remove sandbox permissions
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.h
2017-08-13 13:55 codesquid, revision 8521Add selected userdirs to local directory tree if using the app sandbox.
2017-08-10 20:12 codesquid, revision 8520Fix possible crash due to wxListCtrl oddities
2017-07-31 15:43 codesquid, revision 8513#11357 Change advertised client version.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2017-07-24 19:36 codesquid, revision 8512Trivial reformatting.
2017-07-24 07:09 codesquid, revision 8511Fix silent installation, the uninstaller was not being run. Also add the /quiet flag which acts like silent, except for showing error messages.
2017-07-24 06:55 codesquid, revision 8510Add port to error message when creating the listen socket fails.
2017-07-22 08:54 codesquid, revision 8509Add /skipuac flag to bypass UAC prompt if started unevaluated.
2017-07-21 12:17 codesquid, revision 8508Mark a string translatable that should be translated.
2017-07-19 16:41 codesquid, revision 8507Add events.hpp to distribution.
2017-07-19 16:40 codesquid, revision 8506Bump to 3.27.0.1
2017-07-19 15:31 codesquid, revision 8505\b does not work with + or -
2017-07-19 15:30 codesquid, revision 8504There's a problematic libtool bug, it strips the -static-libgcc and -static-libstdc++ options. Force libtool to use them.
2017-07-19 12:41 codesquid, revision 8503Provide a dummy __cxa_pure_virtual. My code is proper, it doesn't call pure virtuals.
2017-07-19 08:00 codesquid, revision 8502Add missing file
2017-07-19 07:51 codesquid, revision 8501Add a comment aimed at package maintainers blindly changing dependencies at will, without regarding the consequences.
2017-07-19 07:43 codesquid, revision 8500Bump to 3.27.0
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
2017-07-19 07:35 codesquid, revision 8499Trivial cleanup
2017-07-19 07:31 codesquid, revision 8498Merge upstream PuTTY changes.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/tr.po
2017-07-16 10:56 codesquid, revision 8497Updated translations
2017-07-16 10:29 codesquid, revision 8496Fix compile error.
- M /FileZilla3/trunk/src/putty/cmdline.c
- M /FileZilla3/trunk/src/putty/import.c
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.c
- M /FileZilla3/trunk/src/putty/network.h
- M /FileZilla3/trunk/src/putty/portfwd.c
- M /FileZilla3/trunk/src/putty/proxy.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/sshshare.c
- M /FileZilla3/trunk/src/putty/tree234.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxagentc.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxproxy.c
- M /FileZilla3/trunk/src/putty/unix/uxsel.c
- M /FileZilla3/trunk/src/putty/windows/wincapi.c
- M /FileZilla3/trunk/src/putty/windows/winhsock.c
- M /FileZilla3/trunk/src/putty/windows/winmisc.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
2017-07-16 09:49 codesquid, revision 8495Merge changes from upstream PuTTY.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/wxfilesystem_blob_handler.cpp
2017-07-16 09:27 codesquid, revision 8494Address some harmless issues found by a static analyzer.
- M /FileZilla3/trunk/src/fzshellext/shellext.h
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.h
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.h
- M /FileZilla3/trunk/src/interface/view.h
- M /FileZilla3/trunk/src/interface/viewheader.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.h
- M /FileZilla3/trunk/src/interface/xh_text_ex.h
- M /FileZilla3/trunk/src/putty/fzsftp.h
2017-07-13 08:46 codesquid, revision 8492Trivial code cleanup
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/interface/aboutdialog.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
- M /FileZilla3/trunk/src/interface/auto_ascii_files.h
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/cmdline.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/conditionaldialog.h
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
- M /FileZilla3/trunk/src/interface/drop_target_ex.cpp
- M /FileZilla3/trunk/src/interface/drop_target_ex.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
2017-07-11 15:46 codesquid, revision 8491Trivial code cleanup.
2017-07-11 15:45 codesquid, revision 8490Bump to 3.27.0-rc1
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/tr.po
2017-07-11 15:17 codesquid, revision 8489Updated translations
- M /FileZilla3/trunk
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- A /FileZilla3/trunk/src/engine/storj
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- A /FileZilla3/trunk/src/interface/overlay.cpp
- A /FileZilla3/trunk/src/interface/overlay.h
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
- A /FileZilla3/trunk/src/interface/resources/xrc/storj.xrc
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
- A /FileZilla3/trunk/src/interface/storj_key_interface.cpp
- A /FileZilla3/trunk/src/interface/storj_key_interface.h
- M /FileZilla3/trunk/src/Makefile.am
- A /FileZilla3/trunk/src/storj
2017-07-09 16:32 codesquid, revision 8478Merge storj branch onto trunk.
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/server.cpp
- D /FileZilla3/trunk/src/engine/uri.cpp
- M /FileZilla3/trunk/src/include/httpheaders.h
- M /FileZilla3/trunk/src/include/Makefile.am
- D /FileZilla3/trunk/src/include/uri.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2017-07-09 16:10 codesquid, revision 8473Adapt to libfilezilla changes.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/sftp/connect.cpp
- M /FileZilla3/trunk/src/engine/sftp/connect.h
- M /FileZilla3/trunk/src/engine/sftp/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftp/sftpcontrolsocket.h
2017-07-09 16:09 codesquid, revision 8472Get rid of CSftpControlSocket::ResetOperation
Use correct peer address in certificate notification.