Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 19:00:01
Changelog for FileZilla 3 (8047 changes):
2009-09-26 10:03 botg, revision 3414- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/pl_PL.po
2009-09-25 22:37 botg, revision 3413Translation updates
2009-09-25 22:23 botg, revision 3412Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/vi_VN.po
2009-09-24 16:02 botg, revision 3411Updated translations
2009-09-22 23:37 botg, revision 3407Honor the filesize settings a bit more.
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-09-22 19:48 botg, revision 3406Also use wxChoice in session specific default file exists dialog.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2009-09-21 21:16 botg, revision 3405Fix #4831, mark filename column as fixed and sanitize stored settings.
2009-09-21 21:14 botg, revision 3404Typo
2009-09-21 21:02 botg, revision 3403Forgot to capture EACCESS/EGAIN in TryLock
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-09-21 10:02 botg, revision 3397Handle EINTR and other locking failures, should fix #4417
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- M /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
2009-09-20 15:01 botg, revision 3375There's no more org.freedesktop.PowerManagement on Ubuntu 9.10, fall back to org.gnome.SessionManager to inhibit idle suspend
2009-09-20 14:58 botg, revision 3374Make sure all tabs fit also on wxGTK
2009-09-20 14:55 botg, revision 3373Don't leave debug code enabled
2009-09-20 14:24 botg, revision 3372wxGTK also needs that strange offset
2009-09-20 12:12 botg, revision 3371Fix border of list controls on SFTP and filetype pages
2009-09-20 12:10 botg, revision 3370Typo
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.h
2009-09-20 10:04 botg, revision 3369Reduce space requirements of file exists settings page.
2009-09-20 09:47 botg, revision 3368Only accept wx 2.8.x, not 2.9.x or higher.
2009-09-20 09:25 botg, revision 3367Make sure tabs fit entirely on OS X
2009-09-19 21:51 botg, revision 3366More wrapping oddities fixed
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2009-09-17 14:24 botg, revision 3365Check for OS X >= 10.5 in powermanagement code. Based on patch by John Ratliff.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
2009-09-17 12:51 botg, revision 3364Add missing virtual destructors and fix two potential memory leaks.
2009-09-16 21:03 botg, revision 3363Fix copy&paste error
2009-09-16 20:43 botg, revision 3362Two harmless file descriptor leaks. Upstream has been notified.
2009-09-16 14:21 botg, revision 3361Also increase advertised window on SFTP. Though usually SFTP performance is limited due to the inherent protocol properties.
Double send buffer size and vastly increase recv buffer. The latter is TCP's advertised receiver window and goes directly into the bandwidth delay product. New values capable of saturating 100Mbit/s at 333ms RTT.