Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:40:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8068 changes):

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.

2017-10-09 14:51 codesquid, revision 8607

Revert unintentional change.

2017-10-09 14:33 codesquid, revision 8606

Fixed typo

2017-10-09 13:35 codesquid, revision 8605

Mark strings translatable. Patch by Josue Andrade Gomes

2017-10-09 13:29 codesquid, revision 8604

Add quick search filter to file lists. Patch by Josue Andrade Gomes with minor modifications.

2017-10-09 13:22 codesquid, revision 8603

Add quick search filter to file lists. Patch by Josue Andrade Gomes with minor modifications.

2017-10-09 13:16 codesquid, revision 8602

Add new close icon to distribution.

2017-10-09 10:01 codesquid, revision 8601

Add empty() and operator bool() to CFilter.

2017-10-09 09:47 codesquid, revision 8600

Slightly tweak tiny size.

2017-10-09 09:46 codesquid, revision 8599

Add tiny icon size.

2017-10-09 09:45 codesquid, revision 8598

Add a a close button.

2017-10-07 17:14 codesquid, revision 8596

Show hostname in red in the certificate verification dialog if it does not match the certificate.

2017-10-04 11:39 codesquid, revision 8594

Add missing event table entry.

2017-10-02 09:29 codesquid, revision 8593
  • D /FileZilla3/trunk/workspace

Remove unused directory.

2017-09-29 10:24 codesquid, revision 8591

Bump to FileZilla 3.28.0

2017-09-29 10:23 codesquid, revision 8590

Updated translations.

2017-09-29 08:40 codesquid, revision 8588

Fix warnings about missing override markers.

2017-09-29 08:00 codesquid, revision 8587

Disable unneeded statistics in release builds.

2017-09-28 10:25 codesquid, revision 8585

Fix loop condition.

2017-09-28 09:08 codesquid, revision 8584

Do not disable password saving settings if fzdefaults.xml contains a kiosk mode setting of 0.

2017-09-25 20:06 codesquid, revision 8583

Two trivial nullptr fixes.

2017-09-25 20:05 codesquid, revision 8582

Fix a warning in a configure check.

2017-09-25 16:24 codesquid, revision 8581

Fix compile error.

2017-09-25 14:15 codesquid, revision 8579

Replace some manual buffer handling with fz::buffer

2017-09-22 08:41 codesquid, revision 8577

Bump to 3.28.0-rc1

2017-09-22 08:41 codesquid, revision 8576

Updated translation

2017-09-22 08:23 codesquid, revision 8575

Update translations

2017-09-22 06:52 codesquid, revision 8574

Get rid of a few instances of std::list

2017-09-17 10:03 codesquid, revision 8572

Additional fixes for -Werror=zero-as-null-pointer-constant

2017-09-15 09:26 codesquid, revision 8570

Improve handling of .. segment when already at the root.

2017-09-13 10:54 codesquid, revision 8569

Fixes for -Werror=zero-as-null-pointer-constant

2017-09-13 09:54 codesquid, revision 8566

Do not change a stored site if it uses a recognized but unsupported protocol. It just can't be used to connect.

2017-09-11 08:18 codesquid, revision 8565

Fixed warnings.

2017-09-06 20:58 codesquid, revision 8564

Add final keyword.

2017-09-06 09:56 codesquid, revision 8563

In case of a forced shutdown with open dialogs, just call _exit() to prevent crashes due to windows being destroyed out of order wrt. nested event loops.

2017-09-03 10:01 codesquid, revision 8562

Fix typo

2017-09-01 13:45 codesquid, revision 8561

Fix include guards.

2017-09-01 13:37 codesquid, revision 8560

Fix uninitialized variable.

2017-09-01 09:42 codesquid, revision 8559

Trivial cleanup

2017-08-29 14:37 codesquid, revision 8558

Try harder detecting badly encoded filenames encodings.