Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

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

2012-11-02 09:54 codesquid, revision 4821

Version bump to 3.6.0-rc1

2012-11-02 09:52 codesquid, revision 4820

Update translations.

2012-11-02 08:42 codesquid, revision 4819

Text consistency.

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.

2012-10-21 07:31 codesquid, revision 4790

Fix warning.

2012-10-19 05:49 codesquid, revision 4789

Allow creation of empty file. Patch #2989 from lucb1e with minor modifications.

2012-10-14 21:49 codesquid, revision 4788

Initialize variable.

2012-10-14 13:31 codesquid, revision 4787

Remove unneeded line.

2012-10-14 13:08 codesquid, revision 4786

Various cleanup based on patch provided by XhmikosR.

2012-10-14 12:43 codesquid, revision 4785

Update svn:ignore

2012-10-14 09:12 codesquid, revision 4784

First time users now get prompted whether they want to remember passwords the first time they use the quickconnect bar.

2012-10-09 15:47 codesquid, revision 4783

Add Hungarian month name to listing parser.

2012-10-07 17:29 codesquid, revision 4782

Fix file naming problem

2012-10-07 11:59 codesquid, revision 4780

Add tango theme to the various Makefiles and other scripts.

2012-10-07 11:47 codesquid, revision 4779

Fix compile error.

2012-10-06 19:27 codesquid, revision 4778

Display version of SQLite in about dialog.

2012-10-05 07:39 codesquid, revision 4777

Add another icon set.

2012-10-05 06:49 codesquid, revision 4776

Update svn:ignore

2012-10-05 06:33 codesquid, revision 4775

Whitespace cleanup. Patch by XhmikosR.

2012-10-03 09:30 codesquid, revision 4774

gnutls_session_set_data modifies internal state in some error conditions. This causes the handshake to fail later on. Work around this by initializing a new session.

2012-09-30 11:10 codesquid, revision 4769

Fix two minor problems reported by XhmikosR.

2012-09-13 19:50 codesquid, revision 4765

And yet another warning reported by XhmikosR.

2012-09-13 19:49 codesquid, revision 4764

Fix warning.

2012-09-13 19:46 codesquid, revision 4763

Fix warning reported by XhmikosR.

2012-09-06 16:59 codesquid, revision 4757

Improve coding style, patch by XhmikosR.

2012-09-02 16:35 codesquid, revision 4754

Make use of the previously introduced check.

2012-09-02 15:34 codesquid, revision 4753

Add check for ICopyHookW

2012-09-02 14:26 codesquid, revision 4752

Added ws2_32 as link dependency. Some versions of MinGW don't pull it in by default.

2012-08-26 13:57 codesquid, revision 4746

Support for legacy mainframes sending directory listings in EBCDIC.

2012-08-26 13:40 codesquid, revision 4745

Apply #8190, but for now leave it commented out as it needs more testing.

2012-08-26 13:24 codesquid, revision 4744

Apply #8188 to fix some strange compilation failure.

2012-08-12 16:23 codesquid, revision 4720

Fix listing failure caused by a missing state trannsition.

2012-07-20 06:15 codesquid, revision 4693

FTP proxy support: Parse IPv6 addresses.

2012-06-24 16:09 codesquid, revision 4659

C++11 requires a space between string literals to concatenate.

2012-04-01 08:27 codesquid, revision 4543

MSW: Take header control into account.

2012-04-01 08:27 codesquid, revision 4542

Fix inheritance problem

2012-04-01 08:15 codesquid, revision 4541

Fix compile error.

2012-04-01 08:10 codesquid, revision 4540

Auto-scrolling if dragging an item near top or bottom of file lists.

2012-03-31 20:11 codesquid, revision 4539

Install .svg to share/icons/hicolor/scalable/apps