Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:20:01
Changelog for FileZilla 3 (8047 changes):
2014-12-02 10:08 codesquid, revision 62192014-12-02 10:03 codesquid, revision 6218Slightly change order of function calls when using FTP over TLS, so that sending of the USER command is displayed after the message that the TLS connection has been established.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/notification.h
2014-12-02 10:01 codesquid, revision 6217Refer to TLS instead of TLS/SSL, as the latter is no longer supported.
2014-12-02 10:01 codesquid, revision 6216Likewise, state which directory has been listed.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2014-12-01 14:05 codesquid, revision 6215State which directory is being listed in log output.
2014-12-01 09:59 codesquid, revision 6214Add missing .m4
2014-12-01 08:46 codesquid, revision 6213Better error handling when creating directories when a file with same name exists.
2014-12-01 08:36 codesquid, revision 6212Disable string coalescer. It's not yet thread-safe.
2014-11-30 09:54 codesquid, revision 6211Initialize variable.
2014-11-30 09:47 codesquid, revision 6210Require wx3.0.2, fix documentation.
2014-11-30 09:09 codesquid, revision 6209Only check for libidn if there's no AI_IDN.
2014-11-30 09:04 codesquid, revision 6208Fix a typo, minor formatting.
2014-11-30 09:03 codesquid, revision 6207If getaddrinfo supports AI_IDN we do not need libidn.
2014-11-29 19:57 codesquid, revision 6206Fix conversion error.
2014-11-29 09:57 codesquid, revision 6204Check for nullpointer earlier.
2014-11-28 15:13 codesquid, revision 6203Increase limit of in-flight requests to match the size of the TCP advertised receive window.
- M /FileZilla3/trunk/src/engine/process.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
2014-11-28 10:25 codesquid, revision 6202Fix quoting of command to execute.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
2014-11-28 10:22 codesquid, revision 6201Reduce code duplication.
2014-11-28 10:21 codesquid, revision 6200At least for now, do not enable preallocation by default. Preallocation has unfortunate consequences in case the program crashes.
2014-11-28 10:20 codesquid, revision 6199Use SetCheckFromOption to set check from option.
2014-11-28 10:19 codesquid, revision 6198Fix duplicate mnemonic, p is already taken.
2014-11-28 10:11 codesquid, revision 6197Fix compile error with Visual Studio.
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
2014-11-27 19:49 codesquid, revision 6196Apply patch #8094: Preallocate space to avoid fragmentation.
2014-11-27 14:09 codesquid, revision 6195Fix a typo
2014-11-27 14:04 codesquid, revision 6194Disable timezone offset detection for SFTP as the reference times are now all in UTC.
2014-11-27 14:02 codesquid, revision 6193Do not assume the mtime field is initialized if the ACMODTIME flag is not present.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/putty/psftp.c
2014-11-25 13:09 codesquid, revision 6192Make use of the SSH_FILEXFER_ACMODTIME attribute in directory listings. It is required by the specifications to be in UTC.
2014-11-25 09:16 codesquid, revision 6191Make use of SOCK_CLOEXEC, cleanup socket error handling.
2014-11-25 09:15 codesquid, revision 6190Add shortcut for Cancel.
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
2014-11-24 12:39 codesquid, revision 6189Minor cleanup.
- 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.
Remove remote filename validity check. The server checks this.