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):
2008-08-24 13:24 botg, revision 26572008-08-24 13:08 botg, revision 2656Fix case
2008-08-24 12:47 botg, revision 2655Work around problems in uint64_make on some 64bit platforms. Similar to the recent wxLongLong problem in wxWidgets. Upstream has been notified.
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2008-08-24 12:18 botg, revision 2654Implement kiosk mode. No more saved passwords if enabled.
2008-08-24 12:15 botg, revision 2653PuTTY's psftp component did happily upload data to a server that has ran out of diskspace due to not checking the return value of xfer_upload_gotpkt properly. This fix corrects this, upstream has been notified.
- M /FileZilla3/trunk/docs/fzdefaults.xml.example
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- 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/settingsdialog.cpp
2008-08-21 14:11 botg, revision 2652Add option to disable update checks via fzdefaults.xml
2008-08-21 13:30 botg, revision 2651Missing break
2008-08-21 13:23 botg, revision 2650Don't process failed listings. Might be the true cause of #2049709
2008-08-21 13:05 botg, revision 2649Minor cleanup
2008-08-20 18:42 botg, revision 2648Fix instance in which modified flag was incorrectly set on sending listing.
2008-08-20 15:35 botg, revision 2647One more place to call ConvertDomainName. Fixes #2062712
- M /FileZilla3/trunk/src/engine/servercapabilities.h
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2008-08-20 14:51 botg, revision 2646Resume TLS session if possible for faster handshake.
2008-08-20 14:17 botg, revision 2645Don't crash if server does not support resuming of large files.
2008-08-20 09:26 botg, revision 2644Send connection event before read/write events.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
2008-08-20 08:36 botg, revision 2643Stopping queue processing will change a recursive operation from recursive_download into recursive_addtoqueue mode. Fixes #2038386
2008-08-19 13:41 botg, revision 2642Process queue toolbar button was not reset in all cases.
2008-08-18 20:51 botg, revision 2641VER field of user/pass auth method is 1, not 5. Fixes #2057591
2008-08-18 20:44 botg, revision 2640Fix some harmless warnings.
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/Makefile.am
- M /FileZilla3/trunk/locales/Makefile.am
2008-08-18 16:58 botg, revision 2639Fix creating of NSIS installer script if configured with --disable-locales
2008-08-17 18:36 botg, revision 2638Hopefully fixes #2049709
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2008-08-17 13:03 botg, revision 2637Use LookupFile.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2008-08-17 12:18 botg, revision 2636Refcount findmap to use COW semantics.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queueview_successful.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-08-15 15:00 botg, revision 2635Make more use of GetSelectedItemCount
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
2008-08-15 14:28 botg, revision 2634Update filecount at most 5 times every second.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2008-08-15 13:12 botg, revision 2633Improve performance of subsequent calls to CDirectoryCache::LookupFile
2008-08-15 09:59 botg, revision 2632Another nice performance boost
2008-08-14 16:25 botg, revision 2631Speedup of 1.7 on wxGTK
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2008-08-14 14:23 botg, revision 2630Don't repeatedly perform the same checks and actions, do them after adding all files.
2008-08-14 11:03 botg, revision 2629Vastly speed up adding new items to queue, from O(n) to O(1)
2008-08-14 09:56 botg, revision 2628MSW: Don't wrap dialog so small that tabs no longer fit.
2008-08-13 10:33 botg, revision 2627Incorrect linebreak
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2008-08-13 10:09 botg, revision 2626[ 2049353 ] Typos in English version
2008-08-13 09:59 botg, revision 2625Treat empty path in combination with nonempty subdir as syntax error.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2008-08-13 07:30 botg, revision 2624Check if LIST still required after obtaining lock. Disallow empty path in CDirectoryCache::Store
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2008-08-13 07:29 botg, revision 2623Don't open any dialog before main frame has not been fully initialized.
2008-08-12 21:58 botg, revision 2622Another crash.
2008-08-12 12:54 botg, revision 2621Preliminary fix for another locking problem. Might need to obtain LIST lock earlier.
2008-08-11 18:07 botg, revision 2620Loading invalid filters could crash.
2008-08-11 18:07 botg, revision 2619Improve tooltips
- 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/LocalListView.cpp
- 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-08-11 14:28 botg, revision 2618Add filter condition for containing path.
2008-08-11 14:25 botg, revision 2617Version bump
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/ja_JP.po
2008-08-11 13:56 botg, revision 2616Translation updates
2008-08-11 11:49 botg, revision 2615Punctuation
2008-08-10 17:13 botg, revision 2614Don't dereference nullpointer.
2008-08-10 14:25 botg, revision 2613Typo
2008-08-10 14:17 botg, revision 2612Version bump
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-08-10 13:55 botg, revision 2611Updated translations
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2008-08-10 13:33 botg, revision 2610Fix compilation in non-Unicode builds and fix a few warnings.
2008-08-10 11:37 botg, revision 2609Fix a warning.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-08-09 21:57 botg, revision 2608Refresh neighboring lines after ending a label edit. Prevents artifacts from the rather large edit control border
Missing check for m_fd == -1 in accept loop.