Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2017-12-17 11:33 codesquid, revision 8670

Add CServerPath::MakeParent in addition to GetParent.

2017-12-16 09:38 codesquid, revision 8669

Auto-expand root.

2017-12-13 13:58 codesquid, revision 8668

Fix logic error, look for both local and remote search panels, not twice for the local panel.

2017-12-13 09:08 codesquid, revision 8667

Fix spelling

2017-12-11 23:30 codesquid, revision 8666

Weirdly enough, an empty reason-phrase is allowed by the specs.

2017-12-11 19:34 codesquid, revision 8665

Handle multiple headers with the same name by appending their values, separated by a comma.

2017-12-11 18:46 codesquid, revision 8664

Do not print the Authorization header

2017-12-11 18:29 codesquid, revision 8663

In case of errors show an error message.

2017-12-08 12:23 codesquid, revision 8662

Fix formatting of filename in rename dialog.

2017-12-08 12:22 codesquid, revision 8661

Assorted cleanup.

2017-12-08 10:27 codesquid, revision 8660

Revert accidental commit

2017-12-08 10:26 codesquid, revision 8659

Fix compile error

2017-12-08 10:06 codesquid, revision 8658

Create security scoped bookmarks for user-selected keyfiles if using the Mac sandbox

2017-12-08 08:24 codesquid, revision 8657

Add protocol identifier for WebDAV.

2017-11-30 14:25 codesquid, revision 8656

Fix crash if an update installation is started with the new version already installed.

2017-11-30 11:42 codesquid, revision 8655

Minor cleanup.

2017-11-30 10:22 codesquid, revision 8654

Always skip pages on update.

2017-11-24 10:25 codesquid, revision 8653

Add debug message if encountering an improperly terminated chunk.

2017-11-20 09:23 codesquid, revision 8652

Update entitlements.

2017-11-16 13:18 codesquid, revision 8651

If using the Apple sandbox ensure fzsftp looks in the right location for settings.

2017-11-14 17:49 codesquid, revision 8650

Actually remove the bookmark from file.

2017-11-13 11:25 codesquid, revision 8648

Add additional keys to MacInfo.plist

2017-11-12 16:24 codesquid, revision 8647

Small cleanup.

2017-11-10 20:47 codesquid, revision 8646

Fix uploading from search dialog due to inverted condition.

2017-11-06 19:23 codesquid, revision 8643

Copy the function, don't save it as const-ref.

2017-11-06 18:46 codesquid, revision 8642

Take slightly different path.

2017-11-06 18:24 codesquid, revision 8641

Avoid listing after every file during upload.

2017-11-06 18:12 codesquid, revision 8640

Require correct libfilezilla version.

2017-11-06 18:11 codesquid, revision 8639

Bump to 3.29.0

2017-11-06 18:09 codesquid, revision 8638

Fix activity indicator if checking for updates.

2017-11-06 18:00 codesquid, revision 8637

Add missing include.

2017-11-06 09:00 codesquid, revision 8636

Updated translations

2017-11-05 17:58 codesquid, revision 8635

Fix compile error and modernize code.

2017-11-05 17:48 codesquid, revision 8634

Fetch updates matching the install-time channel.

2017-11-05 17:45 codesquid, revision 8633

Remember used channel.

2017-11-01 10:05 codesquid, revision 8632

Don't use a global mutex for engine-specific locks.

2017-10-30 17:26 codesquid, revision 8631

Bump to FileZilla 3.29.0-rc1

2017-10-30 17:18 codesquid, revision 8629

Require libfilezilla 0.11.1

2017-10-30 17:13 codesquid, revision 8628

Updated translations

2017-10-30 14:49 codesquid, revision 8627

Always create an empty file

2017-10-30 14:24 codesquid, revision 8626

Use fz::buffer instead of manual buffer handling

2017-10-29 18:29 codesquid, revision 8618

Call fsync on the freshly written xml file to ensure it has flushed to disk prior to deleting the backup file.

2017-10-29 18:26 codesquid, revision 8617

Do not print error if writing to layout.xml fails.

2017-10-19 07:25 codesquid, revision 8614

Fix compile error.

2017-10-15 20:13 codesquid, revision 8613

Small cleanup to avoid manual memory management.

2017-10-12 14:57 codesquid, revision 8612

Mark CStateFilterManager as final.

2017-10-12 14:53 codesquid, revision 8611

Allow case-insensitive regex filters.

2017-10-12 14:43 codesquid, revision 8610

Make quick search filter case-insensitive by default.

2017-10-12 14:41 codesquid, revision 8609

Check for empty filter in ApplyFilter.

2017-10-09 18:35 codesquid, revision 8608

Only apply quick search filters to current state. Patch by Josue Andrade Gomes.