Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 20:30:01
Changelog for FileZilla 3 (8068 changes):
2014-12-28 12:26 codesquid, revision 62972014-12-28 11:33 codesquid, revision 6296Add test for IsIpAddress
2014-12-28 11:31 codesquid, revision 6295Fix comment.
2014-12-28 11:25 codesquid, revision 6294Fix coverity warning.
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- 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/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
2014-12-28 10:50 codesquid, revision 6293Use std::unique_ptr instead of manual memory management.
2014-12-28 10:42 codesquid, revision 6292Remove some dead code and add a check for -1 return on Seek().
2014-12-27 17:38 codesquid, revision 6291Turn dead code into an assert.
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-12-27 16:44 codesquid, revision 6290Make target file a sparse optional.
2014-12-27 15:14 codesquid, revision 6289Member reordering.
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-12-27 14:46 codesquid, revision 6288Rearrange members of CFileItem and set type of some enums to further reduce memory footprint.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-12-27 14:45 codesquid, revision 6287Cleanup folder processing thread and use a flag bit to remember binary attribute to save memory.
- M /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
2014-12-27 14:05 codesquid, revision 6286Use CLocalPath instead of wxString to remember local path.
2014-12-27 13:50 codesquid, revision 6285SetLocalDir now accepts CLocalPath as argument.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/include/refcount.h
2014-12-27 11:16 codesquid, revision 6284Share local path data.
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2014-12-27 10:26 codesquid, revision 6283Get rid of m_bEmpty, instead check whether the data object is set.
2014-12-23 14:39 codesquid, revision 6282Get rid of the indentation tracking. We only have two levels.
2014-12-23 14:04 codesquid, revision 6281Update svn:ignore
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
2014-12-21 11:58 codesquid, revision 6280Merge upstream changes
2014-12-21 11:45 codesquid, revision 6279Don't free the returned conf value, it's not a copy.
2014-12-21 11:34 codesquid, revision 6278Set pointer to NULL after freeing the keyfiles list.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- M /FileZilla3/trunk/src/interface/toolbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.h
2014-12-20 16:54 codesquid, revision 6277Fix a crash with latest wx sources when creating the toolbar. Since dropdown tool support is now part of wx, we no longer need this ugly hack.
2014-12-20 15:45 codesquid, revision 6276Fix a handle leak: For every command executed, one event and one thread handle was leaked.
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/sshecc.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
2014-12-20 14:34 codesquid, revision 6275Fix a couple of memory/resource leaks and some memory corruption. Upstream has been notified.
2014-12-20 14:03 codesquid, revision 6274Don't free the config subkey.
2014-12-20 09:43 codesquid, revision 6273Fix memory leak.
2014-12-20 09:36 codesquid, revision 6272Fix version number in manifest. Windows requires it to have 4 components.
- M /FileZilla3/trunk/src/interface/resources/windows_manifest.xml
- M /FileZilla3/trunk/src/putty/windows/windows_manifest.xml
2014-12-19 15:04 codesquid, revision 6270Update Manifest to indicate Windows 10 support.
2014-12-19 15:04 codesquid, revision 6269Bump to beta3
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.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/pt_PT.po
2014-12-19 14:05 codesquid, revision 6268Updated translations
2014-12-19 13:48 codesquid, revision 6267Disable connection sharing.
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/ssh.c
2014-12-19 09:55 codesquid, revision 6266Reimplement support for multiple keyfiles.
2014-12-19 09:47 codesquid, revision 6265Restore proxy support.
2014-12-18 16:08 codesquid, revision 6264Use the new packet handling functions in the (ch)mtime commands.
2014-12-18 15:58 codesquid, revision 6263Fix compile error
2014-12-18 15:38 codesquid, revision 6262Fix list of common source files.
2014-12-18 15:14 codesquid, revision 6261Update fzputtygen
- M /FileZilla3/trunk/src/putty/be_none.c
- A /FileZilla3/trunk/src/putty/callback.c
- M /FileZilla3/trunk/src/putty/cmdline.c
- A /FileZilla3/trunk/src/putty/conf.c
- M /FileZilla3/trunk/src/putty/cproxy.c
- A /FileZilla3/trunk/src/putty/errsock.c
- M /FileZilla3/trunk/src/putty/fzsftp.vcxproj
- M /FileZilla3/trunk/src/putty/import.c
- M /FileZilla3/trunk/src/putty/logging.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.c
- M /FileZilla3/trunk/src/putty/misc.h
- M /FileZilla3/trunk/src/putty/network.h
- M /FileZilla3/trunk/src/putty/notiming.c
- M /FileZilla3/trunk/src/putty/pinger.c
- M /FileZilla3/trunk/src/putty/portfwd.c
- M /FileZilla3/trunk/src/putty/pproxy.c
- M /FileZilla3/trunk/src/putty/proxy.c
- M /FileZilla3/trunk/src/putty/proxy.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/psftp.h
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/puttymem.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/sftp.h
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/ssh.h
- M /FileZilla3/trunk/src/putty/sshaes.c
- M /FileZilla3/trunk/src/putty/ssharcf.c
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/sshdes.c
- M /FileZilla3/trunk/src/putty/sshdss.c
- A /FileZilla3/trunk/src/putty/sshecc.c
- M /FileZilla3/trunk/src/putty/sshmd5.c
- M /FileZilla3/trunk/src/putty/sshpubk.c
- M /FileZilla3/trunk/src/putty/sshrand.c
- M /FileZilla3/trunk/src/putty/sshrsa.c
- M /FileZilla3/trunk/src/putty/sshsh256.c
- M /FileZilla3/trunk/src/putty/sshsh512.c
- M /FileZilla3/trunk/src/putty/sshsha.c
- A /FileZilla3/trunk/src/putty/sshshare.c
- M /FileZilla3/trunk/src/putty/sshzlib.c
- M /FileZilla3/trunk/src/putty/storage.h
- M /FileZilla3/trunk/src/putty/timing.c
- M /FileZilla3/trunk/src/putty/tree234.c
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxagentc.c
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/unix/uxmisc.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxnoise.c
- M /FileZilla3/trunk/src/putty/unix/uxproxy.c
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- A /FileZilla3/trunk/src/putty/unix/uxshare.c
- M /FileZilla3/trunk/src/putty/unix/uxstore.c
- M /FileZilla3/trunk/src/putty/wildcard.c
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/wincons.c
- M /FileZilla3/trunk/src/putty/windows/windefs.c
- M /FileZilla3/trunk/src/putty/windows/winhandl.c
- A /FileZilla3/trunk/src/putty/windows/winhsock.c
- M /FileZilla3/trunk/src/putty/windows/winmisc.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
- M /FileZilla3/trunk/src/putty/windows/winnoise.c
- A /FileZilla3/trunk/src/putty/windows/winnpc.c
- A /FileZilla3/trunk/src/putty/windows/winnps.c
- M /FileZilla3/trunk/src/putty/windows/winpgntc.c
- A /FileZilla3/trunk/src/putty/windows/winsecur.c
- A /FileZilla3/trunk/src/putty/windows/winsecur.h
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- A /FileZilla3/trunk/src/putty/windows/winshare.c
- M /FileZilla3/trunk/src/putty/windows/winstore.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
- M /FileZilla3/trunk/src/putty/x11fwd.c
2014-12-18 09:56 codesquid, revision 6260Merge upstream PuTTY changes. Thinks not yet updated or known to be broken: fzputtygen, keyfile support, proxy support.
2014-12-18 09:49 codesquid, revision 6259Do not unconditionally set TCP_NODELAY on the data connection.
2014-12-13 09:46 codesquid, revision 6258Do not send PBSZ 0 and PROT P if the server denies both AUTH TLS and AUTH SSL. Fixes #9949.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2014-12-13 09:30 codesquid, revision 6257Slightly speed up converting received data to local character encoding.
2014-12-12 10:01 codesquid, revision 6255Fix compile error.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
2014-12-12 09:26 codesquid, revision 6254Add checkboxes to find files and directories to the search dialog.
2014-12-11 16:28 codesquid, revision 6253Prevent flicker when a processed directory did not add new content to the search results.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/refcount.h
2014-12-11 09:00 codesquid, revision 6252Slightly improve parsing speed of large directory listings.
2014-12-11 08:53 codesquid, revision 6251Fix applying the file exist action to notifications already in the request queue.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
2014-12-09 14:45 codesquid, revision 6250Split overly long function.
2014-12-09 13:47 codesquid, revision 6249Fix assert
2014-12-09 13:44 codesquid, revision 6248Refresh local listing after creating directory.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2014-12-08 17:10 codesquid, revision 6247Add Ctrl+Shift+N hotkey to create new directory.
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2014-12-08 10:11 codesquid, revision 6245Fix toolbar icon size on 24x24 themes.
Signed the 64bit shell extension.