Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 13:10: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
Avoid recompiling the regex every time a PASV reply gets parsed.