Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2015-03-02 11:57 codesquid, revision 6537

Signed 64bit shell extension.

2015-03-02 11:55 codesquid, revision 6536

Remove no longer needed MinGW runtime libraries.

2015-03-02 11:49 codesquid, revision 6535

Update 64bit shell extension.

2015-03-02 11:03 codesquid, revision 6534

We neither want exceptions not RTTI in the shell extension, it only brings in unwanted dependencies.

2015-03-02 08:34 codesquid, revision 6533

Fix a typo leading to invalid file sizes.

2015-03-01 20:55 codesquid, revision 6530

Whitespace cleanup and revert an accidental commit. Patch by XhmikosR.

2015-03-01 20:33 codesquid, revision 6529

Add missing includes in testcases.

2015-03-01 18:49 codesquid, revision 6528

More include fixes.

2015-03-01 12:25 codesquid, revision 6527

Add missing include.

2015-03-01 11:16 codesquid, revision 6526

Fix typo in include.

2015-03-01 10:45 codesquid, revision 6525

Fix a harmless coverity warning.

2015-02-28 09:10 codesquid, revision 6524

Fix typos.

2015-02-28 08:40 codesquid, revision 6523

Don't call wxString::Last on empty strings, it asserts.

2015-02-27 20:20 codesquid, revision 6522

Always use case-insensitive compare when checking whether a file with the same name is already being edited. We don't know which type of filesystem the temp directory is on, e.g. FZ could be run on Linux with the temp directory located on an SMB share hosted on a Windows server.

2015-02-27 17:08 codesquid, revision 6521

Add two explicit casts to solve ambiguous overloads.

2015-02-27 09:17 codesquid, revision 6518

Replace wxLongLong_t with int64_t.

2015-02-27 09:15 codesquid, revision 6517

Fixed a typo.

2015-02-27 08:17 codesquid, revision 6516

Fix a compile error.

2015-02-26 23:18 codesquid, revision 6515

Sadly wxDateTime constructor doesn't take native 64bit types.

2015-02-26 23:04 codesquid, revision 6514

Use int64_t instead of wxLongLong in a couple of places.

2015-02-26 19:28 codesquid, revision 6513

Fix crash if there is no password element.

2015-02-26 19:02 codesquid, revision 6512

Minor modernization.

2015-02-26 18:35 codesquid, revision 6511

Handle failure to load dialog.

2015-02-26 15:10 codesquid, revision 6510

Remove stray semicolon.

2015-02-25 13:56 codesquid, revision 6508

Bump to 3.10.2-rc2