Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:10:01
Changelog for FileZilla 3 (8068 changes):
2006-08-24 10:43 botg, revision 8682006-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
fix warning