Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:20:01
Changelog for FileZilla 3 (8047 changes):
2015-01-15 10:00 codesquid, revision 63622015-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
2015-01-12 19:08 codesquid, revision 6357Updated translations
2015-01-12 18:58 codesquid, revision 6356wxFile internally uses _open which uses CreateFile with share mode FILE_SHARE_READ|FILE_SHARE_WRITE. For now also specify this share mode in our own file implementation, even though we do not want other programs from modifying the files we are transferring. Unfortunately lack of FILE_SHARE_WRITE breaks remote file editing, there are too many badly broken programs out there that keep descriptors open for writing even when not writing. TODO: In a future version, compare file timestamps before and after transfer. If timestamp has changed at the end of transfer, fail and retry.
2015-01-11 09:58 codesquid, revision 6353Fix interrupted handshakes due to extremely large requests sent by server.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2015-01-11 09:45 codesquid, revision 6352Fix post-login commands when selected protocol is INSECURE_FTP.
2015-01-11 09:44 codesquid, revision 6351Small refactoring to reduce lifetime of wxFFile
2015-01-09 09:19 codesquid, revision 6348Fix initialization of m_edit member, this prevented from saving queue items that were loaded from queue.
2015-01-07 13:15 codesquid, revision 6345Apply #9997 to #include <errno.h> to fix a compile error.
2015-01-07 13:12 codesquid, revision 6344Bump to 3.10.0
2015-01-07 12:49 codesquid, revision 6343Use signed char as data type as plain char may be unsigned.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-01-07 08:26 codesquid, revision 6342Updated translations.
- M /FileZilla3/trunk/src/dbus/wxdbusconnection.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
2015-01-04 19:23 codesquid, revision 6341Use QueueEvent instead of AddPendingEvent and wxPostEvent, it avoids a call to wxEvent::Clone.
2015-01-04 19:22 codesquid, revision 6340Set onetime file exists action as unknown initially. Fixes #9981.
2015-01-03 14:21 codesquid, revision 6339Use signed char as data type as plain char may be unsigned.
2015-01-03 11:35 codesquid, revision 6337Fix typo.
2015-01-03 11:32 codesquid, revision 6336Bump to 3.10.0-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
2015-01-03 10:23 codesquid, revision 6335Updated translations.
- M /FileZilla3/trunk/data/filezilla.appdata.xml
- M /FileZilla3/trunk/docs/filezilla.man
- M /FileZilla3/trunk/docs/fzdefaults.xml.man
- M /FileZilla3/trunk/docs/fzputtygen.man
- M /FileZilla3/trunk/docs/fzsftp.man
- M /FileZilla3/trunk/README
- M /FileZilla3/trunk/src/fzshellext/fzshellext.rc
- M /FileZilla3/trunk/src/fzshellext/version.rc.in
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/MacInfo.plist.in
- M /FileZilla3/trunk/src/interface/resources/version.rc.in
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/windows/version.rc2
2015-01-03 10:13 codesquid, revision 6334Update Copyright year.
2015-01-03 10:13 codesquid, revision 6333Fix compile error
2015-01-03 10:13 codesquid, revision 6332Fix initialization of Welsh and Estonian.
- A /FileZilla3/trunk/locales/et.po
- D /FileZilla3/trunk/locales/et_EE.po
2015-01-03 10:09 codesquid, revision 6331Rename Estonian translation file. #9978
2015-01-01 20:22 codesquid, revision 6328Added Welsh translation.
Make CFileZillaEngine non-copyable.