Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 13:40:01
Changelog for FileZilla 3 (8068 changes):
2006-10-01 13:53 botg, revision 9682006-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
remove unused parameter