Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:30:01
Changelog for FileZilla 3 (8047 changes):
2015-03-01 10:45 codesquid, revision 65252015-02-28 09:10 codesquid, revision 6524Fix a harmless coverity warning.
2015-02-28 08:40 codesquid, revision 6523Fix typos.
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2015-02-27 20:20 codesquid, revision 6522Don't call wxString::Last on empty strings, it asserts.
2015-02-27 17:08 codesquid, revision 6521Always use case-insensitive compare when checking whether a file with the same name is already being edited. We don't know which type of filesystem the temp directory is on, e.g. FZ could be run on Linux with the temp directory located on an SMB share hosted on a Windows server.
2015-02-27 09:17 codesquid, revision 6518Add two explicit casts to solve ambiguous overloads.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.h
2015-02-27 09:15 codesquid, revision 6517Replace wxLongLong_t with int64_t.
2015-02-27 08:17 codesquid, revision 6516Fixed a typo.
2015-02-26 23:18 codesquid, revision 6515Fix a compile error.
2015-02-26 23:04 codesquid, revision 6514Sadly wxDateTime constructor doesn't take native 64bit types.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/state.cpp
2015-02-26 19:28 codesquid, revision 6513Use int64_t instead of wxLongLong in a couple of places.
2015-02-26 19:02 codesquid, revision 6512Fix crash if there is no password element.
2015-02-26 18:35 codesquid, revision 6511Minor modernization.
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.cpp
- M /FileZilla3/trunk/src/interface/asksavepassworddialog.h
2015-02-26 15:10 codesquid, revision 6510Handle failure to load dialog.
2015-02-25 13:56 codesquid, revision 6508Remove stray semicolon.
2015-02-25 13:55 codesquid, revision 6507Bump to 3.10.2-rc2
- 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/uk_UA.po
2015-02-25 13:43 codesquid, revision 6506Updated translations
2015-02-25 10:01 codesquid, revision 6505Minor reformatting.
2015-02-25 09:52 codesquid, revision 6504Fix compile error.
2015-02-25 08:50 codesquid, revision 6503I'm not sure we can yet require SSE2 support. Gather CPU capabilities in the updater.
2015-02-24 14:16 codesquid, revision 6501Call FinalizeWrite at the end of downloads to ensure all data has been written and to report failure if it has not. Might fix #10269 though I could not reproduce it.
2015-02-24 13:28 codesquid, revision 6500Snake oil cures all ailments: base64 password encoding.
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- D /FileZilla3/trunk/src/engine/file.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/file.h
- M /FileZilla3/trunk/src/include/Makefile.am
2015-02-23 19:30 codesquid, revision 6499Move file.h to include directory.
2015-02-23 19:01 codesquid, revision 6498Restore toolbar state if clicking the filter button and dismissing the dialog.
2015-02-23 15:06 codesquid, revision 6497Add missing implementation of CFile::Opened()
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
Fix a few more compiler warnings.