Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:50:01
Changelog for FileZilla 3 (8047 changes):
2014-07-14 10:26 codesquid, revision 58342014-07-14 10:02 codesquid, revision 5833Fix copy&paste errors in EBCDIC detection.
2014-07-14 10:00 codesquid, revision 5832In debug build we want to use /editandcontinue, so diable /safeseh to make it possible.
2014-07-14 09:50 codesquid, revision 5831Cleanup of linker flags.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcxproj
2014-07-14 09:07 codesquid, revision 5830Remove references to non-existing files from VS workspace.
- 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.
Do some more splicing to avoid additional allocations.