Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 19:10:01
Changelog for FileZilla 3 (8047 changes):
2015-03-31 15:34 codesquid, revision 66192015-03-29 10:20 codesquid, revision 6615Check for nullpointer.
2015-03-29 10:16 codesquid, revision 6614Bump to 3.10.3
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/de.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
2015-03-28 15:00 codesquid, revision 6613Updated translations.
2015-03-27 14:09 codesquid, revision 6612Move some checks that should never fail into asserts.
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/filelistctrl.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/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-27 08:53 codesquid, revision 6611Some reformatting and wxLongLong removal.
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
2015-03-27 08:52 codesquid, revision 6610Fix reentrancy issues with the option change event handler. #10346
2015-03-27 08:51 codesquid, revision 6609Change another size comparison to check for negativity or positivity.
2015-03-27 08:19 codesquid, revision 6608Minor reformatting.
2015-03-25 10:27 codesquid, revision 6607Make sure local filelist statusbar is set to connected state. Fixes #10347
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-03-23 08:52 codesquid, revision 6604Add some documentation to the event handler.
2015-03-22 09:52 codesquid, revision 6603We don't actually need to carry the oneshot timer flag around.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2015-03-21 16:36 codesquid, revision 6601Adjust background style on some often-updated controls.
2015-03-21 16:31 codesquid, revision 6600Bump to 3.10.3-rc1
2015-03-21 14:25 codesquid, revision 6599Update svn:ignore
- 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/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.h
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2015-03-21 11:29 codesquid, revision 6598Replace even more lists.
2015-03-21 11:26 codesquid, revision 6597Follow-up to previous commit to fix compile error.
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
2015-03-21 11:19 codesquid, revision 6596Replace a few more lists with vectors and deques as appropriate.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-21 11:07 codesquid, revision 6595Pass files to delete as deque instead of list.
2015-03-20 09:18 codesquid, revision 6594Use a vector for the engine list and clean up the code.
2015-03-20 09:04 codesquid, revision 6593Use a monotonic clock instead of system time.
2015-03-20 09:03 codesquid, revision 6592Add some operators to CMonotonicClock.
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
2015-03-19 16:47 codesquid, revision 6589If not saving passwords, create items with ASK logontype and remember their passwords for the session.
2015-03-18 17:51 codesquid, revision 6588Add WAIT_RECEIVE back to m_waiting in SetEventHandler in the closing state. Also fixed a harmless typo.
2015-03-18 17:30 codesquid, revision 6587Remove no longer used function
Replace the wait interval with a deadline to reduce timer overhead.