Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:20:01
Changelog for FileZilla 3 (8047 changes):
2019-04-01 14:13 codesquid, revision 9171- M /FileZilla3/trunk/src/engine/tls_system_trust_store.cpp
- M /FileZilla3/trunk/src/engine/tls_system_trust_store_impl.h
2019-04-01 14:12 codesquid, revision 9170Get rid of unneeded variables.
2019-03-28 09:47 codesquid, revision 9166Initialize event loop using a pool thread.
2019-03-28 09:44 codesquid, revision 9165Remove asserts used for debugging.
2019-03-28 09:43 codesquid, revision 9164Show "Unknown" if the size is negative.
2019-03-28 09:22 codesquid, revision 9163Avoid signed integer overflow parsing file sizes.
2019-03-22 16:26 codesquid, revision 9162Update visual studio project file.
2019-03-22 15:40 codesquid, revision 9161Remove WSAStartup and WSACleanup calls, this is now handled by libfilezilla.
2019-03-22 13:18 codesquid, revision 9160Fix typo
2019-03-22 12:49 codesquid, revision 9158Fix a compile error on *nix
2019-03-21 11:02 codesquid, revision 9149Use fz::create_pipe so that FD_CLOEXEC is set
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- D /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket_errors.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/Makefile.am
- D /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2019-03-20 13:47 codesquid, revision 9147fz::socket has been moved to libfilezilla, use it.
2019-03-20 11:16 codesquid, revision 9146Remove calls to gnutls_record_get_direction from OnSend/OnReceive
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/proxy.cpp
2019-03-20 10:43 codesquid, revision 9145Fix CProxySocket shutdown behavior.
2019-03-20 10:42 codesquid, revision 9144Fix typo.
2019-03-20 10:36 codesquid, revision 9143In case EWOULDBLOCK differs from EAGAIN, map the former to the latter.
- M /FileZilla3/trunk/NEWS
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
- M /FileZilla3/trunk/src/include/socket.h
2019-03-18 14:06 codesquid, revision 9141Cleanup socket shutdown code.
2019-03-18 14:06 codesquid, revision 9140Typo
2019-03-18 13:26 codesquid, revision 9138Bump to 3.41.2
2019-03-17 16:14 codesquid, revision 9137Backport commit d828549995160461 from PuTTY: RSA kex: enforce the minimum key length
2019-03-17 09:13 codesquid, revision 9136More work on socket documentation.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2019-03-16 21:46 codesquid, revision 9135Work on socket documentation.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
- M /FileZilla3/trunk/src/include/socket.h
2019-03-15 13:36 codesquid, revision 9134Further refactoring of socket classes.
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/logon.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.h
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/servercapabilities.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
- M /FileZilla3/trunk/src/include/socket.h
2019-03-14 17:44 codesquid, revision 9133Move CTlsSocket to new API.
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/logon.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.h
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/sftp/connect.cpp
- M /FileZilla3/trunk/src/engine/storj/connect.cpp
- M /FileZilla3/trunk/src/include/socket.h
2019-03-14 13:53 codesquid, revision 9132Move proxy code to new API.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/ftp/logon.cpp
- M /FileZilla3/trunk/src/engine/ftp/rawtransfer.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.h
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/http/internalconnect.cpp
- M /FileZilla3/trunk/src/engine/http/request.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/socket.h
2019-03-13 09:30 codesquid, revision 9131Work in progress: Socket class refactoring.
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2019-03-07 15:26 codesquid, revision 9130A little bit of XRC removal.
2019-03-06 19:11 codesquid, revision 9129Update name of Help menu on macOS.
2019-03-06 19:07 codesquid, revision 9128Bump to 3.41.1
2019-03-06 10:05 codesquid, revision 9127Initiate a shutdown even when downloading, appareantly there are servers actually waiting to a reply to their shutdown, which is needlessly slow.
2019-03-06 09:32 codesquid, revision 9126Bump to 3.41.0
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/vi_VN.po
2019-03-03 11:06 codesquid, revision 9124Updated translations
2019-03-02 21:20 codesquid, revision 9123Spelling
2019-03-02 14:57 codesquid, revision 9122Remove unused variable.
2019-03-01 14:44 codesquid, revision 9121Add override keyword.
2019-02-28 17:48 codesquid, revision 9120Add missing nullptr check
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/logon.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
2019-02-28 17:28 codesquid, revision 9119Get rid of CTlsSocket::Init, let it be handled automatically by Handshake
2019-02-28 17:23 codesquid, revision 9118Keep socket around at the end of a transfer. closesocket does not deliver pending data and perform a graceful shutdown if new data is received from the peer after the call to closesocket.
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
2019-02-28 11:09 codesquid, revision 9117Add flag to silence read errors after successfully sending the closure alert.
2019-02-28 10:57 codesquid, revision 9116Even when uploading try to read from the socket.
2019-02-26 11:34 codesquid, revision 9115Untangle read-side and write-side code.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/uk_UA.po
2019-02-26 10:42 codesquid, revision 9114Updated translations
2019-02-25 17:30 codesquid, revision 9113Bump to 3.41.0-rc1
2019-02-24 20:05 codesquid, revision 9112Fix an assertion if destroying the engine while the worker thread is busy trying to invalidate the current working directory.
2019-02-24 20:00 codesquid, revision 9111Fix data dir and tool detection on mac
2019-02-22 15:31 codesquid, revision 9110Resolve symbolic links when looking for dylibs.
2019-02-22 10:05 codesquid, revision 9109Improve finding the locales.
2019-02-22 09:51 codesquid, revision 9108Fix another compile error on Mac
2019-02-22 08:53 codesquid, revision 9107Get rid of wxFileName and wxStandardPaths::GetInstallPrefix
2019-02-22 08:50 codesquid, revision 9106Fix compile error on Windows
2019-02-21 22:08 codesquid, revision 9105Fix compile error on mac
2019-02-21 21:27 codesquid, revision 9104Get rid of wxPathList
2019-02-21 20:47 codesquid, revision 9103Don't check for a "default" .mo
2019-02-21 18:31 codesquid, revision 9102Replace wxGetEnv
2019-02-21 17:40 codesquid, revision 9101Fix spelling
2019-02-21 17:40 codesquid, revision 9100Use correct variable
2019-02-21 17:30 codesquid, revision 9099Also remove BinReloc from configure.ac
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- D /FileZilla3/trunk/src/interface/prefix.cpp
- D /FileZilla3/trunk/src/interface/prefix.h
2019-02-21 15:26 codesquid, revision 9098Turns out BinReloc is broken and doesn't work at all on 64bit systems and, due to checking for the wrong flags, on systems where data segments are non-executable. Simplifying it by just calling realink on /proc/self/exe. Also get the locale initializer in sync with the standard search path functionality.
2019-02-21 14:47 codesquid, revision 9097Fix a compile error
2019-02-19 10:40 codesquid, revision 9096Restrict directories in which tools and data files are searched .
2019-02-19 10:38 codesquid, revision 9095Interim list of changes --his line, and those below, will be ignored-- M NEWS
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
2019-02-14 10:32 codesquid, revision 9094Limit maximum length of regular expressions in filters to prevent crashes due to a bug in libstdc++. Issue has been reported as part of the EU FOSSA bug bounty program.
2019-02-13 09:02 codesquid, revision 9093Small improvement to momentary speed calculation.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2019-02-11 12:30 codesquid, revision 9092Fix a crash if starting directory comparison on an empty directory that has no logical parent.
2019-02-11 12:00 codesquid, revision 9091Fix crash due to dereferencing the null pointer.
2019-02-03 19:16 codesquid, revision 9090Fix potential crash due to invalid focus item.
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
2019-01-25 14:23 codesquid, revision 9088Fix a crash if closing FileZilla during an active recursive chmod.
2019-01-25 12:49 codesquid, revision 9087Fix typo.
2019-01-24 10:47 codesquid, revision 9086Bump to 3.40.0
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/fzshellext/configure.ac
- M /FileZilla3/trunk/src/include/setup.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
2019-01-22 10:49 codesquid, revision 9085Vista support got officially dropped in April 2017. Remove Vista specific code.
2019-01-22 09:22 codesquid, revision 9083Bump to 3.40.0-rc2
2019-01-22 09:21 codesquid, revision 9082Cleanup formatting.
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.cpp
- M /FileZilla3/trunk/src/interface/osx_sandbox_userdirs.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2019-01-18 17:07 codesquid, revision 9081Use wxMessageBoxEx instead of wxMessageBox.
2019-01-18 17:02 codesquid, revision 9080Fix Site::operator==
2019-01-17 16:51 codesquid, revision 9079Prevent reordering columns through drag&drop.
2019-01-17 16:50 codesquid, revision 9078Bump to 3.40.0-rc1
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2019-01-17 16:47 codesquid, revision 9077Get rid of further wxString
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2019-01-15 15:02 codesquid, revision 9075Updated translations
2019-01-15 12:27 codesquid, revision 9074First set the site, then queue the commands.
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/xrc_helper.cpp
2019-01-15 12:27 codesquid, revision 9073Trivial whitespace cleanup
2019-01-15 11:14 codesquid, revision 9072Remove debug code
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.h
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation_status.h
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- 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/statusbar.h
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2019-01-14 16:11 codesquid, revision 9071Little bit of wxString -> std::wstring
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2019-01-14 15:56 codesquid, revision 9070Fix assertion if reducing the number of displayed files while nothing is selected and the focused item was larger than the new item count.
2019-01-14 15:28 codesquid, revision 9069Fix crash updating selections after adding a range of items.
2019-01-10 11:02 codesquid, revision 9068Hide the minimize to tray checkbox on Mac, it has no effect on this platform.
2019-01-10 10:33 codesquid, revision 9067Save the site path.
2019-01-02 15:13 codesquid, revision 9066Fix a crash if emptying the queue while a directory item is active.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/serverdata.h
- M /FileZilla3/trunk/src/interface/state.h
2018-12-28 08:51 codesquid, revision 9065Create a new handle when copying a site, so that differnt states have differnet handles.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2018-12-28 08:47 codesquid, revision 9064Add function to escape ampersands for labels so that they are not treated as mnemonic.
2018-12-27 10:39 codesquid, revision 9063Blacklist GnuTLS 3.6.4
2018-12-27 09:40 codesquid, revision 9062Add function to compare servers for equal content
2018-12-27 09:38 codesquid, revision 9061Small cleanup.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/serverdata.h
2018-12-20 14:27 codesquid, revision 9060ServerWithCredentials is now gone.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/serverdata.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2018-12-20 14:17 codesquid, revision 9059Move CServer from ServerWithCredentials to Site
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/serverdata.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2018-12-20 11:37 codesquid, revision 9058Move credentials from ServerToCredentials to Site.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/serverdata.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2018-12-20 11:15 codesquid, revision 9057Move methods from ServerWithCredentials to Site
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
- M /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- 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/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.h
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/serverdata.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- 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/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2018-12-17 15:44 codesquid, revision 9056Work in progress: Merge Site and ServerWithCredentials. In this first step all explicit usages of ServerWithCredentials are replaced with Site.
2018-12-13 11:21 codesquid, revision 9055Fix warning translation
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2018-12-12 15:20 codesquid, revision 9054Avoid using thread-unsafe wx functionality in worker thread.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/serverdata.h
- M /FileZilla3/trunk/src/interface/state.cpp
2018-12-12 13:28 codesquid, revision 9053Check whether CServer refers to the same resource instead of comparing it including all parameters when updating the site path.
Remove unused variable.