Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-03 21:00:01
Changelog for FileZilla 3 (8068 changes):
2015-09-27 17:08 codesquid, revision 70182015-09-27 17:02 codesquid, revision 7017Remove mutex.cpp from engine makefile.
- A /FileZilla3/trunk/lib/fz_mutex.cpp
- A /FileZilla3/trunk/lib/fz_mutex.hpp
- M /FileZilla3/trunk/lib/libfilezilla.vcxproj
- M /FileZilla3/trunk/lib/Makefile.am
- M /FileZilla3/trunk/lib/private/windows.hpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- D /FileZilla3/trunk/src/engine/mutex.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/rtt.cpp
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/Makefile.am
- D /FileZilla3/trunk/src/include/mutex.h
- 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/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
- M /FileZilla3/trunk/tests/eventloop.cpp
2015-09-27 14:26 codesquid, revision 7016Move mutex class to libfilezilla.
- M /FileZilla3/trunk/lib/fz_time.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/tests/time.cpp
2015-09-27 14:15 codesquid, revision 7015Fix compile errors on *nix
2015-09-27 14:13 codesquid, revision 7014Fix compile error on MinGW
2015-09-27 14:12 codesquid, revision 7013Set svn:eol-style
- A /FileZilla3/trunk/lib/fz_time.cpp
- A /FileZilla3/trunk/lib/fz_time.hpp
- M /FileZilla3/trunk/lib/libfilezilla.vcxproj
- M /FileZilla3/trunk/lib/Makefile.am
- A /FileZilla3/trunk/lib/private
- A /FileZilla3/trunk/lib/private/windows.hpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/misc.cpp
- D /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/include/notification.h
- D /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
2015-09-27 10:34 codesquid, revision 7012Finish datetime cleanup and move into library.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2015-09-25 12:33 codesquid, revision 7011Rename some additional datetime functions.
2015-09-25 11:42 codesquid, revision 7010#include <strings.h> for strcasecmp
2015-09-25 11:36 codesquid, revision 7009Fix forward-declaration of fz::datetime.
2015-09-25 11:34 codesquid, revision 7008Fix a warning.
2015-09-25 09:42 codesquid, revision 7007Fix compile error on non-MSW.
- M /FileZilla3/trunk/tests/dirparsertest.cpp
- M /FileZilla3/trunk/tests/Makefile.am
- M /FileZilla3/trunk/tests/time.cpp
2015-09-25 09:34 codesquid, revision 7006Fix testcase compilation
- 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/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/tests/time.cpp
2015-09-25 08:53 codesquid, revision 7005Further cleanup of time handling classes.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- 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/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/rtt.cpp
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/timeex.h
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- 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/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.h
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/timeformatting.h
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
- M /FileZilla3/trunk/tests/dirparsertest.cpp
- M /FileZilla3/trunk/tests/eventloop.cpp
- M /FileZilla3/trunk/tests/time.cpp
2015-09-25 08:51 codesquid, revision 7004Move time classes into fz namespace, rename them to lowercase.
2015-09-24 09:59 codesquid, revision 7003Fix path to libfilezilla.a
2015-09-24 09:50 codesquid, revision 7002Fix compile error due to wxString brokenness
2015-09-24 09:50 codesquid, revision 7001Need to #include <string.h> for _stricmp on Windows
2015-09-24 09:38 codesquid, revision 7000Add include path
- M /FileZilla3/trunk/configure.ac
- A /FileZilla3/trunk/lib
- A /FileZilla3/trunk/lib/fz_config.hpp
- A /FileZilla3/trunk/lib/fz_string.cpp
- A /FileZilla3/trunk/lib/fz_string.hpp
- A /FileZilla3/trunk/lib/libfilezilla.hpp
- A /FileZilla3/trunk/lib/libfilezilla.vcxproj
- A /FileZilla3/trunk/lib/Makefile.am
- M /FileZilla3/trunk/Makefile.am
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/fzstring.h
- M /FileZilla3/trunk/src/include/libfilezilla_engine.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
2015-09-23 08:24 codesquid, revision 6999Add the foundation for a new base library which eventually will become stand-alone so that it can be used by other software as well, e.g. FileZilla Server or a future command-line client.
2015-09-23 08:24 codesquid, revision 6998Update svn:ignore
2015-09-23 08:22 codesquid, revision 6997Rename libfilezilla.h to libfilezilla_engine.h
- M /FileZilla3/trunk/src/engine/filezilla.h
- M /FileZilla3/trunk/src/include/fzstring.h
- D /FileZilla3/trunk/src/include/libfilezilla.h
- A /FileZilla3/trunk/src/include/libfilezilla_engine.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/interface/filezilla.h
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/tests/cmpnatural.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
- M /FileZilla3/trunk/tests/dispatch.cpp
- M /FileZilla3/trunk/tests/eventloop.cpp
- M /FileZilla3/trunk/tests/test.cpp
- M /FileZilla3/trunk/tests/time.cpp
2015-09-22 06:30 codesquid, revision 6996Rename libfilezilla.h to libfilezilla_engine.h
2015-09-18 08:15 codesquid, revision 6995Remove confusing file and line number from a normal status message.
2015-09-16 11:42 codesquid, revision 6993Fix reading of comparison flag from XML.
2015-09-16 08:16 codesquid, revision 6992Bump to 3.14.0
2015-09-16 08:06 codesquid, revision 6991Remove an assertion that no longer holds.
2015-09-15 15:13 codesquid, revision 6990Updated translations
2015-09-14 18:32 codesquid, revision 6989Remove two subdirectories that shouldn't be part of the distribution, they are already in the toplevel
2015-09-14 09:59 codesquid, revision 6988Small adjustments of minimum sizes.
2015-09-13 10:42 codesquid, revision 6987Actually remove the usleep call.
2015-09-13 09:44 codesquid, revision 6986Fix compile error.
2015-09-13 08:21 codesquid, revision 6985Additional fixes for pre-epoch timestamps
2015-09-13 08:17 codesquid, revision 6984CPPUNIT_ASSERT_EQUAL's first argument is the expected value
2015-09-13 08:05 codesquid, revision 6983Allow one millisecond difference due to rounding errors
2015-09-11 14:06 codesquid, revision 6982Fix test suite error, usleep semantics aren't actually defined for more than a second.
2015-09-10 09:36 codesquid, revision 6981Add C++14 operator delete that takes a size_t
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/ssh.h
- M /FileZilla3/trunk/src/putty/sshaes.c
- M /FileZilla3/trunk/src/putty/ssharcf.c
- M /FileZilla3/trunk/src/putty/sshblowf.c
- M /FileZilla3/trunk/src/putty/sshccp.c
- M /FileZilla3/trunk/src/putty/sshdes.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxmisc.c
- M /FileZilla3/trunk/src/putty/windows/wincons.c
- M /FileZilla3/trunk/src/putty/x11fwd.c
2015-09-10 07:56 codesquid, revision 6980Merge upstream changes.
2015-09-09 20:43 codesquid, revision 6979Ensure insecure ciphers are below the warning threshold.
2015-09-09 14:25 codesquid, revision 6978Instead of silently failing when encountering an insecure algorithm, print an error message.
2015-09-09 14:04 codesquid, revision 6976Fix compile warnings.
2015-09-09 14:02 codesquid, revision 6975Bump to 3.14.0-rc2
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2015-09-09 13:52 codesquid, revision 6974Updated translations
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/include/misc.h
2015-09-09 13:33 codesquid, revision 6973Small parsing speed improvement for MLSD facts.
- 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
2015-09-08 13:49 codesquid, revision 6972Removing selected queue items had complexity of O(n^2). While this is still the worse-case, many common cases are now O(n).
2015-09-07 11:48 codesquid, revision 6971Further memory savings.
2015-09-07 11:38 codesquid, revision 6970Use a deque instead of a list for the file items to save memory.
2015-09-04 11:40 codesquid, revision 6968Reset timeout if trying next address.
2015-09-04 11:40 codesquid, revision 6967Bump to 3.14.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/uk_UA.po
2015-09-04 09:46 codesquid, revision 6966Updated translations
Fix memory leak.