Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:10:01
Changelog for FileZilla 3 (8047 changes):
2014-12-28 12:37 codesquid, revision 63012014-12-28 12:34 codesquid, revision 6300Add a null pointer check when setting filter condition tab order.
2014-12-28 12:31 codesquid, revision 6299Add another nullpointer check.
2014-12-28 12:27 codesquid, revision 6298Fix potential nullpointer dereference.
2014-12-28 12:26 codesquid, revision 6297Fix IP address detection.
2014-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.
Fix a handle leak: For every command executed, one event and one thread handle was leaked.