Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 08:00:01
Changelog for FileZilla 3 (8047 changes):
2006-08-15 13:26 botg, revision 8472006-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
fixes for folder processing