Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 05:20:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2006-08-04 11:25 botg, revision 810

updated

2006-08-04 10:26 botg, revision 809

Fix cancel operation. Keep track of the amount of pending replies and skip the proper amount.

2006-08-03 22:53 botg, revision 808

fix memory corruption

2006-08-03 17:50 botg, revision 807

What's the point of OnBeginLabelEdit if it's not made known to the even thandling system?

2006-08-03 16:08 botg, revision 806

optionspage for automatic update checks

2006-08-03 14:10 botg, revision 805

start installer on wxMSW after package download

2006-08-02 23:05 botg, revision 804

don't attempt to wrap hidden items

2006-08-02 15:31 botg, revision 803

fix compile error

2006-08-02 15:30 botg, revision 802

remove debugging code

2006-08-02 12:55 botg, revision 801

Display progress

2006-08-01 23:23 botg, revision 800

Implement package download

2006-08-01 15:15 botg, revision 799

Add transfer status notifications

2006-07-31 15:49 botg, revision 798

parsing bug

2006-07-31 11:01 botg, revision 797

updated

2006-07-31 08:54 botg, revision 796

yet another compile fix for wxWidgets 2.6.3

2006-07-31 00:04 botg, revision 795

compile fix for wxWidgets 2.6.3

2006-07-30 09:15 botg, revision 794

implemented http downloads into file

2006-07-30 08:57 botg, revision 793

handle file exists, use overwrite action

2006-07-30 08:54 botg, revision 792

Remove older requests coming from the same engine

2006-07-28 10:51 botg, revision 791

Update check working. Todo: package download

2006-07-27 21:52 botg, revision 790

GPL.html was missing from distribution, used by NSIS Installer script.

2006-07-27 15:26 botg, revision 789

The latest ratio isn't always the best ratio. Can happen if ratio wobbles back and forth over requested ratio.

2006-07-26 15:22 botg, revision 788

updated

2006-07-25 13:07 botg, revision 787

new text-wrapping algorithm for the generic case.

2006-07-24 11:51 botg, revision 786

Fix wrapping for fonts where pixelwidth(string) < sum(pixelwidth(characters))

2006-07-24 10:19 botg, revision 785

sync with upstream sources

2006-07-22 13:34 botg, revision 784

Added Arabic translation

2006-07-21 11:24 botg, revision 783

make use of the new parameter of WrapRecusive

2006-07-21 10:26 botg, revision 782

Added minimumRequestedSize parameter to the ratio based wrapping. Used for proper display of wizards. Make cache validity check use build time as well.

2006-07-21 10:25 botg, revision 781

added GetBuildTimeString

2006-07-19 19:58 botg, revision 780

lots of improvements

2006-07-19 13:38 botg, revision 779

ensure final releases have higher version number than rc or beta versions

2006-07-19 13:28 botg, revision 778

fix warning

2006-07-19 10:19 botg, revision 777

Renamed GetBuildDate into GetBuildDateString, added new GetBuildDate with return type wxDateTime

2006-07-18 17:21 botg, revision 776

Remove a continue, thanks SyberSnooP for spotting this.

2006-07-18 11:16 botg, revision 775

helper function to convert version strings into 64-bit numbers for easy comparison.

2006-07-17 14:55 botg, revision 774

Move some code into the new CBuildInfo class

2006-07-16 21:01 botg, revision 773

added GetBuildType function

2006-07-16 00:11 botg, revision 772

make sure users enter a valid IP address in the configuration dialog.

2006-07-15 23:56 botg, revision 771

move IsIpAddress into misc.c

2006-07-15 23:48 botg, revision 770

add --enable-buildtype switch. Used to indicate official builds or nightly builds.

2006-07-14 22:55 botg, revision 769

updated

2006-07-14 20:11 botg, revision 768

add "No new version found" page

2006-07-13 21:12 botg, revision 767

compile fix

2006-07-12 18:25 botg, revision 766

Add a failure page

2006-07-12 14:54 botg, revision 765

partially implement update check

2006-07-12 12:39 botg, revision 764

enable use of http socket

2006-07-12 12:38 botg, revision 763

send data notifications

2006-07-12 12:28 botg, revision 762

updated

2006-07-12 10:15 botg, revision 761

Parse Content-Length heade field, proper handling of OnClose