Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-03 10:00:01
Changelog for FileZilla 3 (8068 changes):
2015-06-21 17:45 codesquid, revision 6785- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-06-20 16:32 codesquid, revision 6784Add a bit of documentation.
2015-06-20 13:33 codesquid, revision 6783This should fix a compile error with some non-standard wx configurations.
2015-06-19 09:33 codesquid, revision 6782Avoid C++14 generic lambda.
2015-06-19 09:32 codesquid, revision 6781Warn if trying to import files from newer version of FZ.
2015-06-19 09:29 codesquid, revision 6780Use wxMessageBoxEx instead of wxMessageBox
2015-06-18 16:54 codesquid, revision 6779Little bit of cleanup.
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2015-06-18 09:43 codesquid, revision 6778Show a message if trying to open sitemanager.xml created by a more recent version.
2015-06-18 08:38 codesquid, revision 6777Write own version and platform into created xml files.
2015-06-17 14:05 codesquid, revision 6776Add debug message with details if gnutls_certificate_verify_peers2 fails.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updater.cpp
2015-06-17 12:16 codesquid, revision 6775Display cpu features and settings directory on about dialog.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2015-06-16 09:27 codesquid, revision 6774Recursive operations no longer cause the remote directory listing and directory tree to be updated.
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
2015-06-14 20:55 codesquid, revision 6773Command origin tracking.
2015-06-14 09:30 codesquid, revision 6772Move delete out of the mutex if the handler is already deleting.
2015-06-13 13:39 codesquid, revision 6771Fix compile error.
2015-06-13 13:19 codesquid, revision 6770std::stable_sort has too much overhead and we only needed it during recursive search. Add a template specialization to deal with it.
2015-06-13 13:14 codesquid, revision 6769Use stable sort.
2015-06-13 08:22 codesquid, revision 6768Fix search status bar.
2015-06-13 08:03 codesquid, revision 6767Sadly not all platforms have clock_gettime nor pthread_condattr_setclock.
2015-06-12 15:28 codesquid, revision 6766Add check for clock_gettime and pthread_condattr_setclock
2015-06-12 15:26 codesquid, revision 6765Make condition::wait immune to wallclock changes. Make mutex and condition attribute initialization a bit faster.
2015-06-12 14:37 codesquid, revision 6764Add a small test for condition::wait
- A /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- A /FileZilla3/trunk/src/interface/recursive_operation_status.h
2015-06-10 09:26 codesquid, revision 6762Add new class.
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2015-06-09 08:45 codesquid, revision 6761Beginnings of a recursive operation status box. TODOs: - Fill it with info - Avoid updating the file list and directory tree during recursive operations - Allow navigating the server manually during recursive operations
2015-06-09 08:40 codesquid, revision 6760Don't needlessly print "Verifying certificate..." on every transfer.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2015-06-09 07:48 codesquid, revision 6759Avoid recompiling the regex every time a PASV reply gets parsed.
2015-06-08 13:32 codesquid, revision 6758Add mutex around accesses to waiting_socket_threads.
2015-06-08 13:15 codesquid, revision 6757Allow additional footers in views.
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
2015-06-07 10:48 codesquid, revision 6756Keep track of number of processed files and directories.
2015-06-04 09:39 codesquid, revision 6755Apply #10516 to fix compile error with wx configurations not allowing implicit conversion.
2015-06-02 15:00 codesquid, revision 6751Reduce installer output, this speeds up installation and uninstallation.
2015-06-02 14:15 codesquid, revision 6750Bump to 3.11.0.2
2015-06-02 14:05 codesquid, revision 6749Remove redundant check.
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/th_TH.po
- M /FileZilla3/trunk/locales/uk_UA.po
2015-06-02 13:36 codesquid, revision 6748Updated translations
- D /FileZilla3/trunk/locales/eu_ES.po
2015-06-02 13:26 codesquid, revision 6747eu_ES.po got renamed in r5070 to eu.po but somehow got cloned. Delete the extra copy.
2015-05-27 08:42 codesquid, revision 6739Revert previous pt_BR translation update, #10441
2015-05-27 08:12 codesquid, revision 6738Add tests for pre-epoch times.
2015-05-26 17:40 codesquid, revision 6737Add testcase for pre-epoch dates in MLSD listings.
2015-05-26 17:28 codesquid, revision 6736Fix regression in CDateTime::operator<
2015-05-26 17:18 codesquid, revision 6735Check errno for mktime/gmtime failure.
2015-05-26 13:32 codesquid, revision 6734Use std::numeric_limits<int64_t>::min() for invalid times.
2015-05-26 13:31 codesquid, revision 6733Return FZ_REPLY_ALREADYCONNECTED in CFileZillaEnginePrivate::CheckCommandPreconditions if trying to connect with non-empty m_pControlSocket.
2015-05-26 13:30 codesquid, revision 6732Make sure m_pControlSocket is always reset in CFileZillaEnginePrivate::Disconnect.
2015-05-22 14:39 codesquid, revision 6727It seems CFileZillaEnginePrivate::ContinueConnect can get called with unset/invalid command, resulting in a crash. Detect this situation.
2015-05-22 14:35 codesquid, revision 6726Bump to 3.11.0.1
2015-05-22 14:17 codesquid, revision 6725Updated translations
2015-05-22 13:00 codesquid, revision 6724Add initial scaffolding for certificate blacklisting.
2015-05-22 12:53 codesquid, revision 6723Handle peer address with zone index.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2015-05-21 15:59 codesquid, revision 6721Do not bind data connection source IP if destination IP differs from control connection peer IP.
2015-05-21 12:58 codesquid, revision 6720Detect additional instruction sets: bmi1, bmi1, aes2, adx
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
Fix deletion of bookmarks in the bookmarks dialog deleting the wrong bookmark. #10438