Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:30: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.
Do not assume the mtime field is initialized if the ACMODTIME flag is not present.