Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 19:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2007-06-22 18:34 botg, revision 1455

Performance improvements

2007-06-21 23:35 botg, revision 1454

Various fixes; partial context menu on failed queue tab.

2007-06-21 18:22 botg, revision 1453

Fix crash

2007-06-21 13:31 botg, revision 1452

escape some special characters in the path if using wxFileSystem.

2007-06-20 17:00 botg, revision 1451

Updated

2007-06-19 14:31 botg, revision 1450

More queue changes, started adding new functionality.

2007-06-18 19:51 botg, revision 1449

Work around the lack of thread-safety in the reference counting of wxString.

2007-06-18 17:05 botg, revision 1448

Fix problem if OnClose was called before OnConnect

2007-06-18 16:50 botg, revision 1447

Fix spurious valgrind warning.

2007-06-17 13:18 botg, revision 1446

Fix nullpointer exception.

2007-06-17 13:12 botg, revision 1445

Fix bug [ 1723925 ] by invalidating current working directories of other engines if it's equal to or a subdir of a removed/renamed directory.

2007-06-14 14:27 botg, revision 1444

Don't send MDTM command if SIZE fails with "file not found", fix an assertion if uploading to an unlistable directory.

2007-06-14 07:35 botg, revision 1443

Missing commit

2007-06-13 16:49 botg, revision 1442

Fix TransferEnd events from previous transfers to mess with current operation and other minor changes.

2007-06-12 09:59 botg, revision 1440

Add some error descriptions

2007-06-11 11:59 botg, revision 1439

Move parts of MoveItem to baseclass, allow items to be merely detached.

2007-06-10 15:37 botg, revision 1438

Fix nullpointer exception

2007-06-09 14:29 botg, revision 1437

Don't increase error count if progress has been made.

2007-06-08 15:43 botg, revision 1436

More cleanup and fixes

2007-06-08 10:37 botg, revision 1435

More changes

2007-06-08 08:32 botg, revision 1434

Don't fall back to using full path if MKD with relative path fails and the server reply contains "already exists".

2007-06-07 10:06 botg, revision 1433

Missing break

2007-06-06 14:19 botg, revision 1432

Add CQueueViewBase class. It will be the base for all three queue tabs.

2007-06-05 15:55 botg, revision 1431

Move some classes around

2007-06-05 06:30 botg, revision 1430

Compile fixes