Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 18:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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.

2012-11-18 13:25 codesquid, revision 4844

Version bump, part 2.

2012-11-18 10:23 codesquid, revision 4843

Version bump

2012-11-18 10:22 codesquid, revision 4842

Updated translations.

2012-11-18 10:05 codesquid, revision 4841

Improve error logging and add a workaround for old versions of GnuTlS not supporting multiple level keywords.

2012-11-18 09:26 codesquid, revision 4840

Trim host. Fixes #8192

2012-11-18 09:20 codesquid, revision 4839

If server doesn't support UTF-8, add some more logging. Ensure transfer connection behaves the same as browsing connection wrt. encoding.

2012-11-14 19:52 codesquid, revision 4838

wxFileName is slow. Use faster way to get extension.

2012-11-14 19:50 codesquid, revision 4837

Use CSizeFormat to format rates. Bug reported by gronsaken.

2012-11-13 21:36 codesquid, revision 4836

At least on MSW, task bar icon has an internal wxFrame. Explicitly destroy task bar icon first before iterating over top level windows.

2012-11-13 20:24 codesquid, revision 4835

Small patch by XhmikosR

2012-11-13 07:46 codesquid, revision 4834

Improve check for C++11 support.

2012-11-12 19:39 codesquid, revision 4833

Small performance improvement.

2012-11-12 19:35 codesquid, revision 4832

More defensive programming style.

2012-11-12 16:17 gathoye, revision 4831

Just missed the 3.6.0 release, here is thus the French translation update for the forthcoming version

2012-11-11 21:03 codesquid, revision 4830

Increase width of replacement character input box. Default width is too small with some themes.

2012-11-10 18:15 codesquid, revision 4829

Version bump

2012-11-10 18:13 codesquid, revision 4828

Updated translations.

2012-11-10 18:01 codesquid, revision 4827

Fix netconf wizard crash on IPv6-only hosts, resolves #7953.

2012-11-10 17:13 codesquid, revision 4826

Fix #8295. Cannot initialize variable with itself.

2012-11-04 09:55 codesquid, revision 4825

Remove a define that shouldn't be needed anymore. Patch #8280