Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-02 09:30:01
Changelog for FileZilla 3 (8063 changes):
2015-06-19 09:29 codesquid, revision 67802015-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.
Reduce installer output, this speeds up installation and uninstallation.