Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:20: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
2008-02-10 19:48 botg, revision 2081Fix infinite loop
2008-02-10 19:17 botg, revision 2080Unselect local-only filters in remote sets in OnOK.
2008-02-10 16:39 botg, revision 2079Reverse debug code
2008-02-10 15:54 botg, revision 2078Logic error
2008-02-10 15:40 botg, revision 2077Version bump.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/id_ID.po
- A /FileZilla3/trunk/locales/th_TH.po
2008-02-10 13:48 botg, revision 2076Added Thai translation and updated others.
2008-02-10 10:32 botg, revision 2075If listing does not have time precision, use MDTM if preserving timestamps.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- A /FileZilla3/trunk/src/interface/optionspage_logging.cpp
- A /FileZilla3/trunk/src/interface/optionspage_logging.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-02-09 19:42 botg, revision 2074Timestamps in message log.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filteredit.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
2008-02-08 22:59 botg, revision 2073Local listings can be filtered by attributes (Windows) or permissions (other) now.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2008-02-08 20:32 botg, revision 2072Disable download option from context menu if local directory cannot be writable (e.g. My Computer on MSW).
2008-02-08 20:19 botg, revision 2071Fix [ 1260246 ] Renaming file to existing name doesn't update file list
2008-02-08 20:01 botg, revision 2070Fix [ 1326119 ] Transfer Queue window doesn't Remember size and position
2008-02-08 09:58 botg, revision 2069Missing ifdefs
2008-02-08 09:53 botg, revision 2068Center conditional dialogs on parent
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2008-02-08 09:28 botg, revision 2067Fix [ 1872569 ] OS X: File change notification hidden behind main window
2008-02-07 19:45 botg, revision 2066Prevent opening multiple close confirmation dialogs
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.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/zh_TW.po
2008-02-07 09:33 botg, revision 2065Updated translations
2008-02-06 22:26 botg, revision 2064msgmerge -U fails with gettext 0.17 from darwinports.
2008-02-04 15:36 botg, revision 2063Clarify meaning of "overwrite if newer".
2008-02-04 15:35 botg, revision 2062Cache font for massive speedup
2008-02-03 23:58 botg, revision 2061Cache font for massive speedup
2008-02-03 20:08 botg, revision 2060Don't omit args.
2008-02-03 19:05 botg, revision 2059Fix assertion on non-MSW
2008-02-03 14:31 botg, revision 2058Fix restoring of queue size if maximized on MSW.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/optionspage_themes.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2008-02-02 23:32 botg, revision 2057Adjustable toolbar icon sizes. Fixes [ 1782142 ] No way to set the Interface to use Medium or Large Icons
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/xh_toolb_ex.h
2008-02-02 21:06 botg, revision 2056Create toolbar from saved icon size
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- A /FileZilla3/trunk/src/interface/xh_toolb_ex.cpp
- A /FileZilla3/trunk/src/interface/xh_toolb_ex.h
2008-02-02 18:54 botg, revision 2055Infrastructure for different toolbar icon sizes.
2008-02-02 18:53 botg, revision 2054List the available theme sizes
2008-02-02 18:50 botg, revision 2053Small correction
2008-02-02 16:37 botg, revision 2052Relax size requirements
2008-02-02 15:11 botg, revision 2051Fix syntax errors and a typo
2008-02-01 17:54 botg, revision 2050Change working in file exists dialog.
- A /FileZilla3/trunk/locales/ca.po
- D /FileZilla3/trunk/locales/ca_ES.po
- A /FileZilla3/trunk/locales/de.po
- D /FileZilla3/trunk/locales/de_DE.po
- A /FileZilla3/trunk/locales/el.po
- D /FileZilla3/trunk/locales/el_GR.po
- A /FileZilla3/trunk/locales/es.po
- D /FileZilla3/trunk/locales/es_ES.po
- A /FileZilla3/trunk/locales/fr.po
- D /FileZilla3/trunk/locales/fr_FR.po
- A /FileZilla3/trunk/locales/it.po
- D /FileZilla3/trunk/locales/it_IT.po
- A /FileZilla3/trunk/locales/nl.po
- D /FileZilla3/trunk/locales/nl_NL.po
- A /FileZilla3/trunk/locales/ru.po
- D /FileZilla3/trunk/locales/ru_RU.po
- A /FileZilla3/trunk/locales/sv.po
- D /FileZilla3/trunk/locales/sv_SE.po
- A /FileZilla3/trunk/locales/tr.po
- D /FileZilla3/trunk/locales/tr_TR.po
- M /FileZilla3/trunk/src/interface/locale_initializer.cpp
2008-01-31 15:20 botg, revision 2049Fix [ 1736254 ]
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-01-31 14:37 botg, revision 2048Yet another localized listing format.
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/data/filezilla.desktop
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2008-01-31 12:27 botg, revision 2047Apply patches from openSUSE
2008-01-31 09:56 botg, revision 2046Fix infinite loop if dragging root.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-01-31 09:21 botg, revision 2045Fix [ 1883228 ] Ctrl+A doesn't select all files in Unix version
2008-01-30 15:38 botg, revision 2043Fix [ 1882521 ] MSW: Ctrl + Space not working in file list
2008-01-30 11:19 botg, revision 2042Fix a segfault if copying filters.
2008-01-30 11:18 botg, revision 2041Version bump
2008-01-30 11:10 botg, revision 2040Updated translations
2008-01-30 10:58 botg, revision 2039Don't increase error count if connection establishment fails and another engine is still connected to same server.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2008-01-29 20:40 botg, revision 2038Mitigate symptoms of [ 1882446 ]
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/32x32/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/download.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/logview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/queueview.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/refresh.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/upload.png
- M /FileZilla3/trunk/src/interface/resources/blukis/48x48/uploadadd.png
2008-01-29 09:31 botg, revision 2033Fix [ 1782147 ] A few Blukis Icons look jagged in Medium and Small sizes
2008-01-28 19:01 botg, revision 2032Handle files with leading dash.
- M /FileZilla3/trunk/locales/eu_ES.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ku.po
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-01-28 09:58 botg, revision 2031Updated translations. Validate c-format.
2008-01-27 22:03 botg, revision 2030Fix signedness warnings
2008-01-27 19:19 botg, revision 2029Finish overhaul of de_DE.po
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-01-26 18:10 botg, revision 2028Fix some typos and visual glitches.
2008-01-26 00:52 botg, revision 2027Invalidate working directories if deleting/renaming a directory. Same logic as in FTP protocol.
Missed a break