Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 17:10:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2015-03-15 10:00 codesquid, revision 6571

Increase minimum timeout to 10 seconds. 5 causes too many failed transfers at the end of fast uploads due to buffering.

2015-03-14 22:27 codesquid, revision 6570

Instead of comparing to -1, check if negative. Might fix #10311

2015-03-14 11:09 codesquid, revision 6568

Bump to 3.10.3-beta1

2015-03-14 11:06 codesquid, revision 6567

Updated translations.

2015-03-13 10:26 codesquid, revision 6566

Fix constness

2015-03-13 10:16 codesquid, revision 6565

Fix handling of multiple arguments when executing processes.

2015-03-12 16:30 codesquid, revision 6564

Apply patch #10302 by scarabeus to fix compile error on openSUSE with minor modification to use wx_str().

2015-03-10 10:14 codesquid, revision 6561

Remove a little bit of dead code.

2015-03-10 10:14 codesquid, revision 6560

Add option to enable SFTP compression.

2015-03-09 11:18 codesquid, revision 6558

CPU is in $host_cpu, not $host_os

2015-03-09 11:01 codesquid, revision 6557

Show error message if running the installer for 64bit FZ on a 32bit Windows.

2015-03-08 10:24 codesquid, revision 6556

Add missing else block in ChangeSocketEventHandler leading to a tiny loss of performance.

2015-03-07 09:33 codesquid, revision 6555

Add substitution to tell the installer about 64bit, use 64bit program files on 64bit installs.

2015-03-06 20:02 codesquid, revision 6554

Fix include path of UAC.nsh

2015-03-06 19:54 codesquid, revision 6553

Update Makefile.am to reflect UAC changes

2015-03-06 19:53 codesquid, revision 6552

Update UAC plugin to latest version, hopefully this fixed admin detection issues some users have reported.

2015-03-06 19:51 codesquid, revision 6551

Remove redundant checks

2015-03-06 14:56 codesquid, revision 6549

Fix a couple build failures.

2015-03-06 14:28 codesquid, revision 6548

Move shell extension into a sub package and manually configure for both 32 and 64bit MSW.

2015-03-05 16:20 codesquid, revision 6547

For now also put the 32bit shell extension into the repository. Currently building 32bit FZ cannot build the 64bit shell extension and building 64bit FZ cannot build the 32bit shell extension.

2015-03-04 09:11 codesquid, revision 6546

Force regview to 32 if (un)installing the 32bit shell extension.

2015-03-03 23:21 codesquid, revision 6545

Mark some classes final and non-copyable where appropriate.

2015-03-03 23:05 codesquid, revision 6544

Small #include cleanup

2015-03-03 15:54 codesquid, revision 6543

Missing include. #10280

2015-03-02 20:28 codesquid, revision 6541

Bump to 3.10.2

2015-03-02 20:19 codesquid, revision 6540

Updated translations

2015-03-02 16:26 codesquid, revision 6539

Merge PuTTY upstream changes.

2015-03-02 14:43 codesquid, revision 6538

Re-sign to include intermediate certificate in chain.

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.