Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:00:01
Changelog for FileZilla 3 (8068 changes):
2014-10-13 15:51 codesquid, revision 61212014-10-06 13:25 codesquid, revision 6119Implement CRefcountObject in terms of std::shared_ptr to gain thread-safety.
- 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/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/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2014-10-06 08:34 codesquid, revision 6118Move event loop to its own thread.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.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/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
2014-10-01 16:26 codesquid, revision 6117Implement command handling via event loop.
2014-10-01 13:21 codesquid, revision 6116Fix alignment of log lines.
2014-10-01 08:54 codesquid, revision 6114Move docs/ and COPYING out of bundle root, otherwise the bundle cannot be signed anymore, Apple broke this on purpose to annoy me.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
2014-10-01 07:44 codesquid, revision 6113Add a function to check common command prerequisites to further simplify command processing.
- 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/include/engineprivate.h
2014-09-30 08:35 codesquid, revision 6112Small cleanup, make more use of std::unique_ptr.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2014-09-30 08:33 codesquid, revision 6111Simplify reply handling in command queue.
2014-09-29 08:40 codesquid, revision 6110Unfortunately there's no std::make_unique in C++11. Provide our own implementation.
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2014-09-28 08:56 codesquid, revision 6109A little bit of cleanup.
2014-09-25 15:22 codesquid, revision 6108Fix detection of MODE Z.
2014-09-25 15:14 codesquid, revision 6107If connected via generic proxy, don't use the connection's peer IP in the EPSV response.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2014-09-25 15:00 codesquid, revision 6106Prefer EPSV over PASV if using a generic proxy.
2014-09-25 14:51 codesquid, revision 6105Testing shows that many proxies use bogus values for the type and address. Thus get rid of address type remembering again.
2014-09-25 11:42 codesquid, revision 6104Remember remote address type if using SOCKS5 proxy.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2014-09-22 14:38 codesquid, revision 6103Detect EPSV command support.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2014-09-22 14:28 codesquid, revision 6102Small code cleanup.
2014-09-22 14:11 codesquid, revision 6101Fix assertion.
2014-09-22 14:09 codesquid, revision 6100Forward critical flag.
2014-09-22 14:05 codesquid, revision 6099Initialize all members of CFileZillaEnginePrivate::t_failedLogins
2014-09-22 12:52 codesquid, revision 6098Remove an unneeded and unmatched lock.
2014-09-22 12:52 codesquid, revision 6097Simplify command validation and add mutexes around engine functions.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
2014-09-22 08:21 codesquid, revision 6096Simplify command validation and add mutexes around engine functions.
2014-09-21 06:54 codesquid, revision 6095Mark labels of next and back button as translatable.
Translate WSAECONNRESET.