Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 17:50:01
Changelog for FileZilla 3 (8047 changes):
2006-11-07 17:01 botg, revision 1074- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2006-11-07 16:31 botg, revision 1073Cleanup
2006-11-07 12:39 botg, revision 1072Fix spurious compiler warning
2006-11-07 12:39 botg, revision 1071add backend.h
2006-11-07 12:25 botg, revision 1070fix detection of FZS
- A /FileZilla3/trunk/src/engine/backend.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2006-11-07 09:45 botg, revision 1069Add virtual CBackend class, providing a common interface for reading/writing of data from/to a backend, e.g. a socket.
2006-11-05 23:35 botg, revision 1068Fix warning
2006-11-04 11:29 botg, revision 1067updated
2006-11-01 14:55 botg, revision 1066Fix assertion
2006-11-01 14:54 botg, revision 1065Missing commit of "small cleanup, added CDirectoryListing::Assign(const std::list<CDirentry>&) method"
2006-11-01 13:34 botg, revision 1064add ftps:// and ftpes:// protocols
2006-11-01 13:33 botg, revision 1063small speedup
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2006-10-31 18:10 botg, revision 1062small cleanup, added CDirectoryListing::Assign(const std::list<CDirentry>&) method
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2006-10-31 14:44 botg, revision 1061If reversing sort direction, simply reverse the index mapping.
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2006-10-31 09:03 botg, revision 1060Couple of FZ_AUTOUPDATECHECK related fixes
2006-10-30 13:45 botg, revision 1059m_currentFilterSet did not always get set in LoadFilters
2006-10-30 13:23 botg, revision 1058Clarified nightly warning, fixed fzsftp detection.
2006-10-29 21:55 botg, revision 1057make sure input field has initial focus
2006-10-29 19:11 botg, revision 1056fix copy operator
2006-10-29 18:44 botg, revision 1055remove redundant checks
2006-10-28 14:00 botg, revision 1054Fixed ApplyCurrentFilter
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/optionspage_updatecheck.cpp
- M /FileZilla3/trunk/src/interface/optionspage_updatecheck.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-10-27 08:00 botg, revision 1053Added configure flags to disable the update checks.
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/it_IT.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-10-26 15:58 botg, revision 1052updated
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2006-10-26 14:28 botg, revision 1051Implement reference counting.
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2006-10-26 09:18 botg, revision 1050Step 2: Use [] operator instead of accessing m_pEntries directly
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
Step 1 of implementing refcounted listing: Make m_entryCount protected, add accessors.