Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:30:01
Changelog for FileZilla 3 (8047 changes):
2006-10-25 15:03 botg, revision 1049- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2006-10-25 14:33 botg, revision 1048Fix compile errors.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2006-10-25 12:39 botg, revision 1047A few servers don't support PWD or have a broken implementation of it. Try to guess correct path instead.
2006-10-24 16:30 botg, revision 1046Slightly reduce queue file size, fixed creation of empty directory if connection to server was already established.
2006-10-24 15:04 botg, revision 1045Fix month for Italian "ott"
2006-10-24 14:58 botg, revision 1044Shaved off some few CPU cycles
2006-10-24 13:52 botg, revision 1043speed improvement
2006-10-22 14:04 botg, revision 1042Move selection handling if items get added/removed
2006-10-22 12:32 botg, revision 1041implement remote empty directory creation
2006-10-22 10:49 botg, revision 1040small speed improvement on non-msw systems, they already use buffered DCs by default
2006-10-21 13:27 botg, revision 1039typos
2006-10-21 09:39 botg, revision 1038removed unneeded code. Did cause problems under wxGTK if using nonstandard backgorund colours
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2006-10-20 20:43 botg, revision 1037Empty remote directories can be added to queued now to be created locally.
2006-10-20 16:15 botg, revision 1036Partial implementation of the new CFolderItem which will be used to create empty directories.
2006-10-20 15:06 botg, revision 1035rename CFolderItem -> CFolderScanItem, QueueItemType_Folder -> QueueItemType_FolderScan
2006-10-20 14:46 botg, revision 1034Create empty directories on recursive download operations.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- 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/RemoteListView.h
2006-10-19 14:09 botg, revision 1033Add a special codepath for faster processing of file deletion in huge listings
2006-10-19 13:58 botg, revision 1032added == operator
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- 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
2006-10-19 12:45 botg, revision 1031Added original listing time and a more fine grained m_hasUnsureEntries. Will be used by the remote list view to simply sorting. For example there is no need to resort the entire directory listing just because a single file got removed.
2006-10-19 09:48 botg, revision 1030Pretty speed improvements
2006-10-19 09:34 botg, revision 1029Fix some strings which were untranslateable
2006-10-19 09:07 botg, revision 1028fix infinite loop
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr_FR.po
2006-10-18 23:43 botg, revision 1027updated
2006-10-18 23:16 botg, revision 1026stupid typo
2006-10-18 13:35 botg, revision 1025Attempt to fix upload progress.
2006-10-18 13:24 botg, revision 1024fix download progress
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-10-18 13:15 botg, revision 1023Fix local directory creation for sftp downloads, don't try to create if resuming (as file already exists). Based on patch #1579553
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-10-18 13:11 botg, revision 1022fix couple of cache issues, properly handle nonexisting directories for sftp uploads
2006-10-18 11:45 botg, revision 1021returnvalue fixes
2006-10-18 11:25 botg, revision 1020fix an assertion
2006-10-18 11:23 botg, revision 1019actually, we can allow unsure listings from cache, it's checked for later on
2006-10-17 18:17 botg, revision 1018fix memory leak and a small logic bug
2006-10-17 15:36 botg, revision 1017handle cmd_mkdir in SendNextCommand
2006-10-16 13:03 botg, revision 1016fix bug in canonify, putty authors have been informed.
2006-10-16 13:02 botg, revision 1015small mistake
2006-10-16 12:38 botg, revision 1014This should work better under OS X to display proper filetype in file save dialog.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2006-10-15 17:52 botg, revision 1013Display friendly error message if directory cannot be changed.
2006-10-14 23:34 botg, revision 1012better handling of mnemonics
2006-10-14 20:34 botg, revision 1011updated
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-10-14 17:17 botg, revision 1009Properly wrap download page in update wizard
2006-10-14 13:34 botg, revision 1008reverse accidental commit
2006-10-14 13:34 botg, revision 1007version bump: 3.0.0-beta2
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-10-14 13:23 botg, revision 1006updated
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-10-13 22:17 botg, revision 1005Add sorting by date/time
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- 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/FileZilla.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-10-13 14:29 botg, revision 1004Get rid of CDirentry::t_date and t_time structures in favor of wxDateTime
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
2006-10-12 11:40 botg, revision 1003Allow WrapText to fail, remove some debug code
2006-10-12 11:36 botg, revision 1002Don't try to display UNC paths in tree
2006-10-12 10:36 botg, revision 1001Fixes for proper UNC path handling
2006-10-11 15:56 botg, revision 1000Fix autocompletion if entering UNC paths
2006-10-11 15:11 botg, revision 999Like quickconnect bar, don't show default port. Thus changing protocol changes port unless the user did specify a custom port.
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sl.po
updated