Changelogs
Overview
These changelogs reflect the history of all files in the CVS repository. The changelog has been generated at 2007-11-22 10:46
Changelog for Legay FileZilla Server (581 changes):
2004-11-27 00:06 Tim Kosse (botg)- source/Interface/res/userlisttoolbar.bmp: toolbar for userlist
- source/ControlSocket.cpp, source/Server.cpp, source/ServerThread.cpp, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h, source/Interface/FileZilla server.rc, source/Interface/MainFrm.cpp, source/Interface/MainFrm.h, source/Interface/Options.cpp, source/Interface/Options.h, source/Interface/StdAfx.h, source/Interface/UsersListCtrl.cpp, source/Interface/UsersListCtrl.h, source/Interface/UsersView.cpp, source/Interface/resource.h, source/Interface/splitex.cpp, source/Interface/splitex.h: transfer speed information will be displayed now.
- source/ControlSocket.cpp, source/TransferSocket.cpp, source/TransferSocket.h: minor changes to reduce CPU load slightly
- source/Interface/FileZilla server.rc: use MS Shell Dlg instead of MS Sans Serif for dialog fonts.
- source/Accounts.cpp, source/ControlSocket.cpp, source/ControlSocket.h, source/Server.cpp, source/StdAfx.h, source/Interface/StdAfx.h, source/Interface/UsersListCtrl.cpp: send starting offset and filesize to interface
- source/Permissions.cpp: don't use (back)slashes for path suffixes
- source/iputils.cpp: fixed stack overflow
- source/ControlSocket.cpp, source/Permissions.cpp, source/Permissions.h: implement MLST and MLSD commands
- source/ControlSocket.cpp, source/ControlSocket.h, source/Server.cpp, source/ServerThread.cpp, source/StdAfx.h, source/Interface/FileZilla server.rc, source/Interface/StdAfx.h, source/Interface/UsersListCtrl.cpp, source/Interface/UsersListCtrl.h, source/Interface/resource.h, source/Interface/res/transfer_modes.bmp: display information about current transfers
- source/ControlSocket.cpp, source/Permissions.cpp, source/Permissions.h: Part of Patch #1070660: Return logical file/dir for permission check functions
- source/ControlSocket.cpp, source/Server.cpp, source/Interface/UsersListCtrl.cpp, source/Interface/UsersListCtrl.h: fixed bug #1070529: Crash if user disconnects. The fix also saves a few CPU cycles and a little bit bandwidth.
- source/ControlSocket.cpp: implement ALLO command required by some clients
- source/iputils.cpp: small bugfix
- source/Interface/FileZilla server.rc: improved regex hostname filter description
- source/FileZilla server.sln, source/iputils.cpp, source/iputils.h, source/Interface/FileZilla server.rc, source/install/FileZilla Server.nsi: Apply patch from Sebastian Schuberth to allow regular expression based host name filters
- source/FileZilla server.vcproj: incorrect linker flags
- source/ServerThread.cpp: applied patch #1064126 to increase performance
- source/Interface/MainFrm.cpp, source/Interface/UsersListCtrl.cpp, source/Interface/UsersListCtrl.h, source/Interface/UsersView.cpp: applied patch #1064402: More detailed connected users list
- source/Permissions.cpp: applied patch #1064934, aliases not working properly
- source/Server.cpp, source/ServerThread.h: applied patch #1064126 to increase performance
- source/Interface/FileZilla Server Interface.vcproj, source/Interface/FileZilla server.rc, source/Interface/MainFrm.cpp, source/Interface/OptionsPasvPage.cpp, source/Interface/resource.h, source/Interface/res/manifest.xml: applied patches #1063390, #1063401 and #1064034
- source/misc/StdString.h: updated to latest version
- source/Accounts.cpp, source/Accounts.h, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla server.rc, source/FileZilla server.vcproj, source/ListenSocket.cpp, source/ListenSocket.h, source/Options.cpp, source/Options.h, source/Permissions.cpp, source/iputils.cpp, source/iputils.h, source/Interface/FileZilla Server Interface.vcproj, source/Interface/FileZilla server.rc, source/Interface/GroupsDlgIpFilter.cpp, source/Interface/OptionsCompressionPage.cpp, source/Interface/OptionsCompressionPage.h, source/Interface/OptionsIpFilterPage.cpp, source/Interface/UsersDlgIpFilter.cpp: moved common ip address filter code to iputils.cpp
- source/Accounts.cpp, source/Interface/AdminSocket.cpp, source/Interface/AdminSocket.h, source/Interface/MainFrm.cpp, source/Interface/MainFrm.h: interface now reconnects automatically on connection loss
- source/Accounts.cpp, source/Accounts.h: some cleanups by Sebastian Schuberth