Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2023-03-26 22:00:01
Changelog for FileZilla 3 (7883 changes):
2008-03-04 19:27 botg, revision 21622008-03-03 22:04 botg, revision 2161Fix a typo.
2008-03-02 20:55 botg, revision 2160Minor fixes
2008-03-02 20:39 botg, revision 2159Fix segfault if loading another key after a wrong password.
2008-03-02 13:41 botg, revision 2158Catch close notification events.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
2008-02-29 08:17 botg, revision 2157Fix warnings
2008-02-28 21:17 botg, revision 2156Typo
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2008-02-28 21:17 botg, revision 2155Display site name in title if using Site Manager.
2008-02-28 21:00 botg, revision 2154More spelling fixes
2008-02-28 20:23 botg, revision 2153Spelling
2008-02-28 17:48 botg, revision 2152Fix display of filesizes on non-Windows systems
2008-02-28 10:40 botg, revision 2151Compile fix
- M /FileZilla3/trunk/src/interface/resources/blukis/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/cyril/Makefile.am
2008-02-27 20:17 botg, revision 2150OS X compile fix
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/resources/blukis/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/blukis/theme.xml
- M /FileZilla3/trunk/src/interface/resources/cyril/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/cyril/theme.xml
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/theme.xml
- D /FileZilla3/trunk/src/interface/resources/themes.xml
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2008-02-27 12:20 botg, revision 2149[ 1901788 ] Use individual theme.xml files instead of global themes.xml
2008-02-27 09:25 botg, revision 2148Get PKA working with SSH2.
2008-02-26 23:51 botg, revision 2147Add fzputtygen to zip archive
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-02-26 19:39 botg, revision 2146Updated translations
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/ssh.c
2008-02-25 17:59 botg, revision 2145Put all the pieces together. So far SSH1 only.
2008-02-25 14:30 botg, revision 2144Fix typo
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
2008-02-24 22:47 botg, revision 2143Finish the SFTP settings page.
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-02-24 17:08 botg, revision 2142Updated translations
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/fzprintf.c
2008-02-23 14:24 botg, revision 2141Partially implement options page for SFTP public key authentication.
2008-02-22 19:00 botg, revision 2140Compilefix
2008-02-22 14:56 botg, revision 2139Implement fzputtygen. Really not intended for human use.
2008-02-21 18:30 botg, revision 2138Install fzputtygen.
2008-02-21 16:09 botg, revision 2137Compile fix
2008-02-21 15:01 botg, revision 2136Speed up local file listing. Under *nix, previous code called stat twice. Under win it called GetFileAttributes twice and stat once. New code just calls stat once on *nix and GetFileAttributes once on Windows.
- A /FileZilla3/trunk/src/putty/cmdgen.c
- A /FileZilla3/trunk/src/putty/fzprintf.c
- A /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/fzsftp.c
- M /FileZilla3/trunk/src/putty/fzsftp.h
- A /FileZilla3/trunk/src/putty/import.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- A /FileZilla3/trunk/src/putty/notiming.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
2008-02-21 11:35 botg, revision 2135Initial import of fzputtygen. It will later be used by the SFTP page in the settings dialog to verify and convert private keys into PuTTY's native format.
2008-02-20 00:12 botg, revision 2134Fail if server sends multiple prompts. Requires interactive login.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_ftp.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_ftp.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-02-19 22:00 botg, revision 2133Apply [ 1896533 ] New FTP Sub-Category in the "Connection" Dialog
2008-02-19 16:57 botg, revision 2131Don't crash if resources could not be loaded.
2008-02-19 16:03 botg, revision 2119Sync with 3.0.7.x branch
2008-02-19 15:21 botg, revision 2118Fix timeouts if keep-alive enabled
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2008-02-18 17:27 botg, revision 2117Language id might changedepending on wx version, use language code instead in wrapping engine.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-02-18 14:25 botg, revision 2116Fix some warnings
2008-02-17 23:39 botg, revision 2115Fix [ 1895058 ] File rename bug
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sk_SK.po
2008-02-17 17:14 botg, revision 2114Updated translations
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-02-16 16:33 botg, revision 2113Fix [ 1891263 ] Site Manager: tab doesn't work with no site selected
2008-02-16 09:29 botg, revision 2112Spelling
2008-02-16 09:27 botg, revision 2111Small fix for tz detection.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
2008-02-15 18:34 botg, revision 2110Automatic timezone offset detection.
2008-02-15 13:23 botg, revision 2109Implement mtime command
2008-02-15 13:22 botg, revision 2108Update wording.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/sftp.h
2008-02-15 00:01 botg, revision 2107Preserve file modification times. TODO: mtime command, auto timezone detection.
2008-02-14 23:48 botg, revision 2106Fix warnings
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2008-02-14 23:37 botg, revision 2105Third and final part of patch [ 1893787 ] Bypass proxy settings feature
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2008-02-14 23:36 botg, revision 2104Second part of [ 1893787 ] Bypass proxy settings feature
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
2008-02-14 23:19 botg, revision 2103Part of patch [ 1893787 ] Bypass proxy settings feature
2008-02-14 23:19 botg, revision 2102Remove dead code, fix menu state.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/quickconnectbar.xrc
2008-02-14 14:52 botg, revision 2101Fix spelling
Small cleanup to not show the user redundant information.