Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 23:30:02
Changelog for FileZilla 3 (8068 changes):
2014-12-01 14:05 codesquid, revision 62152014-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
Minor cleanup.