Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 07:40:01
Changelog for FileZilla 3 (8068 changes):
2015-02-18 09:53 codesquid, revision 64652015-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
2015-02-14 08:49 codesquid, revision 6443Use an atomic_int to keep track of activity status instead of ordinary int + mutex.
2015-02-13 15:53 codesquid, revision 6442If connection times out, print timeout value in error message.
2015-02-13 15:36 codesquid, revision 6441Inline scoped_lock.
2015-02-13 10:12 codesquid, revision 6440Remove stray semicolon
2015-02-13 09:13 codesquid, revision 6439Use atomics to keep track of progress, part 2.
2015-02-13 09:11 codesquid, revision 6438Use atomics to keep track of progress.
2015-02-12 17:11 codesquid, revision 6437Need to update log level in GUI thread as well.
2015-02-12 15:59 codesquid, revision 6436Add a variadic dispatch helper.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/event.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-02-12 15:57 codesquid, revision 6435dynamic_cast is very slow. typeid and type_info::operator== are also slow. Implement a custom type identification that results in just a few simple instructions in the assembly code.
2015-02-12 09:00 codesquid, revision 6434Rely on the assert.
2015-02-11 18:46 codesquid, revision 6433Handle platforms without thread_local
2015-02-11 17:18 codesquid, revision 6432Add check for thread_local
2015-02-11 14:59 codesquid, revision 6431Fix compilation with old Visual Studio.
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
2015-02-10 21:52 codesquid, revision 6430Use a thread-local variable to hold current debug level. This avoids expensive mutex locks.
2015-02-10 21:48 codesquid, revision 6429Fix segfault in simulated IO.
2015-02-10 21:47 codesquid, revision 6428Add comments to remove workarounds once Jessie and VS2015 become stable.
2015-02-10 18:46 codesquid, revision 6427Handle systems with unsteady steady clock.
2015-02-10 18:35 codesquid, revision 6426Fix logic inversion.
2015-02-10 18:20 codesquid, revision 6425Add a check for steady steady_clock
2015-02-10 18:15 codesquid, revision 6424Fix compile error.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/timeex.cpp
- M /FileZilla3/trunk/src/include/timeex.h
2015-02-09 15:38 codesquid, revision 6423Replace wxStopWatch, use a simpler monotonic clock instead.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2015-02-09 15:31 codesquid, revision 6422Replace some more wx locking primitives.
2015-02-08 17:38 codesquid, revision 6421Minor cleanup, add a missing mutex around CIOThread::SetEventHandler.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.h
- M /FileZilla3/trunk/src/interface/Options.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/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/timeformatting.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.h
2015-02-07 13:45 codesquid, revision 6420Use std::bitset to pass the changed options to all listeners.
2015-02-07 13:09 codesquid, revision 6419Fix compile error.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/event_loop.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/mutex.cpp
- M /FileZilla3/trunk/src/engine/pathcache.cpp
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/rtt.cpp
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/event_loop.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/mutex.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2015-02-05 17:31 codesquid, revision 6418Replace wxMutex, wxCriticalSection and wxCondition with a much faster implementation.
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2015-02-05 16:07 codesquid, revision 6417Work in progress: Call the option change handler with a vector containing all changed options instead of calling it multiple times. This makes it easier to handle multiple related options without causing excessive updates.
2015-02-05 15:45 codesquid, revision 6416We need a mutex in the rate limiter.
2015-02-05 10:04 codesquid, revision 6415Don't run the speedlimit timer every 250ms if there's active limit.
- M /FileZilla3/trunk/src/engine/ControlSocket.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/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/socket.h
2015-02-05 09:18 codesquid, revision 6414In socket.h #include <errno.h>, fixes #10217
2015-02-04 14:14 codesquid, revision 6413Fix untranslatable string.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2015-02-04 13:40 codesquid, revision 6412Automatically refresh trees if sort mode changes.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.h
2015-02-03 13:56 codesquid, revision 6411Fix sorting in site manager dialog to be case-insensitive on Windows. Rearrange some common functionality between all the trees.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2015-02-03 13:47 codesquid, revision 6410Simplify CFileZillaEngine(Private)::GetTransferStatus
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2015-02-03 13:09 codesquid, revision 6409Simplify transfer status notifications to avoid some totally unnecessary allocations.
2015-02-03 10:37 codesquid, revision 6408In CFileZillaEnginePrivate::OnOptionChanged move getting the new value out of the mutex before assigning it inside of it.
- 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
- M /FileZilla3/trunk/src/putty/sftp.c
2015-02-01 11:15 codesquid, revision 6406Ensure total transferred file size is transmitted from the fzsftp process to FileZilla at the end of a transfer.
2015-02-01 10:53 codesquid, revision 6405Bump to 3.10.1.1
2015-01-31 13:50 codesquid, revision 6403Fix regression when editing multiple files with the same name.
2015-01-31 13:47 codesquid, revision 6402Bump to 3.10.1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/cy.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/tr.po
2015-01-30 16:14 codesquid, revision 6401Updated translations
2015-01-30 14:54 codesquid, revision 6400Fix compile error
2015-01-27 10:46 codesquid, revision 6399Some editors leave junk behind. Silently remove it.
2015-01-24 16:12 codesquid, revision 6395Don't override proxy settings when loading a specific session. #10165
2015-01-24 15:53 codesquid, revision 6394Bump to 3.10.1-rc1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/el.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/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2015-01-24 15:21 codesquid, revision 6393Updated translations
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2015-01-24 14:03 codesquid, revision 6392If re-editing multiple files already being edited, add a checkbox to apply action to all selected file.
- 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/RemoteListView.cpp
2015-01-24 13:33 codesquid, revision 6391Pass the full list of files to the edit handler instead of calling it individually.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2015-01-24 10:50 codesquid, revision 6390Use unique_ptr for the link resolver state.
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2015-01-24 10:41 codesquid, revision 6389Check for existing sites prior to showing the ask save password dialog in case of settings loss.
2015-01-23 10:44 codesquid, revision 6388Fix setting of port and protocol.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
2015-01-22 12:36 codesquid, revision 6387Fix description of what the ftp:// prefix does.
2015-01-21 19:55 codesquid, revision 6386Don't call the expensive GetSafePath twice.
2015-01-21 19:24 codesquid, revision 6385Fix over-qualification. Patch by XhmikosR.
2015-01-21 18:01 codesquid, revision 6384Fix editing the same local file multiple times.
2015-01-21 17:46 codesquid, revision 6383Deleting items does not trigger the selection changed event. Manually call SetCtrlState in this case.
2015-01-21 16:04 codesquid, revision 6382Use wxTextCtrl::ChangeValue instead of wxTextCtrl::SetValue. Fix small bug where the default port is needlessly displayed in the port field during drag&drop operations.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
2015-01-21 13:56 codesquid, revision 6381Improve display of GNUTLS_E_PULL_ERROR and GNUTLS_E_PUSH_ERROR, it was confusing users: While the error occurred in the push/pull function, it does not mean that either function is faulty. Silence the TLS error reporting and pass the socket error to higher layers instead of the generic ECONNABORTED.
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-01-21 13:31 codesquid, revision 6380Display subject alternative names in certificate dialog.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- 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/include/notification.h
- M /FileZilla3/trunk/src/include/socket.h
2015-01-21 10:38 codesquid, revision 6379Include subject alternative names in certificate structure.
2015-01-20 14:52 codesquid, revision 6378Instead of hiding alert details in debug messages, directly show the alert at the intended output level.
2015-01-20 14:52 codesquid, revision 6377Cleanup destruction of hidden items.
2015-01-20 14:23 codesquid, revision 6376Check for null m_pContextControl
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- D /FileZilla3/trunk/src/interface/xh_menu_ex.cpp
- D /FileZilla3/trunk/src/interface/xh_menu_ex.h
2015-01-20 14:07 codesquid, revision 6375Remove some old code only needed for compatibility with wx <= 2.8.10
2015-01-20 09:47 codesquid, revision 6374Return early in UpdateSpeedLimitsIcon if the icon could not be loaded.
2015-01-18 11:42 codesquid, revision 6373The time has come to disable RC4.
2015-01-17 14:08 codesquid, revision 6372Use the parent window to get the screen as the dialog isn't realized yet.
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-01-17 09:06 codesquid, revision 6371Display SHA-256 certificate fingerprint instead of MD5 fingerprint.
2015-01-16 15:30 codesquid, revision 6369Check return value of wxDisplay::GetFromWindow to avoid an assert. Addresses #10099. Root cause why it returns wxNOT_FOUND is unknown still.
2015-01-16 15:29 codesquid, revision 6368Bump to 3.10.0.2
2015-01-16 15:20 codesquid, revision 6367Updated translation
2015-01-16 10:22 codesquid, revision 6366In rare cases a freshly deleted directory cannot be instantly recreated. Postpone stale directory cleanup until after creating the working directory.
2015-01-16 10:02 codesquid, revision 6365Simplify buffer handling if sending doesn't send everything. At that point we know that there had been no previous buffer.
2015-01-16 09:55 codesquid, revision 6364Fix a handle leak.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/commands.h
2015-01-15 10:27 codesquid, revision 6363Add some consts and replace some reinterpret_casts with static_cast
2015-01-15 10:00 codesquid, revision 6362Remove a bit of dead code.
2015-01-15 09:06 codesquid, revision 6361Fix crash if a keyfile has been configured but the keyfile does not exist or is otherwise invalid.
2015-01-12 19:26 codesquid, revision 6359Fix uninitialized variable: The value pointed to by perms wasn't set.
2015-01-12 19:25 codesquid, revision 6358Bump to 3.10.0.1
Updated translations