Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8028 changes):

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

2012-03-31 18:31 codesquid, revision 4538

Ubuntu has a gargantuum bug, it allows using a program's main menu even though a modal dialog is open. Mayhem is the result. This fixes at least one crash, there will be a million others.

2012-03-29 05:34 codesquid, revision 4530

Clean whitespace

2012-02-23 07:22 codesquid, revision 4438

Fix parsing bug, len is only needed for the first token.

2012-01-20 06:53 codesquid, revision 4395

Fix typo, again.

2012-01-17 17:59 codesquid, revision 4394

Fix typo.

2012-01-08 13:10 codesquid, revision 4391

Whitespace cleanup, patch by XhmikosR.

2012-01-08 13:02 codesquid, revision 4390

Don't change minimum required DH prime length as of yet. Still plenty servers out there that use a too small DH prime length.

2012-01-08 10:55 codesquid, revision 4389

Version bump.

2012-01-08 10:54 codesquid, revision 4388

Update translations.

2012-01-08 09:47 codesquid, revision 4387

Bump copyright years.

2012-01-08 09:34 codesquid, revision 4386

Fix #4206, allow non-default password for anonymous login.

2012-01-08 09:18 codesquid, revision 4385

Require wx 2.8.12, 11 and lower contains a very annoying bug for where Drag&Drop crashes under Linux.

2012-01-08 09:12 codesquid, revision 4384

GnuTLS' SECURE256 and TLS 1.2 doesn't play along nicely. Do a different approach: Use normal priority but explicitly disable some antique algorithms.

2012-01-05 07:01 codesquid, revision 4381

Apply #7808: Most recent GnuTLS versions do not have gnutls_transport_set_lowat.

2011-12-28 16:46 codesquid, revision 4368

Restore toolbar state after recreating.

2011-12-05 07:37 codesquid, revision 4335

Ctrl+Shift+O now toggles comparison mode.

2011-12-01 07:37 codesquid, revision 4319

Unset hidden attribute on settings files if set, otherwise they cannot be written to.

2011-11-08 20:37 codesquid, revision 4306

Bump

2011-11-08 20:32 codesquid, revision 4305

Move COptionChangeEventHandler class to engine