Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:00:01
Changelog for FileZilla 3 (8068 changes):
2008-02-26 23:51 botg, revision 2147- 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
2008-02-14 14:40 botg, revision 2100Small cleanup to not show the user redundant information.
2008-02-13 23:09 botg, revision 2098Block timeouts if waiting for interactive login.
2008-02-13 23:08 botg, revision 2097Version bump
2008-02-13 23:04 botg, revision 2096Add more default ASCII file types
2008-02-13 10:53 botg, revision 2095Updated translations
2008-02-13 10:44 botg, revision 2094Add transfer queue item to main menu.
2008-02-13 10:38 botg, revision 2093At least MSW still needs the SetFont call.
2008-02-12 22:36 botg, revision 2092Only use required size of info text as window size. Fixes visual problems on OS X
2008-02-12 19:30 botg, revision 2091Fix timeouts which were broken since 3.0.4-rc1 and also time-out on if the replies to skip never arrive.
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sk_SK.po
2008-02-12 15:39 botg, revision 2090Updated translations
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2008-02-11 20:32 botg, revision 2089Remove some duplicate code. 130 lines gone.
- M /FileZilla3/trunk/src/interface/import.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2008-02-11 15:01 botg, revision 2088Center import, netconf and update dialogs/wizards on parent.
2008-02-11 14:52 botg, revision 2086Use FzCl for CFBundleSignature
2008-02-10 20:39 botg, revision 2083Simplify GetDataDir and similar functions under __WXMAC__
2008-02-10 19:55 botg, revision 2082Updated translation
Fix infinite loop