Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2012-11-01 13:12 codesquid, revision 4816

Consistency: Don't prompt for saving password on anonymous connections.

2012-11-01 13:06 codesquid, revision 4815

Sort ciphers to prefer the ones with higher security margin.

2012-11-01 12:27 codesquid, revision 4814

Another part of #8272

2012-11-01 12:25 codesquid, revision 4813

Small part of #8272

2012-11-01 11:42 codesquid, revision 4812

When deleting files, mention whether it's local or remote.

2012-11-01 11:00 codesquid, revision 4811

Apply patch #8141

2012-11-01 10:52 codesquid, revision 4810

Add parameter to ConnectToSite so that a new tab can be opened.

2012-10-30 19:40 codesquid, revision 4809

Fix compile error and two warnings.

2012-10-28 21:21 codesquid, revision 4808

Typos

2012-10-28 15:23 codesquid, revision 4807

Further cppcheck warnings fixed.

2012-10-28 08:32 codesquid, revision 4806

Fix bunch of cppcheck warnings.

2012-10-27 16:30 codesquid, revision 4805

More cleanup.

2012-10-27 11:35 codesquid, revision 4804

Another patch from XhmikosR to clean up constructors.

2012-10-27 09:09 codesquid, revision 4803

Some cleanup, patch by XhmikosR.

2012-10-24 19:19 codesquid, revision 4802

Various code cleanup.

2012-10-24 05:52 codesquid, revision 4801

Listing ciphers is only possible since GnuTLS 3.0.9

2012-10-23 21:35 codesquid, revision 4800

Updated translations

2012-10-23 21:25 codesquid, revision 4799

Add entry to debug menu to display ciphers.

2012-10-23 20:02 codesquid, revision 4798

And the corresponding header.

2012-10-23 20:01 codesquid, revision 4797

Call the mis-named gnutls_db_set_cache_expire function to control the session expiration time on an uncached session. Add function for debugging to list ciphers.

2012-10-22 18:03 codesquid, revision 4796

SVG needs to be distributed. Bug #8268

2012-10-21 19:24 codesquid, revision 4794

Bump version

2012-10-21 18:28 codesquid, revision 4793

Updated translations

2012-10-21 16:40 codesquid, revision 4792

Debug messages should not be translatable.

2012-10-21 08:08 codesquid, revision 4791

gnutls_session_get_data semantics have changed. Now returns GNUTLS_E_SHORT_MEMORY_BUFFER if passing null buffer and size.