Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-03 09:50:01
Changelog for FileZilla 3 (8067 changes):
2008-10-02 08:59 botg, revision 2771- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2008-10-01 23:15 botg, revision 2770Faster queue saving, makes about 16% difference. Don't save priority if priority is normal (default).
2008-10-01 21:45 botg, revision 2769Resolve ambiguous implicit cast.
2008-10-01 21:02 botg, revision 2768Get rid of unused variable.
2008-09-30 18:09 botg, revision 2767Update displayed files if changing format.
2008-09-30 08:25 botg, revision 2766Be a bit more verbose if fzsftp could not be started.
2008-09-29 21:12 botg, revision 2765Fix ! operator
2008-09-29 21:09 botg, revision 2764Copy changes from 3.1.3.1 tag
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/refcount.h
2008-09-29 19:57 botg, revision 2763Clean up CDirectoryListing
2008-09-29 15:37 botg, revision 2762Fix memory leak, thank you valgrind.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2008-09-29 12:07 botg, revision 2745Reference counted CServerPath
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2008-09-29 12:00 botg, revision 2744Fix potential problem if OnClose gets called with pending data and OnReceive causes a redirect.
2008-09-27 22:51 botg, revision 2743Download speed limits weren't working.
2008-09-27 21:52 botg, revision 2742Remove some trailing whitespace.
2008-09-27 18:09 botg, revision 2741Timing issue, need to retrigger close event if received prior to SetActive.
- M /FileZilla3/trunk/src/interface/optionspage_edit.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-09-27 16:50 botg, revision 2740If validation fails, switch to the problem page.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-09-27 13:49 botg, revision 2739Display more information on file changed notification.
2008-09-27 13:23 botg, revision 2738Keep drive letter for removable media drives, e.g. CD-ROM drives.
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2008-09-26 18:00 botg, revision 2737React to added or removed drive letters.
2008-09-26 09:48 botg, revision 2735Show server details on edit status dialog.
2008-09-25 20:27 botg, revision 2734Fix #3772, allow editing of files with same name but in different remote paths.
2008-09-25 13:23 botg, revision 2733Last part of #3803
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-09-24 22:22 botg, revision 2732Fix #3781, need to truncate filenames if longer than MAX_PATH (MSW)
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-09-24 09:34 botg, revision 2731Change CEditHandler to identify remote files by path and server in addition to filename and make local filename independent of remote filename. Lays the foundation to fix #3772 and #3781.
2008-09-24 09:01 botg, revision 2730Solaris doesn't have d_type member in struct dirent, fixes part of #3803
Fix a warning.