Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 23:20:01
Changelog for FileZilla 3 (8047 changes):
2015-02-23 11:33 codesquid, revision 64962015-02-23 11:03 codesquid, revision 6495The default dump directory as per MSDN is %LOCALAPPDATA%\CrashDumps Oddly enough when specifying a custom dump directory, no variable replacements are done. Use the default dump directory instead.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2015-02-23 11:01 codesquid, revision 6494Remove crash option from debug menu.
2015-02-23 09:34 codesquid, revision 6493Enable creation of minidump files in the default settings directory in case of crashes.
2015-02-23 09:28 codesquid, revision 6492Minor simplification.
2015-02-22 14:32 codesquid, revision 6491Fix HTTP proxy handshake, don't send the Basic-Authorization header if the challenge is empty.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
2015-02-21 12:39 codesquid, revision 6488Fix a couple of warnings.
2015-02-21 12:35 codesquid, revision 6487Bump to 3.10.2-rc1
2015-02-21 11:17 codesquid, revision 6486Updated translations
- M /FileZilla3/trunk/src/putty/COPYING
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/windows/winhandl.c
2015-02-20 21:16 codesquid, revision 6485Merge latest PuTTY upstream changes.
2015-02-20 20:38 codesquid, revision 6484Revert two overeager cast replacements.
2015-02-20 20:36 codesquid, revision 6483Default some default constructors.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2015-02-20 19:09 codesquid, revision 6482Change some reinterpret_cast into static_cast where we're just downcasting.
2015-02-20 14:57 codesquid, revision 6481Fit subject panel to sizer after adding items
2015-02-20 09:59 codesquid, revision 6480Only reparent on MSW.
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2015-02-19 20:45 codesquid, revision 6479Some certificates have hundreds of SANs. Make the subject box scrollable if it contains more than about 15 lines. Fixes #10236
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-02-19 20:43 codesquid, revision 6478Reuse XRC of certificate verification dialog for the certificate display dialog.
2015-02-19 17:28 codesquid, revision 6477Small cleanup of CNetConfWizard::GetExternalIPAddress()
- M /FileZilla3/trunk/src/engine/file.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.cpp
- M /FileZilla3/trunk/src/interface/sftp_crypt_info_dlg.h
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-02-19 17:11 codesquid, revision 6476Fix a bunch of coverity warnings.
2015-02-19 15:16 codesquid, revision 6475Only reset the signalled_ flag if waiting succeeded.
2015-02-19 15:16 codesquid, revision 6474Fix segfaults in event filter.
2015-02-19 15:15 codesquid, revision 6473Add event loop test
2015-02-19 14:12 codesquid, revision 6472condition::wait with a timeout needs to return the result.
- M /FileZilla3/trunk/src/include/event_loop.h
- A /FileZilla3/trunk/tests/dispatch.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2015-02-19 13:07 codesquid, revision 6471Add a testcase for the Dispatch function.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
2015-02-18 21:12 codesquid, revision 6470Fix a bunch of harmless warnings at higher warning levels.
2015-02-18 21:06 codesquid, revision 6469Fix setting of ssh_socket.
2015-02-18 11:54 codesquid, revision 6468Don't dereference the nullpointer.
2015-02-18 11:07 codesquid, revision 6467Reset elapsed if waiting for the user or another engine.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
2015-02-18 10:40 codesquid, revision 6466Fix a couple Coverity warnings.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2015-02-18 09:53 codesquid, revision 6465Remember last used selection when editing files already being edited.
2015-02-18 09:36 codesquid, revision 6464Fix compile error.
- M /FileZilla3/trunk/src/putty/network.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
2015-02-18 09:30 codesquid, revision 6463When uploading, process acknowledgments as soon as they are available, not when the send buffer becomes full.
2015-02-17 20:59 codesquid, revision 6462Ugly hack: Make internal socket available to other parts of the code.
2015-02-17 15:17 codesquid, revision 6461Remember the currently active overall speed limit.
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/psftp.c
2015-02-17 09:17 codesquid, revision 6459Add protocol version to fzsftp greeting, detect mismatch.
2015-02-16 22:49 codesquid, revision 6458Fix initial focus on MSW.
2015-02-16 22:42 codesquid, revision 6457Dispatch host address event.
2015-02-16 22:41 codesquid, revision 6456Mark OnClose virtual again.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
2015-02-16 18:27 codesquid, revision 6455Use int64_t instead of wxLongLong in a few more places.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/socket.h
2015-02-16 17:49 codesquid, revision 6454Make it possible for an event handler to handle multiple sockets.
- 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/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.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/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/engine_context.h
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2015-02-16 14:49 codesquid, revision 6453Get rid of the socket event dispatcher, we can use the event loop in its place.
- M /FileZilla3/trunk/src/engine/event_handler.cpp
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-02-16 14:39 codesquid, revision 6452Add utility function to remove pending events of a given type from a handler.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/tr.po
2015-02-16 09:23 codesquid, revision 6451Update some translations.
2015-02-15 16:12 codesquid, revision 6450Use the C++ compiler instead of the preprocessor to check for positional printf arguments. This is necessary since the way the stdlib is selected in Clang is fundamentally broken by design. Based on patch by Mojca Miklavec.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/sizeformatting_base.cpp
- M /FileZilla3/trunk/src/include/sizeformatting_base.h
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- 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/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_sizeformatting.cpp
- M /FileZilla3/trunk/src/interface/sizeformatting.cpp
- M /FileZilla3/trunk/src/interface/sizeformatting.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2015-02-15 15:09 codesquid, revision 6449Slightly improve performance of CSizeFormatting, use int64_t instead of wxLongLong in some places.
2015-02-15 13:41 codesquid, revision 6448Minor speedup.
2015-02-14 14:11 codesquid, revision 6447Fix timer interval when re-adding the timeout timer.
2015-02-14 11:11 codesquid, revision 6446Redirect unneeded output to /dev/null in test for libidn.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2015-02-14 10:24 codesquid, revision 6445Convert engine and controlsocket pointers into references.
2015-02-14 09:19 codesquid, revision 6444Fix compile error
Use an atomic_int to keep track of activity status instead of ordinary int + mutex.