Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-28 16:10:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2009-09-20 12:10 botg, revision 3370

Reduce space requirements of file exists settings page.

2009-09-20 10:04 botg, revision 3369

Only accept wx 2.8.x, not 2.9.x or higher.

2009-09-20 09:47 botg, revision 3368

Make sure tabs fit entirely on OS X

2009-09-20 09:25 botg, revision 3367

More wrapping oddities fixed

2009-09-19 21:51 botg, revision 3366

Check for OS X >= 10.5 in powermanagement code. Based on patch by John Ratliff.

2009-09-17 14:24 botg, revision 3365

Add missing virtual destructors and fix two potential memory leaks.

2009-09-17 12:51 botg, revision 3364

Fix copy&paste error

2009-09-16 21:03 botg, revision 3363

Two harmless file descriptor leaks. Upstream has been notified.

2009-09-16 20:43 botg, revision 3362

Also increase advertised window on SFTP. Though usually SFTP performance is limited due to the inherent protocol properties.

2009-09-16 14:21 botg, revision 3361

Double send buffer size and vastly increase recv buffer. The latter is TCP's advertised receiver window and goes directly into the bandwidth delay product. New values capable of saturating 100Mbit/s at 333ms RTT.

2009-09-16 10:00 botg, revision 3360

Forget about first ten seconds of a transfer in speed calculation, makes the average converge faster to the actual speed.

2009-09-14 20:51 botg, revision 3359

If kiosk mode is enabled, convert from NORMAL to ASK logontype.

2009-09-13 18:03 botg, revision 3358

Remember last used search conditions.

2009-09-13 15:34 botg, revision 3356

Move individual filter loading and saving to new helper functions.

2009-09-13 14:25 botg, revision 3355

Fix memory leaks

2009-09-10 22:49 botg, revision 3354

Update icon specs

2009-09-10 22:24 botg, revision 3353

Fix alpha compositing formula, my first attempt at compositing was almost perfect, just missed a division through new alpha

2009-09-10 15:32 botg, revision 3352

Symlink overlay on non-MSW

2009-09-10 12:27 botg, revision 3351

Fix for MinGW.

2009-09-10 11:49 botg, revision 3350

Don't trim paths.

2009-09-10 11:00 botg, revision 3349

MSW: Display shortcut overlay on links in remote file lists.

2009-09-09 21:47 botg, revision 3348

Fix typos in comment

2009-09-07 21:01 botg, revision 3347

Use case-insensitive compare on MSW. Fixes #4803. Case-insensitive file systems are so broken :(

2009-09-05 15:00 botg, revision 3344

Make sure all instances of FileZilla are closed before starting installation.

2009-09-04 13:13 botg, revision 3343

Call installer with update flag

2009-09-03 19:11 botg, revision 3342

Add /update argument to hide license and reinstall page on updates, will be used by FileZilla's update wizard.

2009-08-30 17:08 botg, revision 3336

Filter invalid characters from filename. Closes #3227.

2009-08-28 09:06 botg, revision 3335

Fix CLocalPath::Exists on partial UNC paths

2009-08-24 07:12 botg, revision 3334

Fix syntax error

2009-08-23 17:23 botg, revision 3333

Version bump

2009-08-23 09:59 botg, revision 3332

Fix compile error

2009-08-23 09:06 botg, revision 3331

Updated translations

2009-08-22 16:38 botg, revision 3330

Performance improvements, closes #4658: - Don't populate selected but unexpanded directories. - MSW: Defer obtaining open icon until item gets selected

2009-08-21 15:05 botg, revision 3329

Fix segfault if adding new filter

2009-08-20 21:30 botg, revision 3328

Partial fix for #4715

2009-08-20 13:17 botg, revision 3327

Fix compile error

2009-08-16 20:28 botg, revision 3326

Fix typo

2009-08-16 16:23 botg, revision 3325

Arguments not translatable.

2009-08-13 12:44 botg, revision 3323

Version bump

2009-08-13 12:44 botg, revision 3322

Updated translations

2009-08-13 12:19 botg, revision 3321

Bump to GnuTLS 2.8.3, 2.8.2 didn't last long.

2009-08-12 19:02 botg, revision 3320

Keep data copied to clipboard even if FZ closes, fixes #4737. Also required wx to be patched with wx#11102

2009-08-10 15:00 botg, revision 3319

Update translations

2009-08-10 13:51 botg, revision 3318

GnuTLS 2.8.2 is out with several buffixes affecting FileZilla. Make it a requirement.

2009-08-10 12:35 botg, revision 3317

Use a new enum for address family, makes it easier to work with

2009-08-10 12:34 botg, revision 3316

Use a new enum for address family, makes it easier to work with

2009-08-09 19:02 botg, revision 3315

Make resolver IPv6 capable (unlikely that it'll ever be used though), explicitly request IPv4 wherever used.

2009-08-09 15:56 botg, revision 3314

Add option to connect on specific address family only.

2009-08-08 12:19 botg, revision 3313

Ensure buttons to manipulate filter sets are all same size

2009-08-08 12:16 botg, revision 3312

Small layout improvement on search dialog