Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:00:01
Changelog for FileZilla 3 (8047 changes):
2019-04-25 14:55 codesquid, revision 92002019-04-25 14:51 codesquid, revision 9199Fix a warning and properly return failure.
2019-04-25 14:47 codesquid, revision 9198Add missing return after call to DoConnect
2019-04-25 13:43 codesquid, revision 9197Fix an unused parameter warning.
2019-04-25 09:47 codesquid, revision 9196Use AI_IDN to allow internationalized domain names for SFTP
2019-04-25 09:42 codesquid, revision 9195Follow-up to commit 9181, also limit the implicit name in the quickconnect history.
2019-04-25 09:29 codesquid, revision 9194Clean up checking for duplicates.
2019-04-25 09:29 codesquid, revision 9193Only rewrite on changes.
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/import.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2019-04-24 08:58 codesquid, revision 9192Protect credentials upon importing. Drop import from legacy 2.x
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2019-04-23 15:32 codesquid, revision 9191Clear the public key when changing a site to ask logon type.
2019-04-23 13:51 codesquid, revision 9190Add description for EAI_IDN_ENCODE
2019-04-23 13:50 codesquid, revision 9189Validate local path if importing folder items.
2019-04-23 10:20 codesquid, revision 9188Replace deque with a vector.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2019-04-21 09:31 codesquid, revision 9187Do not bother asking for master password if switching to not saving passwords at all.
2019-04-21 08:59 codesquid, revision 9185Bump to 3.42.0-beta1
2019-04-21 08:51 codesquid, revision 9184Make the chunk size unsigned. If the server sends a bad chunk size, the size could overflow, resulting in a read past the end of the buffer which at worst leads to a segfault.
2019-04-13 13:42 codesquid, revision 9183Fix parsing chunk sizes
2019-04-13 13:38 codesquid, revision 9182Fix threshold for 0-width space insertion.
2019-04-11 13:56 codesquid, revision 9181Some platforms cannot handle long, unbroken words in message boxes. Artificially insert zero-width spaces.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2019-04-11 08:55 codesquid, revision 9180Limit the maximum length of site, bookmark and filter names
2019-04-10 13:54 codesquid, revision 9179Unfortunately we need to unconditionally check for OBJCXX
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- D /FileZilla3/trunk/src/interface/file_utils_osx.m
- A /FileZilla3/trunk/src/interface/file_utils_osx.mm
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/power_management.cpp
- D /FileZilla3/trunk/src/interface/power_management_osx.m
- A /FileZilla3/trunk/src/interface/power_management_osx.mm
2019-04-10 13:42 codesquid, revision 9178With these changes C++ can be mixed with Objective-C
2019-04-01 14:19 codesquid, revision 9174Fix a warning
2019-04-01 14:17 codesquid, revision 9173Fix another compiler warning.
2019-04-01 14:16 codesquid, revision 9172Fix a warning.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
Use the thread pool for local recursive operations and the volume enumerator.