Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-24 18:00:02

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2015-07-22 07:36 codesquid, revision 6837

Fix a few XRC errors.

2015-07-20 18:11 codesquid, revision 6834

Remove no longer needed define.

2015-07-20 18:10 codesquid, revision 6833

Visual Studio 2015 has arrived. Remove support for older versions.

2015-07-11 09:47 codesquid, revision 6828

Additional wxDateTime -> CDateTime conversion.

2015-07-11 09:23 codesquid, revision 6827

The underlying socket object lives longer than the TLS layer, pass socket as reference instead.

2015-07-09 17:49 codesquid, revision 6826

Remove an assert. The function works correctly without it and what the assert complains about is possible user input.

2015-07-09 17:26 codesquid, revision 6824

Tag 3.12.0.2

2015-07-09 17:18 codesquid, revision 6823

Fix regression on servers that don't have supported MLSD facts enabled by default. #10577

2015-07-09 12:43 codesquid, revision 6821

Bump to 3.12.0.1

2015-07-09 12:17 codesquid, revision 6820

Fix typo in UTF8 detection.

2015-07-09 12:13 codesquid, revision 6819

Fix location of status bar being off by one pixel

2015-07-08 21:38 codesquid, revision 6818

Work around a declaration clash on SunOS.

2015-07-08 19:53 codesquid, revision 6817

Fix typo

2015-07-08 13:01 codesquid, revision 6815

Bump to 3.12.0

2015-07-08 12:55 codesquid, revision 6814

Updated translations

2015-07-08 09:04 codesquid, revision 6813

Reconnect once if a disconnect happens during a command. Should fix #10574

2015-07-07 07:55 codesquid, revision 6812

Get format string from the correct label, spotted by Coverity.

2015-07-07 07:54 codesquid, revision 6811

Add missing breaks, spotted by Coverity.

2015-07-07 07:54 codesquid, revision 6810

Fix use after free spotted by Coverity.

2015-07-07 07:20 codesquid, revision 6809

Relax parsing of FEAT lines.

2015-07-06 21:58 codesquid, revision 6808

Minor cleanup.

2015-07-06 13:30 codesquid, revision 6807

Fix a few more warnings.

2015-07-06 13:06 codesquid, revision 6806

Fix compiler warning.

2015-07-06 13:04 codesquid, revision 6805

Fix warning.

2015-07-06 08:41 codesquid, revision 6804

Check for open message boxes and dialogs before showing asynchronous requests. Fixes #9514.

2015-07-01 11:19 codesquid, revision 6803
  • D /FileZilla3/trunk/docs/todo.txt

Remove an outdated todo list.

2015-07-01 10:01 codesquid, revision 6802

Use https:// where applicable.

2015-06-30 11:37 codesquid, revision 6801

Add directory comparison as option in the site manager and for bookmarks.

2015-06-30 10:05 codesquid, revision 6800

Allow comparing directories when not connected.

2015-06-30 09:41 codesquid, revision 6799

Fix a typo.

2015-06-30 09:36 codesquid, revision 6798

wxListCtrlEx::ScrollTopItem: Clamp passed item to item count.

2015-06-30 09:33 codesquid, revision 6797

More graceful handling of end of directory comparison.

2015-06-29 14:50 codesquid, revision 6795

Bump to 3.12.0-rc1

2015-06-29 12:36 codesquid, revision 6794

Quote paths containing spaces when executing fzputtygen.

2015-06-29 08:54 codesquid, revision 6793

Updated translations

2015-06-26 08:11 codesquid, revision 6792

Allow navigating the server during recursive operations.

2015-06-26 07:35 codesquid, revision 6791

Add origin flag to CCommandQueue::Idle

2015-06-22 12:18 codesquid, revision 6790

Show recursive operation progress.

2015-06-22 12:18 codesquid, revision 6789

Ignore listings from recursive operations if operation has been stopped already.

2015-06-22 12:12 codesquid, revision 6788

Add wxPLURAL_LL that works with 64bit integers on 32bit systems, unlike wxPLURAL.

2015-06-21 19:04 codesquid, revision 6787

Revert accidental commit.

2015-06-21 18:58 codesquid, revision 6786

2015-06-21 17:45 codesquid, revision 6785

Add a bit of documentation.

2015-06-20 16:32 codesquid, revision 6784

This should fix a compile error with some non-standard wx configurations.

2015-06-20 13:33 codesquid, revision 6783

Avoid C++14 generic lambda.

2015-06-19 09:33 codesquid, revision 6782

Warn if trying to import files from newer version of FZ.

2015-06-19 09:32 codesquid, revision 6781

Use wxMessageBoxEx instead of wxMessageBox

2015-06-19 09:29 codesquid, revision 6780

Little bit of cleanup.

2015-06-18 16:54 codesquid, revision 6779

Show a message if trying to open sitemanager.xml created by a more recent version.

2015-06-18 09:43 codesquid, revision 6778

Write own version and platform into created xml files.