Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 08: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
2006-10-10 23:25 botg, revision 998updated
2006-10-08 13:25 botg, revision 997require a username if not using Anonymous account type
2006-10-08 13:21 botg, revision 996CFolderProcessingThread needs to check for filtered filenames.
2006-10-07 13:22 botg, revision 995Flicker reduction
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
2006-10-07 13:11 botg, revision 994updated
2006-10-07 13:10 botg, revision 993add "-nightly" to version on nightly builds
2006-10-07 12:33 botg, revision 992filter conditions weren't applied properly
2006-10-07 11:39 botg, revision 991compile fix for visual c++
2006-10-07 11:32 botg, revision 990sftpRead was sent too often.
2006-10-07 09:44 botg, revision 989add "-nightly" to version on nightly builds
2006-10-06 21:43 botg, revision 988remove bad assertion
2006-10-06 15:43 botg, revision 987fix transparency
2006-10-06 15:18 botg, revision 986Abort early if authentication fails. Print nicer message for new/changed hostkey command.
2006-10-06 14:51 botg, revision 985close connection on timeout, don't just reset operation
2006-10-05 16:25 botg, revision 983fix "Updates available" to never go away
2006-10-05 14:25 botg, revision 982fix compile error
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcproj
2006-10-05 14:24 botg, revision 981If there's one good thing about Visual Studio, then it's the debugger. Update the workspace files.
2006-10-05 14:23 botg, revision 980version bump
2006-10-05 14:22 botg, revision 979Fix typo
2006-10-05 14:14 botg, revision 978updated
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2006-10-05 13:27 botg, revision 977Add a new greeting message
2006-10-05 13:23 botg, revision 976small fix
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/interface/resources/filezilla.rc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/version.rc.in
2006-10-05 10:32 botg, revision 975add version information to executable for Win32 builds
2006-10-04 14:34 botg, revision 974disable remote combobox initially
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
2006-10-03 14:48 botg, revision 973Second half of directory listing notification cleanup.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2006-10-02 22:05 botg, revision 972First half of listing notification cleanup. Don't send full listings in the notifications, instead the listing has to be requested from the engine explicitly. TODO: Cleanup code, unify SendDirectoryListing and ResendModifiedListings
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-10-02 11:54 botg, revision 971Partial directoy cache locking. As of now, it only prevents that two engines list the very same directory at the same time.
2006-10-02 00:18 botg, revision 970Experimental function to refresh listings if idle engine exists. However, for this to work properly, engin internal locking needs to be implemented.
2006-10-01 23:45 botg, revision 969Fix transfer logic
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2006-10-01 13:53 botg, revision 968Don't use references to objects stored in a vector, reallocations might destroy them.
2006-10-01 10:56 botg, revision 967wxWidgets 2.6.x has no case sensitive wxControlWithItems::FindString
- M /FileZilla3/trunk/src/tinyxml/tinystr.cpp
- M /FileZilla3/trunk/src/tinyxml/tinystr.h
- M /FileZilla3/trunk/src/tinyxml/tinyxml.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxml.h
- M /FileZilla3/trunk/src/tinyxml/tinyxmlerror.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxmlparser.cpp
2006-10-01 00:35 botg, revision 966updated to TinyXml 2.5.2
2006-10-01 00:33 botg, revision 965Fix beeping under wxGTK
2006-09-30 23:21 botg, revision 964quote paths containing spaces, nicer error message
2006-09-30 21:57 botg, revision 963fix compile error
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/Options.cpp
2006-09-30 18:53 botg, revision 962Add option for path to fzsftp, try to search for it and display a notice if the search fails.
2006-09-30 17:51 botg, revision 961Don't pass -f to automake, this overwrites INSTALL and similar files.
2006-09-30 15:22 botg, revision 960The design of wxStandardPaths is totally broken.
2006-09-29 22:39 botg, revision 959improved detection of fzsftp executable under linux
2006-09-29 22:37 botg, revision 958Only initialize required xrc handlers, reduced executable size
2006-09-29 20:27 botg, revision 957fix uninitialized variable
- 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/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-09-29 20:22 botg, revision 956Avoid copying full directory listings even if we're only interested in a single file. This greatly improves performance if handling huge directories.
2006-09-29 20:20 botg, revision 955same problem as before
2006-09-29 20:20 botg, revision 954implemented dropdown comboboxes
2006-09-28 15:27 botg, revision 953fix segfault, had to use prefix incrementor instead of postfix one
2006-09-28 12:13 botg, revision 952remove some unused code
2006-09-28 09:50 botg, revision 951Fix assertion under OS X: For the dropdown menu, start with id 1 since menu items with id 0 don't work under OS X
2006-09-27 14:59 botg, revision 950Under OS X, try to get path to fzsftp within the application bundle
2006-09-27 14:01 botg, revision 949fix infinite loop
2006-09-27 13:11 botg, revision 948set wxTE_PROCESS_ENTER style
2006-09-26 22:37 botg, revision 947fix segfault under platforms where vsnprintf modifies passed va_list
2006-09-26 22:17 botg, revision 946work around bug in include/wx/generic/listctrl.h of wxWidgets 2.6.x
2006-09-26 12:37 botg, revision 945remove debug code
2006-09-26 12:31 botg, revision 944updated
2006-09-26 12:29 botg, revision 943typo
2006-09-26 12:26 botg, revision 942add link to CVS changelog
2006-09-26 12:11 botg, revision 941some meaningful instructions
2006-09-26 12:07 botg, revision 940add docs/iconspecs.htm to source distribution
2006-09-26 11:40 botg, revision 939long outstanding update
2006-09-26 11:32 botg, revision 938capability option wasn't always set correctly
2006-09-26 08:25 botg, revision 937if resuming of ascii files isn't allowed (the default), overwrite instead.
2006-09-25 19:58 botg, revision 936This should copy fzsftp into the application bundle under OS X.
2006-09-25 13:49 botg, revision 935fix uninitialized variable
2006-09-24 13:31 botg, revision 934Only call OnReceive and OnSend if they have been previously skipped.
2006-09-24 13:29 botg, revision 933make use of provided request queue pointer
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
2006-09-24 13:11 botg, revision 932Make use of events
2006-09-24 09:32 botg, revision 931Fix a painting problem
2006-09-24 09:18 botg, revision 930more debug logging in error case
2006-09-24 09:17 botg, revision 929Fix debug log message
2006-09-23 22:51 botg, revision 928fix automtic ascii detection for files with multiple extensions
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/zh_CN.po
2006-09-22 16:26 botg, revision 927Updated.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2006-09-22 13:43 botg, revision 926add MLSD support.
2006-09-22 13:38 botg, revision 925treat MSLT feat response as well to check for MLSD
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2006-09-22 11:26 botg, revision 924Check if MSLD command exists
2006-09-21 12:41 botg, revision 923until implementation is more advanced, default to generic list control under OS X.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2006-09-20 22:49 botg, revision 922implement default action for files in queue
2006-09-19 00:21 botg, revision 921Fix assertion
2006-09-15 15:39 botg, revision 920updated
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
2006-09-15 14:51 botg, revision 919some cleanup
2006-09-14 23:05 botg, revision 918quote filename passed to rm
2006-09-14 22:44 botg, revision 917updated
2006-09-14 22:17 botg, revision 916and this one even works
2006-09-14 15:50 botg, revision 915fix return value
2006-09-14 09:03 botg, revision 914added Romanian translation
2006-09-13 20:25 botg, revision 913Define UNKNOWN protocol.
2006-09-13 11:31 botg, revision 912better logging
2006-09-13 11:22 botg, revision 911Improved parsing, should also cope better with pasted URLs.
2006-09-13 11:04 botg, revision 910handle predefined protocol in ParseUrl
2006-09-10 10:32 botg, revision 909fix crash
2006-09-10 10:31 botg, revision 908Fix data truncation. In wonder why there was no compiler warning, there was no explicit cast.
2006-09-10 10:24 botg, revision 907fix infinite loop
2006-09-10 09:14 botg, revision 906don't reduce number of log lines
2006-09-10 09:09 botg, revision 905make use of wxBufferedPaintDC
2006-09-07 17:40 botg, revision 904In RTL mode, send LTR control characters for commands, responses and debug messages
2006-09-07 13:14 botg, revision 903Fix timeouts of control connection on concurrent ip check
2006-09-05 07:23 botg, revision 902fix crash
2006-09-04 16:55 botg, revision 901typo
2006-09-04 15:53 botg, revision 9002nd half of: make ascii/binar mode known to file exists notification
2006-09-04 14:04 botg, revision 899updated
- M /FileZilla3/trunk/src/putty/cmdline.c
- M /FileZilla3/trunk/src/putty/logging.c
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/wincons.c
- M /FileZilla3/trunk/src/putty/windows/windefs.c
- A /FileZilla3/trunk/src/putty/windows/winhandl.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
- M /FileZilla3/trunk/src/putty/windows/winpgntc.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
2006-09-03 23:06 botg, revision 898merged with putty svn, rev 6844
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-09-03 21:40 botg, revision 897make ascii/binar mode known to file exists notification
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.h
2006-09-03 16:14 botg, revision 896make use of "always use this action"
2006-09-03 10:07 botg, revision 895updated
2006-09-03 09:59 botg, revision 894update mail address and copyright year
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
2006-09-03 09:47 botg, revision 893add method to set default action
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/toolbar.xrc
2006-09-01 23:36 botg, revision 892toggle filter button if filters are active
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2006-09-01 23:01 botg, revision 891make use of default file exists action
2006-08-31 13:56 botg, revision 890add value for unspecified file exists action
2006-08-31 09:27 botg, revision 889typos
- A /FileZilla3/trunk/src/interface/defaultfileexistsdlg.cpp
- A /FileZilla3/trunk/src/interface/defaultfileexistsdlg.h
- M /FileZilla3/trunk/src/interface/Makefile.am
2006-08-30 16:06 botg, revision 888missing files
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/optionspage_fileexists.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-08-30 11:44 botg, revision 887session specific file exists action dialog
2006-08-30 08:11 botg, revision 886decorate OnClose and OnConnect log messages with the class name
2006-08-28 21:46 botg, revision 885fix multiline entries due to problem in wxLine::Concat
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_debug.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-08-28 14:50 botg, revision 884added option for raw directory listings
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/optionspage.h
- A /FileZilla3/trunk/src/interface/optionspage_fileexists.cpp
- A /FileZilla3/trunk/src/interface/optionspage_fileexists.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2006-08-28 12:40 botg, revision 883options page for default file exists action
2006-08-28 12:38 botg, revision 882move probe to port 21
2006-08-27 22:53 botg, revision 881new options for default file exists action
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2006-08-27 12:49 botg, revision 880more fixes
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2006-08-27 00:14 botg, revision 879more fixes
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2006-08-26 19:21 botg, revision 878fix eplf listings and listings using numerical timestamp (unix time)
2006-08-26 18:11 botg, revision 877fix buffer overflow
2006-08-25 14:47 botg, revision 876more formats tested
2006-08-25 14:39 botg, revision 875fix bug detected by the test suite.
2006-08-25 14:30 botg, revision 874typo
2006-08-25 13:38 botg, revision 873add more listings, output details on failure
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2006-08-24 18:03 botg, revision 872added CDirentry::dump() method
- A /FileZilla3/trunk/tests/dirparsertest.cpp
- M /FileZilla3/trunk/tests/Makefile.am
- M /FileZilla3/trunk/tests/test.cpp
2006-08-24 17:55 botg, revision 871first draft of a listing test
2006-08-24 17:53 botg, revision 870assume valid utf-8 if m_pControlSocket is unset
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2006-08-24 14:28 botg, revision 869== operator
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-08-24 10:43 botg, revision 868remove unused parameter
2006-08-24 09:51 botg, revision 867add the needed macro
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/Makefile.am
- A /FileZilla3/trunk/tests
- A /FileZilla3/trunk/tests/Makefile.am
- A /FileZilla3/trunk/tests/test.cpp
2006-08-24 09:27 botg, revision 866add testing framework using cppunit
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-08-23 16:27 botg, revision 865updated
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/putty/psftp.c
2006-08-19 14:52 botg, revision 864fix crash if fzsftp cannot be started
2006-08-19 09:32 botg, revision 863pass this-pointer to wxMessageBox
2006-08-19 07:31 botg, revision 862fix compilo
2006-08-19 07:27 botg, revision 861Disallow empty filter names
2006-08-17 22:16 botg, revision 860implement new and copy buttons
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
2006-08-17 08:57 botg, revision 859updated
2006-08-17 08:51 botg, revision 858added missing Slovenian monthnames
2006-08-17 08:50 botg, revision 857fix more warnings
2006-08-16 13:00 botg, revision 856silence warnings
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2006-08-16 10:32 botg, revision 855keep request queue clean
- 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/resources/dialogs.xrc
2006-08-16 09:51 botg, revision 854Added "none" matchtype, fixed some bugs.
2006-08-16 09:50 botg, revision 853Item in debug menu to clear layout cache
2006-08-16 09:20 botg, revision 852fix more assertions, add function to clear layout cache
2006-08-16 08:57 botg, revision 851don't always send REST 0 on LIST
2006-08-15 15:37 botg, revision 850fix timeouts
2006-08-15 15:31 botg, revision 849fixes for vms parser
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2006-08-15 13:46 botg, revision 848cache monthname map
2006-08-15 13:26 botg, revision 847last commit was from wrong source tree, this is the real.
2006-08-15 09:22 botg, revision 846updated
2006-08-14 10:24 botg, revision 8452.6.x doesn't have wxWindowUpdateLocker
2006-08-14 09:16 botg, revision 844don't delete status line windows, just show/hide them
2006-08-13 12:55 botg, revision 843added new constant for the number of log message types
2006-08-13 12:38 botg, revision 842Removed most flicker, should slightly increase speed.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
2006-08-13 09:59 botg, revision 841Speedup of message log which is one of the major CPU hogs.
2006-08-13 09:57 botg, revision 840fixed assertion
2006-08-13 09:52 botg, revision 839Really fixed assertion/logmessage this time
2006-08-12 23:59 botg, revision 838Slightly reduced flicker.
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage_debug.cpp
2006-08-12 23:56 botg, revision 837Implement debug levels for message log.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-08-12 22:42 botg, revision 836Implemented debug menu
2006-08-12 16:47 botg, revision 835typo
2006-08-12 16:29 botg, revision 834enable large file support for fzsftp
- M /FileZilla3/trunk/src/putty/cmdline.c
- M /FileZilla3/trunk/src/putty/int64.c
- M /FileZilla3/trunk/src/putty/int64.h
- M /FileZilla3/trunk/src/putty/logging.c
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.h
- M /FileZilla3/trunk/src/putty/portfwd.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/psftp.h
- M /FileZilla3/trunk/src/putty/puttyps.h
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/sshdh.c
- M /FileZilla3/trunk/src/putty/sshdss.c
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- M /FileZilla3/trunk/src/putty/windows/wincons.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- M /FileZilla3/trunk/src/putty/windows/wintime.c
2006-08-12 12:27 botg, revision 833Merged with latest PuTTY source.
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/optionspage_debug.cpp
- A /FileZilla3/trunk/src/interface/optionspage_debug.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2006-08-12 12:10 botg, revision 832New page for debug settings
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2006-08-12 09:52 botg, revision 831cleanup and two new options
2006-08-12 09:49 botg, revision 830Fix another assertion if language files can't be found.
2006-08-12 09:43 botg, revision 829Check that locales dir could be opened in LoadCache, fixes assertion.
2006-08-11 23:03 botg, revision 828moved setting of socket options into OnConnect, fixes assertion
2006-08-11 22:56 botg, revision 827skip all pending replies if an operation gets reset
2006-08-11 11:51 botg, revision 826fix wrong options name
2006-08-11 11:47 botg, revision 825typo
2006-08-11 07:56 botg, revision 824remove assertion, return instead
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-08-09 14:34 botg, revision 823updated
2006-08-08 12:24 botg, revision 822fix warnings
2006-08-08 11:44 botg, revision 821Don't use FormatISO* functions. They don't work if the application uses different optimization flags than library. (Compiler bug maybe?)
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2006-08-08 11:34 botg, revision 820fix more warnings
2006-08-08 11:31 botg, revision 819fixed warnings
2006-08-07 13:15 botg, revision 818fix warning
2006-08-06 21:10 botg, revision 817fix stupid segfault
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-08-06 21:02 botg, revision 816implement automatic update checks
2006-08-06 21:00 botg, revision 815New options for use by the automatic update checks
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-08-06 20:58 botg, revision 814Display host
2006-08-06 20:58 botg, revision 813Fix speed issues due to too small send buffer inside the network stack. Enlarge it to 128k.
2006-08-06 20:56 botg, revision 812Socket could get closed prematurely
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
2006-08-04 15:04 botg, revision 811Add canonical host to CBuildInfo
2006-08-04 11:25 botg, revision 810Add a new variant for vms style listings
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/pt_BR.po
2006-08-04 10:26 botg, revision 809updated
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-08-03 22:53 botg, revision 808Fix cancel operation. Keep track of the amount of pending replies and skip the proper amount.
2006-08-03 17:50 botg, revision 807fix memory corruption
2006-08-03 16:08 botg, revision 806What's the point of OnBeginLabelEdit if it's not made known to the even thandling system?
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- A /FileZilla3/trunk/src/interface/optionspage_updatecheck.cpp
- A /FileZilla3/trunk/src/interface/optionspage_updatecheck.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2006-08-03 14:10 botg, revision 805optionspage for automatic update checks
2006-08-02 23:05 botg, revision 804start installer on wxMSW after package download
2006-08-02 15:31 botg, revision 803don't attempt to wrap hidden items
2006-08-02 15:30 botg, revision 802fix compile error
2006-08-02 12:55 botg, revision 801remove debugging code
2006-08-01 23:23 botg, revision 800Display progress
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-08-01 15:15 botg, revision 799Implement package download
2006-07-31 15:49 botg, revision 798Add transfer status notifications
2006-07-31 11:01 botg, revision 797parsing bug
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-07-31 08:54 botg, revision 796updated
2006-07-31 00:04 botg, revision 795yet another compile fix for wxWidgets 2.6.3
2006-07-30 09:15 botg, revision 794compile fix for wxWidgets 2.6.3
2006-07-30 08:57 botg, revision 793implemented http downloads into file
2006-07-30 08:54 botg, revision 792handle file exists, use overwrite action
2006-07-28 10:51 botg, revision 791Remove older requests coming from the same engine
2006-07-27 21:52 botg, revision 790Update check working. Todo: package download
2006-07-27 15:26 botg, revision 789GPL.html was missing from distribution, used by NSIS Installer script.
2006-07-26 15:22 botg, revision 788The latest ratio isn't always the best ratio. Can happen if ratio wobbles back and forth over requested ratio.
2006-07-25 13:07 botg, revision 787updated
2006-07-24 11:51 botg, revision 786new text-wrapping algorithm for the generic case.
2006-07-24 10:19 botg, revision 785Fix wrapping for fonts where pixelwidth(string) < sum(pixelwidth(characters))
2006-07-22 13:34 botg, revision 784sync with upstream sources
2006-07-21 11:24 botg, revision 783Added Arabic translation
2006-07-21 10:26 botg, revision 782make use of the new parameter of WrapRecusive
2006-07-21 10:25 botg, revision 781Added minimumRequestedSize parameter to the ratio based wrapping. Used for proper display of wizards. Make cache validity check use build time as well.
2006-07-19 19:58 botg, revision 780added GetBuildTimeString
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-07-19 13:38 botg, revision 779lots of improvements
2006-07-19 13:28 botg, revision 778ensure final releases have higher version number than rc or beta versions
2006-07-19 10:19 botg, revision 777fix warning
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.cpp
- M /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-07-18 17:21 botg, revision 776Renamed GetBuildDate into GetBuildDateString, added new GetBuildDate with return type wxDateTime
2006-07-18 11:16 botg, revision 775Remove a continue, thanks SyberSnooP for spotting this.
2006-07-17 14:55 botg, revision 774helper function to convert version strings into 64-bit numbers for easy comparison.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.h
- A /FileZilla3/trunk/src/interface/buildinfo.cpp
- A /FileZilla3/trunk/src/interface/buildinfo.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-07-16 21:01 botg, revision 773Move some code into the new CBuildInfo class
2006-07-16 00:11 botg, revision 772added GetBuildType function
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_active.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_active.h
2006-07-15 23:56 botg, revision 771make sure users enter a valid IP address in the configuration dialog.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/include/misc.h
2006-07-15 23:48 botg, revision 770move IsIpAddress into misc.c
2006-07-14 22:55 botg, revision 769add --enable-buildtype switch. Used to indicate official builds or nightly builds.
2006-07-14 20:11 botg, revision 768updated
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2006-07-13 21:12 botg, revision 767add "No new version found" page
2006-07-12 18:25 botg, revision 766compile fix
2006-07-12 14:54 botg, revision 765Add a failure page
2006-07-12 12:39 botg, revision 764partially implement update check
2006-07-12 12:38 botg, revision 763enable use of http socket
2006-07-12 12:28 botg, revision 762send data notifications
2006-07-12 10:15 botg, revision 761updated
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2006-07-11 09:50 botg, revision 760Parse Content-Length heade field, proper handling of OnClose
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2006-07-11 09:03 botg, revision 759added chunked transfer encoding
2006-07-10 13:50 botg, revision 758limit number of redirects
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2006-07-10 12:56 botg, revision 757Redirects are working now
2006-07-10 09:16 botg, revision 756fix "pure virtual function call" crash.
- A /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- A /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/Makefile.am
2006-07-10 08:45 botg, revision 755work in progress: http client
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/sl.po
2006-07-09 23:24 botg, revision 754updated
2006-07-08 17:17 botg, revision 753increment socket id after every call to ResetSocket, needed for http redirects to work.
2006-07-06 13:27 botg, revision 752small changes to pave the way for the http implementation
2006-07-04 14:23 botg, revision 751fix receiving of partial replies
2006-07-04 13:40 botg, revision 750Log OnClose
2006-07-04 00:06 botg, revision 749fix minor problems
2006-07-03 18:42 botg, revision 748fix refresh problems
2006-07-03 14:04 botg, revision 747fixes for folder processing
2006-06-28 14:34 botg, revision 746added "begins/ends with" conditions
2006-06-28 14:33 botg, revision 745proper measurement under wxGTK
2006-06-27 15:07 botg, revision 744Fix possible segfaults
2006-06-27 15:06 botg, revision 743massive speed improvement under wxGTK
2006-06-25 13:40 botg, revision 742Massive speed improvement under wxGTK
2006-06-24 12:53 botg, revision 741removed debug code
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
2006-06-24 11:49 botg, revision 740infrastructure for memory downloads
2006-06-23 17:40 botg, revision 739Cambodian translation
2006-06-23 14:14 botg, revision 738compile fix
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
2006-06-23 13:58 botg, revision 737change cmd_private into cmd_cwd
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
2006-06-21 21:34 botg, revision 736minor cleanup
2006-06-21 21:28 botg, revision 735added HTTP server type
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/engineprivate.h
2006-06-21 12:06 botg, revision 734added FZ_REPLY_NOTSUPPORTED
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
- A /FileZilla3/trunk/src/interface/updatewizard.cpp
- A /FileZilla3/trunk/src/interface/updatewizard.h
2006-06-21 09:02 botg, revision 733updatewizard prototype
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/ko_KR.po
2006-06-20 13:02 botg, revision 732updated
2006-06-19 06:59 botg, revision 731sizeof(int) may be different than sizeof(void*), thus use %p to log pointer values
2006-06-18 17:51 botg, revision 730fix conditional chmod for the directly selected items
2006-06-16 14:31 botg, revision 729updated
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-06-16 12:18 botg, revision 728Implement Feature Request #1507089: Option to limit recursive CHMOD to files or directories.
2006-06-15 13:26 botg, revision 727updated
2006-06-15 13:25 botg, revision 726clear m_CurrentPath on raw command.
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
2006-06-15 13:24 botg, revision 725Improve mkdir, it now takes current directory into consideration.
2006-06-15 12:33 botg, revision 724added CServerPath::GetCommonParent
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-06-14 18:02 botg, revision 723improve RemoveDir
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2006-06-14 15:12 botg, revision 722complete implementation of "Remove selected"
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-06-14 13:12 botg, revision 721improve Delete
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-06-14 13:00 botg, revision 720proper handling of raw ftp commands
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-06-13 23:59 botg, revision 719On Cancel() during operation, omit one reply to keep connection in sync.
2006-06-13 23:52 botg, revision 718cleanup: get rid of expand
2006-06-13 22:51 botg, revision 717partially implemented "Remove Selected" from context menu
2006-06-13 13:59 botg, revision 716updated
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-06-12 14:53 botg, revision 715updated
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_transfer.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-06-12 14:53 botg, revision 714interface: add timeout option
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/optionsbase.h
2006-06-12 08:51 botg, revision 713engine: implement timeouts
2006-06-10 12:56 botg, revision 712FileZilla should compile with wxWidgets 2.6.3 again. Try #2.
2006-06-09 22:16 botg, revision 711make use of new options and fix transfer error logic
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/optionspage_transfer.cpp
- A /FileZilla3/trunk/src/interface/optionspage_transfer.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2006-06-09 22:03 botg, revision 710add new transfer settings page
- M /FileZilla3/trunk/src/interface/optionspage.cpp
- M /FileZilla3/trunk/src/interface/optionspage.h
- M /FileZilla3/trunk/src/interface/optionspage_connection_active.cpp
2006-06-09 22:01 botg, revision 709simplifications
2006-06-09 08:40 botg, revision 708add two new options, GetOption and it's SetOption counterpart now also work with options of number-type.
- A /FileZilla3/trunk/src/include/compatibility.h
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2006-06-08 16:46 botg, revision 707FileZilla should compile with wxWidgets 2.6.3 again.
2006-06-07 13:53 botg, revision 706implement ID_REMOVEALL
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2006-06-06 08:23 botg, revision 705Finished active mode tests.
2006-06-05 10:00 botg, revision 704updated
2006-06-04 11:55 botg, revision 703more assertion fixes
2006-06-02 09:48 botg, revision 702fix assertion under wxGTK
2006-06-02 06:34 botg, revision 701updated
2006-06-01 21:53 botg, revision 700fix warnings
2006-05-31 11:52 botg, revision 699fix more wrapping issues. Requires wxWidgets patch #1498847 or it won't work properly due to a bug in wx.
2006-05-30 15:40 botg, revision 698updated
2006-05-30 08:46 botg, revision 697missing fallback path if server doesn't send valid UTF-8
2006-05-29 22:17 botg, revision 696Focus first item in list in ReselectItems if no selected item exists.
2006-05-29 21:45 botg, revision 695wxFileName object doesn't have to be constructed. Fixes problem with all files appearing as directories.
2006-05-29 13:30 botg, revision 694fix assertion/crash if directory to expand did not exist
2006-05-28 10:12 botg, revision 693updated
2006-05-27 22:49 botg, revision 692if passwords contains non-ascii characters, fall back to local charset if login fails
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/servercapabilities.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2006-05-26 16:53 botg, revision 691Cache SYST and FEAT replies. Don't send CLNT or OPTS UTF8 ON if the server is FileZilla Server.
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2006-05-23 19:56 botg, revision 690implement double-click list+expand for unknown directories.
2006-05-23 09:51 botg, revision 689updated
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2006-05-23 09:45 botg, revision 688items can be selected to change current directory
2006-05-21 16:06 botg, revision 687updated
2006-05-21 15:52 botg, revision 686use proper icons
2006-05-21 11:56 botg, revision 685Fix assertion under wxGTK
2006-05-21 11:40 botg, revision 684compile fix and removed some debugging code
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2006-05-21 11:37 botg, revision 683Tree display fully working
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2006-05-19 07:58 botg, revision 682local sorting function wasn't called
2006-05-19 07:02 botg, revision 681fix compile warning
2006-05-18 21:57 botg, revision 680missing file
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
2006-05-18 21:54 botg, revision 679expose cache of currently connected server through CFileZillaEngine
2006-05-18 14:01 botg, revision 678Use MIT/X11 license for this simple helper class
2006-05-18 13:51 botg, revision 677updated
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- A /FileZilla3/trunk/src/interface/resources/16x16/unknown.png
2006-05-18 09:08 botg, revision 676add code to add overlays to the icons from the system image list, in this case the small question mark for unvisited directories.
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2006-05-18 09:07 botg, revision 675partial implementation of remote directory tree
2006-05-18 09:07 botg, revision 674corrected a comment
2006-05-17 12:02 botg, revision 673remove unneeded forward declaration
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/Makefile.am
- D /FileZilla3/trunk/update-configure.sh
2006-05-16 22:31 botg, revision 672remove update-configure.sh
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
2006-05-15 09:44 botg, revision 671make use of directory listing filter
2006-05-13 21:38 botg, revision 670F5 hotkey to refresh file lists. So far wxMSW only until there will be a refresh menu item (wxWidgets limitation).
2006-05-13 21:34 botg, revision 669don't display listings from different servers
- 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/state.cpp
2006-05-13 16:22 botg, revision 668remember last used remote directory
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-05-13 13:35 botg, revision 667apply given timezone offset
2006-05-13 12:53 botg, revision 666fix == and < operators
2006-05-13 10:01 botg, revision 665fix assertion
2006-05-12 22:12 botg, revision 664more cleaning power
2006-05-12 20:32 botg, revision 663decrease CServerItem::m_activeCount in the server list inside ResetEngine.
2006-05-08 08:21 botg, revision 662typo
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/Makefile.am
2006-05-07 23:43 botg, revision 661add flag to disable building of locales, mainly for debugging purposes
2006-05-07 20:14 botg, revision 660For same reason as previous commit, fix resetting selections as well.
2006-05-07 20:13 botg, revision 659GetNextItem searches for items with all specified flags set, not with just any specified flag set.
2006-05-07 11:10 botg, revision 658compile fix
2006-05-07 11:05 botg, revision 657Due to the flickerfree refresh and the improved state handling, we can now make use of the directory listings sent by the transfer engines.
2006-05-07 11:03 botg, revision 656typo in comment
2006-05-07 09:48 botg, revision 655implement local directory creation
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-05-07 09:30 botg, revision 654flicker free refreshs
2006-05-07 00:34 botg, revision 653compile fix
2006-05-06 22:54 botg, revision 652Fix drawing problems under Windows
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-05-06 18:21 botg, revision 651Improve selection handling. Fixes an assertion under wxGTK
2006-05-06 01:04 botg, revision 650fix assertion if icon couldn't be loaded
2006-05-05 22:02 botg, revision 649call TransferSend instead of TransferParseResponse in SendNextCommand
2006-05-04 21:53 botg, revision 648Updated translations
2006-05-04 21:29 botg, revision 647fix SetLastServer
2006-05-04 21:21 botg, revision 646more verbose debugging info
2006-05-04 21:03 botg, revision 645handle cmd_rawtransfer in SendNextCommand
2006-04-29 20:08 botg, revision 644fix condition, wasn't handling STATECHANGE_REMOTE_DIR_MODIFIED
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- 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/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2006-04-29 19:06 botg, revision 643all UI components now use the new state event system
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2006-04-29 18:54 botg, revision 642Add new stateevent handler class to reduce code complexity.
2006-04-29 08:50 botg, revision 641Add small utility function to detach listing from notification. Will be used to reduce the amount of times each listing is copied.
2006-04-28 13:06 botg, revision 640fix typo
2006-04-28 13:00 botg, revision 639updated
2006-04-28 12:53 botg, revision 638recent server list now fully functional
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/led.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2006-04-28 12:32 botg, revision 637Let the traffic LEDs handle the timer
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2006-04-28 12:29 botg, revision 636Restructure the code with the aim to make CMainFrame simpler. Communication between the different UI components should be done using CState.
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
2006-04-25 22:30 botg, revision 635add Clear() method
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- A /FileZilla3/trunk/src/interface/quickconnectbar.h
2006-04-25 22:29 botg, revision 634move quickconnect bar to its own file. Add dropdown menu, not yet functional
2006-04-25 14:30 botg, revision 633even bigger search path
2006-04-24 22:13 botg, revision 632small fix
2006-04-24 21:53 botg, revision 631updated
2006-04-23 17:22 botg, revision 630fix CServer::FormatServer to handle used protocol
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
2006-04-23 15:28 botg, revision 629don't send recv/send notifications that often, reduces CPU load.
2006-04-22 23:18 botg, revision 628compile fix
2006-04-21 08:58 botg, revision 627Fix connection_fatal, modalfatalbox and fatalbox functions to print correct error message
2006-04-19 18:17 botg, revision 626fix a charset conversion issue
2006-04-19 17:56 botg, revision 625Renamed some files to match reality.
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
2006-04-18 11:55 botg, revision 624compile fix
- M /FileZilla3/trunk/src/interface/ipcmutex.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/recentserverlist.cpp
- A /FileZilla3/trunk/src/interface/recentserverlist.h
2006-04-18 11:52 botg, revision 623add CRecentServerList, will be used for a connection history by the quickconnect bar later
2006-04-16 11:00 botg, revision 622add CXmlFile class
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-04-16 10:22 botg, revision 621mask password in log
2006-04-15 12:31 botg, revision 620updated
2006-04-14 06:42 botg, revision 619trim whitespace from hostname
2006-04-13 23:17 botg, revision 618typo
2006-04-13 21:01 botg, revision 617revert last change, doesn't work properly
2006-04-11 21:06 botg, revision 616fix OS X application bundle creation
2006-04-11 19:51 botg, revision 615add --enable-localesonly flag, if passed to configure, only locales will be created during make
2006-04-09 17:14 botg, revision 614minor improvement
- M /FileZilla3/trunk/src/tinyxml/tinystr.cpp
- M /FileZilla3/trunk/src/tinyxml/tinystr.h
- M /FileZilla3/trunk/src/tinyxml/tinyxml.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxml.h
- M /FileZilla3/trunk/src/tinyxml/tinyxmlerror.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxmlparser.cpp
2006-04-09 13:18 botg, revision 613Updated to TinyXml 2.4.3
2006-04-07 12:27 botg, revision 612Call the ::EndMenu function under windows in ShowModal to close open popup menus. Else application will freeze
2006-04-07 12:21 botg, revision 611fixes for wxNotebook wrapping
2006-04-07 09:02 botg, revision 610layout fix
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-04-06 17:13 botg, revision 609Now works under wxGTK as well.
2006-04-05 20:54 botg, revision 608Care about borders, keyboard accelerators and fix an off-by-two problem with wxStaticText
2006-04-04 23:46 botg, revision 607Fix flawed logic, I hope this one is better.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/sk.po
2006-04-04 21:56 botg, revision 606*** empty log message ***
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/state.cpp
2006-04-04 21:52 botg, revision 605If changing directory succeeds but list fails, display empty directory listing with an informational message instead of staying in old directory.
2006-03-29 16:46 botg, revision 604support for MVS listing with **NONE** as date
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/it_IT.po
- A /FileZilla3/trunk/locales/sk.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-03-28 23:47 botg, revision 603updated
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2006-03-28 23:25 botg, revision 602implement test for servers not supporting resume of files > 2/4 GB
- M /FileZilla3/trunk/src/engine/asynchostresolver.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- A /FileZilla3/trunk/src/engine/threadex.cpp
- M /FileZilla3/trunk/src/include/asynchostresolver.h
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/threadex.h
2006-03-26 21:12 botg, revision 601added wxThreadEx class, which works around a design flaw of wxThread::Wait
- M /FileZilla3/trunk/src/interface/optionspage_filetype.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
2006-03-25 23:26 botg, revision 600clear contents if reloading settings
2006-03-25 15:02 botg, revision 599fix layout of final page
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/servercapabilities.cpp
- A /FileZilla3/trunk/src/engine/servercapabilities.h
2006-03-25 15:00 botg, revision 598small class to store the capabilities servers are capable of
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/commands.h
2006-03-25 14:57 botg, revision 597Merge the common code for FTP filetransfer and list command.
2006-03-24 19:01 botg, revision 596add < operator so CServer can be used with std::map
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2006-03-22 11:17 botg, revision 595fix problem where wizard was closed prematurely
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/optionspage.cpp
- M /FileZilla3/trunk/src/interface/optionspage.h
- A /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection.h
- A /FileZilla3/trunk/src/interface/optionspage_connection_active.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_active.h
- D /FileZilla3/trunk/src/interface/optionspage_passive.cpp
- D /FileZilla3/trunk/src/interface/optionspage_passive.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settingsdialog.h
2006-03-21 23:22 botg, revision 594added new options to settings dialog
2006-03-21 12:25 botg, revision 593typo
2006-03-20 15:30 botg, revision 592memory leak
2006-03-20 15:21 botg, revision 591Added indentation on page 3
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-03-20 15:14 botg, revision 590updated
2006-03-20 13:54 botg, revision 589spelling fix
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2006-03-20 13:36 botg, revision 588invalidate cache if builddate of exe changes
2006-03-20 13:04 botg, revision 587performance improvements
2006-03-19 13:50 botg, revision 586better link support
2006-03-19 13:16 botg, revision 585compile fix
2006-03-19 12:09 botg, revision 584typo
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/putty/fzsftp.c
- M /FileZilla3/trunk/src/putty/fzsftp.h
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/windows/wincons.c
2006-03-19 11:32 botg, revision 583make use of the new 'prompt headers'
2006-03-18 17:21 botg, revision 582missing #endif
- M /FileZilla3/trunk/src/putty/cmdline.c
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/ssh.h
- M /FileZilla3/trunk/src/putty/sshbn.c
- M /FileZilla3/trunk/src/putty/sshpubk.c
- M /FileZilla3/trunk/src/putty/sshsh256.c
- M /FileZilla3/trunk/src/putty/sshsha.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- M /FileZilla3/trunk/src/putty/windows/version.rc2
- M /FileZilla3/trunk/src/putty/windows/wincons.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
- M /FileZilla3/trunk/src/putty/x11fwd.c
2006-03-16 18:47 botg, revision 581merge with latest PuTTY revision (6616)
2006-03-16 15:51 botg, revision 580fix endless loop
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
2006-03-16 15:46 botg, revision 579Settingsdialog now uses the wrapping engine
2006-03-16 13:26 botg, revision 578simplify portrange description
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2006-03-16 13:25 botg, revision 577link support
2006-03-15 19:36 botg, revision 576time for an update
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-03-15 19:15 botg, revision 575implement fallback option if server sends passive reply with unroutable IP address
2006-03-15 14:27 botg, revision 574fix windres flag generation
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/misc.h
2006-03-15 14:25 botg, revision 573make use of external IP address resolver by the engine
2006-03-15 12:37 botg, revision 572fix regex
2006-03-14 23:08 botg, revision 571added GetLocalIP and GetRemoteIP functions
2006-03-12 12:13 botg, revision 570Added IsRouteableAddress function
2006-03-11 10:26 botg, revision 569updates German translation
2006-03-06 00:06 botg, revision 568support PASV replies without brackets around IP/port
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/data/Makefile.am
- A /FileZilla3/trunk/data/reinstall.ini
2006-03-06 00:04 botg, revision 567installer improvements, uninstall old version if found. Code taken from NSIS installer script.
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2006-03-04 19:34 botg, revision 566save configuration
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
2006-03-04 15:39 botg, revision 565switched some values, valid ports are > 1023 now.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
2006-03-03 22:46 botg, revision 564read initial values from options
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
2006-03-03 20:46 botg, revision 563reset the stored session password on ASK logontype if PASS command fails
2006-03-02 13:43 botg, revision 562fixes
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
2006-03-02 08:22 botg, revision 561Parse result of IP test.
2006-03-01 16:34 botg, revision 560compile fixes
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
- M /FileZilla3/trunk/src/interface/wrapengine.h
2006-02-28 11:54 botg, revision 559Partially working netconf wizard.
- A /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/Makefile.am
2006-02-28 10:47 botg, revision 558Add class to resolve external IP addresses for users behind routers and a dynamic IP.
2006-02-23 14:47 botg, revision 557Finnish month names
2006-02-15 20:25 botg, revision 556Move some #define checks to FileZilla.h
2006-02-15 20:22 botg, revision 555Compilers are like women: picky
2006-02-15 15:16 botg, revision 554updated
- M /FileZilla3/trunk/src/engine/asynchostresolver.cpp
- D /FileZilla3/trunk/src/engine/asynchostresolver.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/include/asynchostresolver.h
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/Makefile.am
2006-02-13 13:02 botg, revision 553make CAsyncHostResolver usable by all event handlers.
- M /FileZilla3/trunk/locales/bg.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-02-11 15:08 botg, revision 552updated
2006-02-11 13:22 botg, revision 551Call GetSizer->Layout() first before wrapping to get the initial layout
2006-02-11 10:33 botg, revision 550Remove obsolete command. Patch by Andreas Jacobs
2006-02-04 00:30 botg, revision 549wxWindow::GetTextExtent() is slow, cache its results.
2006-01-31 12:57 botg, revision 548fix assert
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/lt.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
updated