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):
2014-11-24 12:39 codesquid, revision 6189- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
2014-11-24 08:33 codesquid, revision 6188Fix sending of notifications.
2014-11-22 11:07 codesquid, revision 6187Remove an unused option.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- A /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/FileZilla.sln
- D /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2014-11-22 09:57 codesquid, revision 6186pimpl the engine to better abstract internals.
2014-11-21 14:59 codesquid, revision 6185Apply #9851 by Richard Hughes with a few small changes: Install filezilla.appdata.xml
2014-11-21 14:54 codesquid, revision 6184As we require at least Windows Vista, bump minimum IE headers to IE7, as 6 isn't available on Vista to keep it consistent.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
2014-11-21 14:53 codesquid, revision 6183Remove some unneeded defines.
2014-11-21 14:35 codesquid, revision 6182Minor refactoring.
2014-11-20 16:48 codesquid, revision 6181Remove the experimental chunked event processing code, it's no longer needed with a threaded engine.
2014-11-20 10:18 codesquid, revision 6180Fix a nullpointer dereference.
2014-11-19 14:41 codesquid, revision 6179These days wxString doesn't use reference counting on its own anymore, there's no need to unshare the string anymore when the thread boundary is crossed.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2014-11-18 16:20 codesquid, revision 6178Make asynchronous request reply processing asynchronous as well.
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.h
2014-11-18 10:02 codesquid, revision 6177Use implicit memory management for notifications.
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2014-11-18 09:04 codesquid, revision 6176Update encryption icon if server agreed to encryption.
2014-11-17 15:22 codesquid, revision 6175Break up sending into chunks to keep the event loop going.
2014-11-14 13:02 codesquid, revision 6174Make options thread-safe.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/socket.h
2014-11-11 10:32 codesquid, revision 6173Make event handling slightly more efficient. Also add some debug functionality to simulate file I/O to assist with benchmarks.
2014-11-11 10:19 codesquid, revision 6172Convert string via fn_str() when opening
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/engine/file.h
2014-11-11 09:11 codesquid, revision 6171Implement CFile on *nix
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- A /FileZilla3/trunk/src/engine/file.cpp
- A /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
2014-11-09 11:27 codesquid, revision 6170Add a lean replacement for wxFile that under Windows is using the CreateFile family of API functions instead of _open (which in turn uses CreateFile). This is a slightly faster and allows us to pass some useful flags, e.g. FILE_FLAG_SEQUENTIAL_SCAN.
2014-11-08 11:33 codesquid, revision 6169Fix updater to handle changed semantics of disconnect command.
2014-11-08 11:32 codesquid, revision 6168Remove remote filename validity check. The server checks this.
2014-11-05 14:30 codesquid, revision 6164Now that the engine is threaded, we can use bigger buffers without interactivity suffering.
2014-11-05 14:30 codesquid, revision 6163Fix typo.
2014-11-05 10:31 codesquid, revision 6162Fix compile error due to naming conflict.
2014-11-04 18:29 codesquid, revision 6161Disable debug flag, it's not meant to be enabled.
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.cpp
2014-11-04 18:24 codesquid, revision 6160Pass O_CLOEXEC when opening files.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.h
2014-11-03 09:58 codesquid, revision 6159Convert external IP address resolver to new threading.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2014-11-03 08:41 codesquid, revision 6158Remember whether AUTH TLS/SSL worked, though don't act on this yet.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2014-11-01 23:16 codesquid, revision 6157Now that the engine is threaded, we can re-enabled FTP over TLS by default as performance is no longer an issue. Hence revert #3967.
2014-11-01 23:09 codesquid, revision 6156Static event tables and templates are bizarre. If this doesn't fix compilation I might use a non-templated base class.
2014-11-01 14:11 codesquid, revision 6155Fix explicit template instantiation.
2014-11-01 09:51 codesquid, revision 6154Now that the site manager uses wxTreeCtrlEx, use some of its utility.
- M /FileZilla3/trunk/src/interface/resources/xrc/sitemanager.xrc
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2014-11-01 09:33 codesquid, revision 6153The Site Manager's site tree now drag-scrolls.
2014-10-31 22:49 codesquid, revision 6152Fix loading of size filters.
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2014-10-31 14:03 codesquid, revision 6151Allow >2GB size filters.
- A /FileZilla3/trunk/src/interface/drop_target_ex.cpp
- A /FileZilla3/trunk/src/interface/drop_target_ex.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2014-10-31 10:27 codesquid, revision 6150Allow drag/drop scrolling of tree controls.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2014-10-31 10:26 codesquid, revision 6149Make deleting engines safe(r).
2014-10-29 08:24 codesquid, revision 6138Minor reformatting.
2014-10-28 11:29 codesquid, revision 6137*nix implementation of process class.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/process.cpp
- A /FileZilla3/trunk/src/engine/process.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/putty/psftp.c
2014-10-23 09:29 codesquid, revision 6135Replace wx' wxProcess, it cannot be used from a different thread. Unix support not yet implemented.
2014-10-22 08:17 codesquid, revision 6134Updated FileZilla.incs with an updated version by Fabian Egli to improve the quality of the larger icons in the file.
2014-10-21 13:41 codesquid, revision 6133Not remembering passwords is recommended.
2014-10-21 12:37 codesquid, revision 6132MinGW doesn't have std::mutex by default as installed on Debian.
- M /FileZilla3/trunk/locales/ar.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
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2014-10-18 10:08 codesquid, revision 6130Merge translation updates.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
2014-10-18 08:50 codesquid, revision 6129Make logging thread-safe.
2014-10-16 08:44 codesquid, revision 6126Get rid of some code duplication.
2014-10-15 09:42 codesquid, revision 6124Bump to 3.9.0.6
2014-10-14 12:19 codesquid, revision 6123Disable SSLv3
2014-10-14 12:19 codesquid, revision 6122Fix event loop stalling.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
Misc. minor cleanup.