Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-09-21 23:06 codesquid, revision 7788

Use a more permissive copyright for this file.

2016-09-20 15:12 codesquid, revision 7787

Fix harmless logic error.

2016-09-20 14:57 codesquid, revision 7786

Verify item before indexing m_selections in OnItemDeselected just as in OnItemSelected

2016-09-20 14:54 codesquid, revision 7785

Small modernization.

2016-09-20 13:47 codesquid, revision 7784

Implement exporting directory listing filters.

2016-09-20 13:19 codesquid, revision 7783

Reorder LDFLAGS, fixes linking errors in the test case.

2016-09-20 09:43 codesquid, revision 7782

Rename "Filename filters" to "Directory listing filters" in menu.

2016-09-20 09:38 codesquid, revision 7781

Add "not all" match type to filters and search. #9293

2016-09-19 13:21 codesquid, revision 7780

Fix stupid mistake

2016-09-19 12:56 codesquid, revision 7779

Fix warning.

2016-09-16 13:08 codesquid, revision 7778

Get rid of wxStringTokenizer from Options.cpp

2016-09-13 11:14 codesquid, revision 7776

Fix a bunch of warnings.

2016-09-13 08:49 codesquid, revision 7775

Make COptions(Base) use std::wstring

2016-09-13 08:05 codesquid, revision 7774

Fix parsing proxy command sequence, patch by Paolo Zambotti. #10972

2016-09-12 11:50 codesquid, revision 7773

Reduce wxString usage.

2016-09-10 10:39 codesquid, revision 7770

Cleanup external ip address resolver.

2016-09-10 10:38 codesquid, revision 7769

Fix loading hex blobs.

2016-09-09 15:34 codesquid, revision 7768

Fix implicit conversion when creating transfer socket proxy backend.

2016-09-09 14:45 codesquid, revision 7767

Handle base64 encoded blobs.

2016-09-08 14:20 codesquid, revision 7766

Require GnuTLS 3.4.15 or higher as it includes the fix for gnutls_x509_crt_list_import2 not honoring the passed flags.

2016-09-08 08:35 codesquid, revision 7764

Use fz::base64_decode instead of wxBase64Decode.

2016-09-07 15:21 codesquid, revision 7761

Use fz::base64_encode and some related code cleanup.

2016-09-07 15:13 codesquid, revision 7760

Use fz::base64_encode and some related code cleanup.

2016-09-06 15:26 codesquid, revision 7758

Replace invalid characters in filenames when editing remote files.

2016-09-05 09:50 codesquid, revision 7755

Try password based login if a password-protected keyfile is rejected instead of failing with a cryptic message about multiple login prompts.