Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-03 09:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8067 changes):

2008-09-05 14:57 botg, revision 2679

With the new event system, the id checks have become unnecessary, transform them into asserts.

2008-09-05 13:49 botg, revision 2678

Fix compile error

2008-09-04 15:25 botg, revision 2677

Make the backends' Read and Write method declaration identical to the CSocket ones.

2008-09-04 13:32 botg, revision 2676

Get rid of no longer needed event type.

2008-09-04 13:18 botg, revision 2675

New socket event handling.

2008-09-03 22:06 botg, revision 2674

Use BUFFERCOUNT define instead of literal number.

2008-09-03 08:56 botg, revision 2673

Add helpful trace for resumetest failures.

2008-09-01 13:57 botg, revision 2672

Allow list of changes larger than 4096 characters, more sanity checks.

2008-08-30 20:22 botg, revision 2671

Directories 1, folders 0

2008-08-30 14:03 botg, revision 2669

Version bump

2008-08-30 13:58 botg, revision 2668

Updated translations

2008-08-29 18:41 botg, revision 2667

Fix warning

2008-08-27 16:22 botg, revision 2666

Don't crash if some fields are missing in quickconnectbar.xrc

2008-08-26 00:03 botg, revision 2665

Slight speedup by avoiding calls to wxWindow::Update

2008-08-26 00:00 botg, revision 2664

Remove an assertion that does not hold due to the engine lock

2008-08-25 13:57 botg, revision 2663

Handle DOS-like servers with multi-letter labels like md:\\foo\\bar. Should solve #3600.

2008-08-25 13:50 botg, revision 2662

Remove some debug output that crept in.

2008-08-24 20:29 botg, revision 2661

Quickconnect dropdown needs to handle ASK logontype if kiosk mode is enabled

2008-08-24 13:40 botg, revision 2659

Version bump

2008-08-24 13:40 botg, revision 2658

Updated translations

2008-08-24 13:24 botg, revision 2657

Fix case

2008-08-24 13:08 botg, revision 2656

Work around problems in uint64_make on some 64bit platforms. Similar to the recent wxLongLong problem in wxWidgets. Upstream has been notified.

2008-08-24 12:47 botg, revision 2655

Implement kiosk mode. No more saved passwords if enabled.

2008-08-24 12:18 botg, revision 2654

PuTTY's psftp component did happily upload data to a server that has ran out of diskspace due to not checking the return value of xfer_upload_gotpkt properly. This fix corrects this, upstream has been notified.

2008-08-24 12:15 botg, revision 2653

Add option to disable update checks via fzdefaults.xml