Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:30:01
Changelog for FileZilla 3 (8068 changes):
2014-07-14 09:07 codesquid, revision 5830- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filetype.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/speedlimits_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2014-07-13 09:44 codesquid, revision 5829Get rid of c_str where we don't actually need it. We can do this with wx3 as wxString::Format/Printf is now typesafe. Includes some other small code modernization.
2014-07-11 16:08 codesquid, revision 5828On OS X, increase distance between quickconnect button and message log. This works around a bizarre crash in wxWidgets. wx bug report: http://trac.wxwidgets.org/ticket/16379
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2014-07-11 15:29 codesquid, revision 5827In OnData, treat wxDragLink as wxDragCopy.
2014-07-11 13:26 codesquid, revision 5826Little bit of refactoring to avoid unnecessary copies and heap allocations.
2014-07-11 07:48 codesquid, revision 5825Fix compile error.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2014-07-11 07:43 codesquid, revision 5824Use emplace/emplace_back in a few places instead of insert/push_back.
2014-07-10 11:23 codesquid, revision 5823Make CSparseOptional a movable type.
2014-07-10 10:29 codesquid, revision 5822Fix compile error with some compilers.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- 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/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2014-07-09 19:21 codesquid, revision 5821Further refactoring to directory listing code to save even more memory.
2014-07-09 18:10 codesquid, revision 5819Fix compile error
2014-07-09 18:09 codesquid, revision 5818Bump to 3.9.0-rc2
- 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/sv.po
- M /FileZilla3/trunk/locales/tr.po
2014-07-09 17:54 codesquid, revision 5817Update translations
2014-07-09 15:43 codesquid, revision 5816Update svn:ignore.
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/optional.h
- M /FileZilla3/trunk/src/include/serverpath.h
2014-07-09 15:30 codesquid, revision 5815Small savings with CServerPath: In most use cases there is no prefix.
2014-07-09 14:43 codesquid, revision 5814Fix compile error.
2014-07-09 14:28 codesquid, revision 5813Fix compile error.
2014-07-09 14:27 codesquid, revision 5812Use manual freeze/thaw to avoid heap allocation.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/optional.h
2014-07-09 14:11 codesquid, revision 5811Save some memory: In most cases listing items have no target.
2014-07-09 12:58 codesquid, revision 5810Mark CRefcount* as final.
2014-07-09 09:24 codesquid, revision 5809Halve the number of allocations by using only use a single pointer paired with placement new/delete.
2014-07-09 09:13 codesquid, revision 5808Do some more splicing to avoid additional allocations.
2014-07-09 08:13 codesquid, revision 5807Re-use existing list entries.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2014-07-08 15:02 codesquid, revision 5806Fix uninitialized variable.
2014-07-08 14:39 codesquid, revision 5805Fix coverity errors.
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2014-07-08 14:29 codesquid, revision 5804Fix Coverity warning about possible nullpointer dereference.
2014-07-08 13:01 codesquid, revision 5803Fix enum for column flags.
2014-07-08 12:59 codesquid, revision 5802Fix nullpointer dereference.
2014-07-08 12:55 codesquid, revision 5801Need to check for EINTR when calling fcntl.
2014-07-08 12:01 codesquid, revision 5800Fix nullpointer dereference.
2014-07-08 12:01 codesquid, revision 5799Make use of C++11's random.
2014-07-07 09:43 codesquid, revision 5798Define NOMINMAX so that there are no min and max macros declared by the windows headers.
2014-07-07 09:40 codesquid, revision 5797Make CState non-copyable.
2014-07-07 09:35 codesquid, revision 5796Make non-copyable.
2014-07-07 09:23 codesquid, revision 5795Port a fix from wx for unnamed tools.
- M /FileZilla3/trunk/src/dbus/desktop_notification.h
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
2014-07-06 20:14 codesquid, revision 5794Make non-copyable.
2014-07-06 20:14 codesquid, revision 5793Threads are non-copyable.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- 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
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2014-07-06 18:16 codesquid, revision 5792Strongly type some additional enums
2014-07-06 17:52 codesquid, revision 5791Fix a comparison breaking SFTP support.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
2014-07-06 14:16 codesquid, revision 5790Fix compile errors.
2014-07-06 13:56 codesquid, revision 5789Remove extra border around filetype associations page.
- M /FileZilla3/trunk/locales/an.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/eu_ES.po
- M /FileZilla3/trunk/locales/fa_IR.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/gl_ES.po
- M /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/hr.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/is.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/ka.po
- M /FileZilla3/trunk/locales/kab.po
- M /FileZilla3/trunk/locales/km_KH.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/ku.po
- M /FileZilla3/trunk/locales/ky.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/mk_MK.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/ne.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/sr.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/th_TH.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
- M /FileZilla3/trunk/locales/zh_TW.po
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2014-07-06 13:44 codesquid, revision 5788Update links to FileZilla website to use https:// and trailing slash.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- 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/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-07-06 13:32 codesquid, revision 5787Make Command strongly typed.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.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/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/logging.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
2014-07-06 13:17 codesquid, revision 5786Make MessageType strongly typed.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.h
2014-07-06 13:12 codesquid, revision 5785Make another enum strongly typed.
2014-07-06 13:10 codesquid, revision 5784Update svn:ignore
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2014-07-06 10:53 codesquid, revision 5783Make some enums strongly typed.
2014-07-06 09:20 codesquid, revision 5782Fix a typo.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2014-07-06 09:13 codesquid, revision 5781Don't print a stand-alone line for critical errors, fold it into the next line.
2014-07-06 09:02 codesquid, revision 5780Show a helpful message if username or password starts or ends with whitespace.
Fix FTP proxy login sequence. There was an incorrect comparison against an enum value instead of a the intended variable.