Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 06:50: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
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.
updated