Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-20 09:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-05-27 08:35 codesquid, revision 7534

Add option to disable footers.

2016-05-26 09:03 codesquid, revision 7533

Add welcome footer.

2016-05-24 12:38 codesquid, revision 7532

Actually flatten the directory structure if told so when adding local directories to queue.

2016-05-24 12:37 codesquid, revision 7531

When processing local directories, tell FilenameFilteredByFilter whether entry is file or directory.

2016-05-24 12:36 codesquid, revision 7530

Also clear local and remote file data when clearing results.

2016-05-22 10:38 codesquid, revision 7529

Use correct host format where there's a separate port field.

2016-05-20 16:31 codesquid, revision 7524

Bump to 3.18.0-rc1

2016-05-20 16:12 codesquid, revision 7523

Add option to disable drag&drop.

2016-05-20 14:34 codesquid, revision 7522

If opening context menu while holding shift, Getting item(s) as URL includes password. Closes #10829

2016-05-19 07:42 codesquid, revision 7521

Percent-encode characters in URLs that aren't unreserved.

2016-05-18 21:09 codesquid, revision 7519

Cleanup GetAsURL.

2016-05-18 12:54 codesquid, revision 7517

Fix date validation to match later use of date.

2016-05-18 09:53 codesquid, revision 7516

Refactor functions to format CServer to string. Based on patch #10829 by jblitte.

2016-05-18 08:25 codesquid, revision 7515

Fix #10837, during recursive operation, the "Enter directory" item in context menu was showing for files.

2016-05-18 08:18 codesquid, revision 7514

Move some common functionality into CFileListCtrl.

2016-05-18 07:19 codesquid, revision 7513

Stopping local search now works.

2016-05-17 14:25 codesquid, revision 7512

Reset state if local search has ended.

2016-05-17 08:41 codesquid, revision 7511

Allow list operation if not connected.

2016-05-17 07:51 codesquid, revision 7510

Allow searching when not connected.

2016-05-17 07:50 codesquid, revision 7509

Handle changes in search mode and disable remote search if not connected.

2016-05-17 07:31 codesquid, revision 7508

Fix compile error.

2016-05-16 12:59 codesquid, revision 7507

Implement uploading from search dialog.

2016-05-16 07:44 codesquid, revision 7506

Fix and re-enable remote operations.

2016-05-16 07:25 codesquid, revision 7505

Start/Stop buttons now react to local search events as well.

2016-05-15 16:45 codesquid, revision 7504

Get rid of explicit listing size. We can just get the size of the container instead.

2016-05-15 16:23 codesquid, revision 7503

Use std::wstring internally in CServerPath.

2016-05-14 21:04 codesquid, revision 7502

Remove the calls to vector::reserve, it prevents amortized O(1) push_back.

2016-05-14 17:37 codesquid, revision 7501

Fix another compile error.

2016-05-14 16:02 codesquid, revision 7498

Fix a typo.

2016-05-14 15:39 codesquid, revision 7497

Fix compile error on non-Windows.

2016-05-14 14:29 codesquid, revision 7496

Use std::wstring instead of wxString internally in CLocalPath

2016-05-13 15:18 codesquid, revision 7495

Fix a few more warnings.

2016-05-13 14:54 codesquid, revision 7494

Save a bit of memory and increase speed by using std::wstring instead of wxString, part deux.

2016-05-13 14:53 codesquid, revision 7493

Fix harmless warning.

2016-05-13 08:49 codesquid, revision 7491

Save a bit of memory and increase speed by using std::wstring instead of wxString

2016-05-12 17:51 codesquid, revision 7490

Work in progress: Local file search.

2016-05-12 17:50 codesquid, revision 7489

Use shared_optional::is_same to speed up comparison.

2016-05-12 15:22 codesquid, revision 7487

Don't set column search icon if it isn't changing.

2016-05-12 15:03 codesquid, revision 7486

Move getting search object outside of loop.

2016-05-12 15:02 codesquid, revision 7485

Remove some pre-Vista code for displaying sort icons in column headers.

2016-05-12 15:02 codesquid, revision 7484

Fix sort object for paths.

2016-05-12 09:51 codesquid, revision 7483

Add CLocalPath::operator<

2016-05-09 07:14 codesquid, revision 7479

Tag 3.17.0.1

2016-05-09 07:14 codesquid, revision 7478

Updated translations

2016-05-09 06:46 codesquid, revision 7477

Change constness.

2016-05-09 06:43 codesquid, revision 7476

Remove commented out line.

2016-05-07 20:05 codesquid, revision 7475

Add quotes around argument. Fixes privilege escalation vulnerability in installer. #10832 reported by Cyril Vallicari from Ug_0 Security.

2016-05-07 17:28 codesquid, revision 7474

Initialize uninitialized variable, fixes resuming SFTP downloads.

2016-05-05 19:41 codesquid, revision 7473

Cleanup arithmetic.

2016-05-05 19:31 codesquid, revision 7472

Avoid making and modifying a temporary copy of the input string in CServerPath::SetSafePath.

2016-04-27 13:41 codesquid, revision 7463

Fixed typos.

2016-04-27 11:50 codesquid, revision 7462

Do not attempt to open update dialog right when FileZilla is closing.

2016-04-26 20:08 codesquid, revision 7461

For some bizarre reason loading the catalogs for the default locale fails on English non-US Windows installations, resulting in fallback to C locale. Ignore catalog loading errors if the default locale is requested.

2016-04-25 07:49 codesquid, revision 7460

Fix small logic error, we only need one token.

2016-04-22 13:40 codesquid, revision 7459

Fix date.

2016-04-22 13:08 codesquid, revision 7457

Version bump to 3.17.0

2016-04-22 13:01 codesquid, revision 7456

Updated translations

2016-04-22 12:15 codesquid, revision 7455

Spelling

2016-04-22 12:11 codesquid, revision 7454

Fix typo that resulted in two strings marked translatable even though they shouldn't be.

2016-04-21 12:21 codesquid, revision 7453

Small dialog size adjustment.

2016-04-21 07:46 codesquid, revision 7452

Treat items as links if they have a URL tooltip.

2016-04-20 17:18 codesquid, revision 7451

Load resources into update dialog and push them through to welcome dialog.

2016-04-20 16:56 codesquid, revision 7450

Get rid of debugging preprocessor defines.

2016-04-20 16:32 codesquid, revision 7449

Add a resources header to the update information.

2016-04-20 14:18 codesquid, revision 7448

Implement wxFileSystemBlobHandler::FindFirst

2016-04-20 14:18 codesquid, revision 7447

Move loading of XRC handlers into own file.

2016-04-20 09:12 codesquid, revision 7446

Add handler for wxFileSystem that can work with blobs where the filename is the hex-encoded content.

2016-04-19 15:48 codesquid, revision 7445

Hold state as reference instead of pointer and clean up destruction order.

2016-04-19 08:29 codesquid, revision 7444

Add missing compiler flags for Nettle.

2016-04-17 13:59 codesquid, revision 7442

Remove label about holding shift key to toggle both local and remote filter at the same time on wxGTK. GTK+ doesn't check the checkbox if shift is held, thus blocking it completely.

2016-04-15 12:36 codesquid, revision 7440

Bump to 3.17.0-rc1

2016-04-15 12:18 codesquid, revision 7439

Updated translations.

2016-04-15 07:55 codesquid, revision 7438

Require libfilezilla 0.5.0

2016-04-15 07:32 codesquid, revision 7435

Disable upload and queue actions when local recursive operation already busy.

2016-04-14 13:21 codesquid, revision 7434

Check whether it's the initial update check of a new version.

2016-04-14 11:51 codesquid, revision 7433

Look in both HKCU and HKLM.

2016-04-14 11:22 codesquid, revision 7432

Add package information to update URL.

2016-04-14 08:51 codesquid, revision 7430

Remember package type and whether it's an updated install.

2016-04-13 09:53 codesquid, revision 7425

Adjust to proper datetime::empty() semantics and handle alternate midnight format.

2016-04-11 20:14 codesquid, revision 7423

Update workspace files.

2016-04-11 19:39 codesquid, revision 7422

For now, ignore cached host keys with insecure hostkey algorithms.

2016-04-11 12:59 codesquid, revision 7421

Fix compile error

2016-04-11 12:51 codesquid, revision 7420

Work in progress: Merge upstream PuTTY changes.

2016-04-11 10:31 codesquid, revision 7419

Document Nettle requirement.

2016-04-11 10:30 codesquid, revision 7418

Get rid of uggly hack in updater now that we use Nettle.

2016-04-11 10:14 codesquid, revision 7417

Also use Nettle for SHA1.

2016-04-10 21:46 codesquid, revision 7416

Completely replace remainder of PuTTY's AES implementation with library calls to Nettle.

2016-04-10 21:15 codesquid, revision 7415

Fix regression if using CBC ciphers.

2016-04-10 21:10 codesquid, revision 7414

Add missing forward declaration.

2016-04-10 19:40 codesquid, revision 7413

Use Nettle's sha256

2016-04-10 18:23 codesquid, revision 7412

Configure changes to detect nettle.

2016-04-10 18:09 codesquid, revision 7411

Use the hardware-accelerated AES implementation from nettle in fzsftp.

2016-04-10 15:54 codesquid, revision 7410

The hook has a different signature starting with GnuTLS 3.4, add a #define to select the right one.

2016-04-10 15:36 codesquid, revision 7409

Use the TCP window scaling auto-adjustment on MSW also when using SFTP.

2016-04-10 14:44 codesquid, revision 7408

Merge changes from 3.16.x branch.

2016-04-06 08:07 codesquid, revision 7405

Increase disk IO buffer size.

2016-04-06 07:44 codesquid, revision 7404

Fix #10811 where failed SFTP downloads are reported as success due to a shadowed variable.

2016-04-05 13:02 codesquid, revision 7403

Add chunking on the threaded side and fix a race when stopping the operation due to m_listedDirectories not being cleared.

2016-04-05 11:36 codesquid, revision 7402

Do not change queue state if trying to set an empty queue active.

2016-04-05 08:17 codesquid, revision 7401

Need to add the empty item signalling completion to m_listedDirectories inside the mutex.