Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8030 changes):

2013-04-28 20:19 codesquid, revision 5065

Add a rather exotic error some people seemed to get.

2013-04-27 07:37 codesquid, revision 5064

Increase diagnostic output if unable to load keyfile.

2013-04-16 20:35 codesquid, revision 5059

Fix a crash and propermostly handle paths containing non-ASCII characters on MSW.

2013-04-15 06:23 codesquid, revision 5058

Update Italian translation file.

2013-04-14 14:55 codesquid, revision 5057

Don't require that all HTTPS download mirrors carry a certificate signed by the internal root.

2013-04-14 14:53 codesquid, revision 5056

Fix assertion when unwrapping URLs

2013-04-04 17:14 codesquid, revision 5041

Whitespace cleanup. Patch by XhmikosR

2013-04-03 20:30 codesquid, revision 5040

Display TLS protocol version and key exchange algorithm.

2013-04-01 17:00 codesquid, revision 5039

Handle paths with embedded double-quotes.

2013-03-11 08:04 codesquid, revision 5020

Fix assertion.

2013-03-11 08:04 codesquid, revision 5019

Ignore .. item if having multiple items selected for transfer or deletion.

2013-02-09 12:56 codesquid, revision 4937

Make inactive tab colour a tiny bit darker.

2013-01-13 19:27 codesquid, revision 4889

Trim the port.

2013-01-13 17:12 codesquid, revision 4888

#8413: Improve handling of DDE commands.

2013-01-13 09:27 codesquid, revision 4887

#8309: Ignore drops where source and target are identical. Print nicer error message if trying to drag parent into own subdir in the local tree view.

2013-01-13 09:06 codesquid, revision 4886

#8308: Copy -> Duplicate

2013-01-13 08:58 codesquid, revision 4885

#8414: Add label indicating that filesize is given in bytes.

2013-01-13 08:01 codesquid, revision 4884

Don't attempt writing XML files when loading them.

2013-01-13 08:00 codesquid, revision 4883

When editing files, use high priority for the transfers, part 2.

2013-01-06 08:46 codesquid, revision 4882

When editing files, use high priority for the transfers.

2013-01-06 08:45 codesquid, revision 4881

Add priority to QueueFile

2012-12-30 11:11 codesquid, revision 4880

Fix compile error

2012-12-30 10:03 codesquid, revision 4879

Remodel update page in preferences based on suggestion by Aleksandar Kovac.

2012-12-30 09:02 codesquid, revision 4878

Create image list earlier.

2012-12-25 19:39 codesquid, revision 4872

Scale drag-scroll hot area if list has a small rect.

2012-12-21 00:24 gathoye, revision 4871

Had some difficulties to fell asleep. Had the idea to maintain and update the French translation.

2012-12-17 17:29 codesquid, revision 4870

Further profiling, this actually seems the culprit.

2012-12-16 09:14 codesquid, revision 4869

Add infrastructure to profile startup of FileZilla.

2012-12-11 21:21 codesquid, revision 4868

Apply patch #8344 with some small cleanup.

2012-12-08 09:24 codesquid, revision 4866

Apply #8360, fixes a linking error.

2012-12-08 09:09 codesquid, revision 4865

Most users don't understand "Kiosk mode". Use a more helpful message, and instead of failing, just convert the entry to "Ask for password".

2012-12-04 18:19 codesquid, revision 4864

Another nice speed improvement.

2012-12-04 17:49 codesquid, revision 4863

Increase BUFFER_GRANULE, this leads to a nice performance improvement at the expense of a little memory.

2012-12-03 22:43 codesquid, revision 4862

Fix memory leak

2012-12-02 13:06 codesquid, revision 4860

Apply patch #1982 by gronsaken with a few minor modifications.

2012-12-01 20:34 codesquid, revision 4859

Mention right-click on platforms without dropdown menu.

2012-12-01 20:30 codesquid, revision 4858

SSL is a deprecated name. Rename FTP over SSL into FTP over TLS.

2012-12-01 20:29 codesquid, revision 4857

List supported protocols in tooltip of quickconnect bar's host field.

2012-11-29 21:30 codesquid, revision 4856

Version bump

2012-11-29 21:28 codesquid, revision 4855

Updated translations.

2012-11-29 18:51 codesquid, revision 4854

Formatting.

2012-11-29 17:53 codesquid, revision 4853

CTlsSocket::Write was only one of 5 instances where the partial write problem could occur. We need to also handle partial writes when trying to continue after an EAGAIN. In addition, this needs to be done for handshakes and shutdowns.

2012-11-28 22:22 codesquid, revision 4852

The push function semantics changed wrt. partial writes in recent GnuTLS versions. Take care of this change.

2012-11-25 22:34 codesquid, revision 4851

Add more precise logging.

2012-11-25 22:34 codesquid, revision 4850

Get rid of some testing code accidentally left in.

2012-11-25 21:48 codesquid, revision 4849

Measure RTT of connection.

2012-11-25 21:29 codesquid, revision 4848

Add a synchronous read-ready callback.

2012-11-25 16:52 codesquid, revision 4847

Add comments and small refactoring to make code easier to read.

2012-11-25 15:06 codesquid, revision 4846

Slightly improve performance enumerating local files.

2012-11-25 15:04 codesquid, revision 4845

Add another debug log.