Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8033 changes):

2018-01-17 15:10 codesquid, revision 8707

Split certificate store into own class.

2018-01-08 13:49 codesquid, revision 8704

Run .xrc files through xmllint --format

2018-01-08 12:50 codesquid, revision 8703

Don't self-assign. Why did no compiler print a warning on this code?

2018-01-08 12:47 codesquid, revision 8702

Fix assertion if CWD fails during directory removal.

2018-01-08 11:07 codesquid, revision 8701

Bump to 3.30.0

2018-01-08 11:04 codesquid, revision 8700

Updated translations.

2018-01-07 16:42 codesquid, revision 8699

Cleanup, sanity checks.

2018-01-05 15:04 codesquid, revision 8698

Fix spelling.

2018-01-05 14:59 codesquid, revision 8697

Add xmlutils.h/cpp

2018-01-05 14:58 codesquid, revision 8696

Missing include.

2018-01-05 14:57 codesquid, revision 8695

Merge changes from FZ Pro.

2018-01-05 13:07 codesquid, revision 8694

Fix compile error.

2018-01-03 18:41 codesquid, revision 8689

Increase logging for checksum verification errors.

2018-01-03 18:37 codesquid, revision 8688

Increase logging for checksum verification errors.

2018-01-02 16:23 codesquid, revision 8687

Bump minimum _WIN32_IE to 0x900.

2018-01-02 16:22 codesquid, revision 8686

Further manifest fixes.

2018-01-02 16:13 codesquid, revision 8685

Update manifest.xml

2018-01-02 16:06 codesquid, revision 8684

Bump copyright year

2017-12-30 17:19 codesquid, revision 8683

After preallocation, verify that seeking to the original position succeeds. Also remove an old leftover from the days when wxWidgets' wxString::Format couldn't handle 64bit integers. We no longer use wx in the engine.

2017-12-29 14:30 codesquid, revision 8679

Bump to 3.30.0-rc1

2017-12-29 13:57 codesquid, revision 8678

In the search dialog, allow deleting, opening and showing in file manager local files.

2017-12-29 11:41 codesquid, revision 8677

Apply #11478: Use reverse-DNS style AppStream ID.

2017-12-29 11:32 codesquid, revision 8676

Updated translations

2017-12-29 11:31 codesquid, revision 8675

Updated translations

2017-12-17 12:11 codesquid, revision 8672

Assign all entries, this ensures the flags are set properly.

2017-12-17 12:11 codesquid, revision 8671

Small simplification.

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.