Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8068 changes):

2017-08-29 13:29 codesquid, revision 8557

Revert accidental deletion.

2017-08-29 13:17 codesquid, revision 8556

Add missing continue;

2017-08-29 13:10 codesquid, revision 8555

Minor cleanup.

2017-08-29 13:10 codesquid, revision 8554

Ignore empty segments in CLocalTreeView::MakeSubdirs (should never occur, but better be safe) and add an assertion if expanding item with empty first child while setting a selection.

2017-08-29 11:09 codesquid, revision 8553

Use int instead of bool to keep track whether we're changing selections.

2017-08-27 13:14 codesquid, revision 8549

Abort queue processing if cancelling the ask for password dialog instead of removing the individual item.

2017-08-21 09:04 codesquid, revision 8540

Added Close Once as queue completion action.

2017-08-21 08:43 codesquid, revision 8539

Improve tooltip of filters button.

2017-08-16 19:46 codesquid, revision 8538

Fix a link dependency

2017-08-16 19:34 codesquid, revision 8536

Update VS project files.

2017-08-14 15:56 codesquid, revision 8535

Bump to 3.27.1

2017-08-14 15:48 codesquid, revision 8534

Mention Azerbaijani translator.

2017-08-14 15:47 codesquid, revision 8533

Updated translations.

2017-08-14 14:50 codesquid, revision 8532

Minor reformatting.

2017-08-14 14:47 codesquid, revision 8531

Fix bounds.

2017-08-14 14:12 codesquid, revision 8530

Fix warnings.

2017-08-13 13:59 codesquid, revision 8526

Display initial directory access dialog after welcome dialog

2017-08-13 13:59 codesquid, revision 8525

Add menu item to show directory access dialog

2017-08-13 13:58 codesquid, revision 8524

Improve text for sandbox dirs dialog

2017-08-13 13:56 codesquid, revision 8523

Add dialog to add/remove sandbox permissions

2017-08-13 13:56 codesquid, revision 8522

Add selected userdirs to local directory tree if using the app sandbox.

2017-08-13 13:55 codesquid, revision 8521

Fix possible crash due to wxListCtrl oddities

2017-08-10 20:12 codesquid, revision 8520

#11357 Change advertised client version.

2017-07-31 15:43 codesquid, revision 8513

Trivial reformatting.

2017-07-24 19:36 codesquid, revision 8512

Fix silent installation, the uninstaller was not being run. Also add the /quiet flag which acts like silent, except for showing error messages.

2017-07-24 07:09 codesquid, revision 8511

Add port to error message when creating the listen socket fails.

2017-07-24 06:55 codesquid, revision 8510

Add /skipuac flag to bypass UAC prompt if started unevaluated.

2017-07-22 08:54 codesquid, revision 8509

Mark a string translatable that should be translated.

2017-07-21 12:17 codesquid, revision 8508

Add events.hpp to distribution.

2017-07-19 16:41 codesquid, revision 8507

Bump to 3.27.0.1

2017-07-19 16:40 codesquid, revision 8506

\b does not work with + or -

2017-07-19 15:31 codesquid, revision 8505

There's a problematic libtool bug, it strips the -static-libgcc and -static-libstdc++ options. Force libtool to use them.

2017-07-19 15:30 codesquid, revision 8504

Provide a dummy __cxa_pure_virtual. My code is proper, it doesn't call pure virtuals.

2017-07-19 12:41 codesquid, revision 8503

Add missing file

2017-07-19 08:00 codesquid, revision 8502

Add a comment aimed at package maintainers blindly changing dependencies at will, without regarding the consequences.

2017-07-19 07:51 codesquid, revision 8501

Bump to 3.27.0

2017-07-19 07:43 codesquid, revision 8500

Trivial cleanup

2017-07-19 07:35 codesquid, revision 8499

Merge upstream PuTTY changes.

2017-07-19 07:31 codesquid, revision 8498

Updated translations

2017-07-16 10:56 codesquid, revision 8497

Fix compile error.

2017-07-16 10:29 codesquid, revision 8496

Merge changes from upstream PuTTY.

2017-07-16 09:49 codesquid, revision 8495

Address some harmless issues found by a static analyzer.

2017-07-16 09:27 codesquid, revision 8494

Trivial code cleanup

2017-07-13 08:46 codesquid, revision 8492

Trivial code cleanup.

2017-07-11 15:46 codesquid, revision 8491

Bump to 3.27.0-rc1

2017-07-11 15:45 codesquid, revision 8490

Updated translations

2017-07-11 15:17 codesquid, revision 8489

Merge storj branch onto trunk.

2017-07-09 16:32 codesquid, revision 8478

Adapt to libfilezilla changes.

2017-07-09 16:10 codesquid, revision 8473

Get rid of CSftpControlSocket::ResetOperation

2017-07-09 16:09 codesquid, revision 8472

Use correct peer address in certificate notification.

2017-07-07 10:40 codesquid, revision 8469

Further fixes to HTTP keep-alive.

2017-07-07 10:40 codesquid, revision 8468

Minor cleanup.

2017-07-07 10:39 codesquid, revision 8467

Remove debug code.

2017-07-07 10:29 codesquid, revision 8466

Show additional information if certificate verification fails.

2017-07-07 10:18 codesquid, revision 8465

Reset m_closed when connecting.

2017-07-04 20:08 codesquid, revision 8464

Implement HTTP keep-alive.

2017-07-04 19:54 codesquid, revision 8463

Add COpData::Reset() to reduce the amount of operation-specific logic in RequestOperation.

2017-06-29 19:46 codesquid, revision 8462

Return value of correct type.

2017-06-29 18:50 codesquid, revision 8461

Fix a compile error.

2017-06-29 13:17 codesquid, revision 8460

Fix filetype of directories on Windows if the filename contains a dot. Also avoid some needless conversion to/from wxString.

2017-06-22 12:50 codesquid, revision 8459

Null the hnadler when unregistering.

2017-06-22 12:29 codesquid, revision 8458

Fix assertion.

2017-06-22 12:26 codesquid, revision 8457

Remove unused variable

2017-06-22 12:25 codesquid, revision 8456

Revert accidental commit

2017-06-22 12:21 codesquid, revision 8455

Allow (un)registering handlers during ongoing notifications

2017-06-20 06:01 codesquid, revision 8454

Fix assertion.

2017-06-20 06:01 codesquid, revision 8453

Minor formatting.

2017-06-14 15:21 codesquid, revision 8452

Remove unused variable.

2017-06-12 17:40 codesquid, revision 8449

Bump to 3.26.2

2017-06-12 17:39 codesquid, revision 8448

Updated translations.

2017-06-10 12:29 codesquid, revision 8445

Fix for undoing the length hiding, it didn't work for long passwords.

2017-06-07 19:33 codesquid, revision 8443

Use pkg-config to check for cppunit instead of cppunit-config, the latter has been removed in cppunit-1.14.0

2017-06-07 18:52 codesquid, revision 8440

Update pkg.m4 to pkgconfig-0.29.2

2017-06-02 17:01 codesquid, revision 8437

Bump to 3.26.1

2017-06-02 16:54 codesquid, revision 8436

Fix argument to wxTreeCtrl::GetNextChild, it expects the parent, not the current child.

2017-06-02 16:36 codesquid, revision 8435

Fixed crash if rewriting credentials in site directories.

2017-06-02 15:16 codesquid, revision 8434

Explicitly link against hogweed.

2017-06-02 15:16 codesquid, revision 8433

Run through xmllint

2017-06-01 19:28 codesquid, revision 8431

Bump to 3.26.0

2017-06-01 19:20 codesquid, revision 8430

Updated translations.

2017-06-01 19:03 codesquid, revision 8429

Fix translator comments.

2017-06-01 18:05 codesquid, revision 8428

Reprotect passwords in active queue if user changes protection settings.

2017-05-28 09:12 codesquid, revision 8427

Fix the remember checkbox to appear when asking for a username in addition to a password.

2017-05-28 08:39 codesquid, revision 8426

Install the bookmark.png files in the blukis theme.

2017-05-28 08:35 codesquid, revision 8425

Add missing backslash, without it half the icons for this theme were not installed. Strangely no error or warning was being generated by Automake.

2017-05-25 18:34 codesquid, revision 8424

Bump to 3.26.0-rc1

2017-05-25 18:34 codesquid, revision 8423

Updated translations

2017-05-25 18:22 codesquid, revision 8419

Run the AskSavePassword dialog from the Site Manager.

2017-05-25 18:22 codesquid, revision 8418

Add option to use a master password to the AskSavePassword dialog.

2017-05-25 18:21 codesquid, revision 8417

Fix typo

2017-05-25 18:20 codesquid, revision 8416

Change credentials in all states.

2017-05-25 16:47 codesquid, revision 8415

Handle mismatch of keys.

2017-05-25 15:17 codesquid, revision 8414

Set initial control state.

2017-05-25 10:58 codesquid, revision 8413

It is now possible to configure master passwords.

2017-05-23 17:04 codesquid, revision 8412

Settings prototype.

2017-05-23 16:02 codesquid, revision 8409

Encrypt passwords in the queue.

2017-05-23 16:01 codesquid, revision 8408

Handle sites that already have encrypted passwords.

2017-05-23 16:00 codesquid, revision 8407

Better texts

2017-05-23 13:16 codesquid, revision 8404

Ask for master password.

2017-05-22 19:16 codesquid, revision 8403

Use saved decryptors if available.