Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-08-23 13:52 codesquid, revision 6028

As all engines now share the same options, use a different mechanism to ensure the update server's certificate is signed by the trusted root CA.

2014-08-21 17:36 codesquid, revision 6027

For now there can only be a single event loop for all engines as there's data shared between all engines, notably the rate limiting and the directory cache. Also gets rid of all remaining wxTimers in the engine.

2014-08-21 16:42 codesquid, revision 6026

Looks like we need to #include <type_traits>

2014-08-20 13:10 codesquid, revision 6025

Simplify usage.

2014-08-20 09:20 codesquid, revision 6024

Implement wxTimer replacement.

2014-08-20 07:02 codesquid, revision 6023

Work in progress: Get rid of and wx event handling in the engine and use a custom event loop (for now emulated using wxEvtHandler and pending events). This is a first step in moving the engine into its own thread and necessary since wx event loops can only exist in the primary thread.

2014-08-15 20:10 codesquid, revision 6022

Fix logic inversion checking for IPv6 addresses in SOCKS4 path.

2014-08-15 20:07 codesquid, revision 6021

wxWidgets does not handle paths containing hash signs when using wildcard matching in resource loading. Work around it by finding matching files ourselves.

2014-08-13 14:04 codesquid, revision 6019

Bump to 3.9.0.3

2014-08-13 14:03 codesquid, revision 6018

Updated translation.

2014-08-13 13:45 codesquid, revision 6017

Further fixes to close handling on Windows.

2014-08-13 12:58 codesquid, revision 6016

Added Basque translator.

2014-08-13 12:49 codesquid, revision 6015

Improve compatibility with reparsepoint-based network shares (aka DFS)

2014-08-12 08:58 codesquid, revision 6013

Fix a few harmless but annoying warnings reported by the VS14 CTP.

2014-08-12 07:26 codesquid, revision 6012

Address some findings of Visual Studio's code analysis.

2014-08-11 13:28 codesquid, revision 6011

Fix another left-shift of a negative number.

2014-08-11 13:21 codesquid, revision 6010

Don't left-shift negative numbers.

2014-08-11 08:37 codesquid, revision 6009

Updated translations.

2014-08-10 13:04 codesquid, revision 6008

Fix status view tabbing on OS X.

2014-08-10 12:37 codesquid, revision 6007

Restore focus when window gets reactivated on OS X.

2014-08-10 09:21 codesquid, revision 6006

Handle Tab for tree controls on OS X.

2014-08-08 13:53 codesquid, revision 6001

Remove BOM that accidentally got added.

2014-08-08 08:16 codesquid, revision 6000

Try opening first using wxLaunchDefaultApplication

2014-08-08 07:49 codesquid, revision 5999

Fix translation, #6486

2014-08-08 07:42 codesquid, revision 5998

Fix translation, #9680

2014-08-07 14:05 codesquid, revision 5997

Improve compatibility with some non-standard wx configurations.

2014-08-06 19:38 codesquid, revision 5995

Fix a crash due to a nullpointer dereference introduced in r5453

2014-08-06 15:00 codesquid, revision 5994

Remove unneeded style

2014-08-06 13:32 codesquid, revision 5993

Fix navigation under Linux.

2014-08-06 12:56 codesquid, revision 5992

Remove more remnants of old navigation code.

2014-08-06 12:23 codesquid, revision 5991

Remove old navigation code.

2014-08-06 12:14 codesquid, revision 5990

Fix tab navigation through message log.

2014-08-06 12:09 codesquid, revision 5989

Remove old navigation key code.

2014-08-06 12:06 codesquid, revision 5988

Fix tab order when adding pages.

2014-08-06 10:07 codesquid, revision 5987

Fix main window tab handling.

2014-08-06 09:21 codesquid, revision 5986

Fix tab traversal of file lists.

2014-08-06 08:59 codesquid, revision 5985

Fix tab order upon splitting.

2014-08-06 08:54 codesquid, revision 5984

Enable tab traversal in views and fix tab order after attaching a content window or the header window.

2014-08-06 08:53 codesquid, revision 5983

Enable tab traversal for tree controls.

2014-08-06 08:53 codesquid, revision 5982

Enable tab traversal for view header.

2014-07-31 13:15 codesquid, revision 5955

Bump to 3.9.0.2

2014-07-31 13:14 codesquid, revision 5954

Update translations.

2014-07-31 10:17 codesquid, revision 5953

Refresh dialog after changing certificate to display.

2014-07-31 08:18 codesquid, revision 5952

Remove 10 lines at a time when the log gets too big.

2014-07-30 14:44 codesquid, revision 5951

Fix nullpointer dereference on shutdown.

2014-07-30 14:10 codesquid, revision 5950

Fix CMD+X and CMD+C

2014-07-30 13:16 codesquid, revision 5949

Outside of debug builds, reset debug log level and raw listing if FZDEBUG environment variable is not 1.

2014-07-30 13:08 codesquid, revision 5948

Only call SetInsertionPointEnd if not already at the end.

2014-07-30 08:57 codesquid, revision 5947

Fix selecting newly created tabs.

2014-07-29 19:50 codesquid, revision 5946

Improve handling of some localized date formats, in particular with date/time of the format 29 jul 21:34

2014-07-29 14:22 codesquid, revision 5945

The shell extension isn't part of SFC, so don't treat it as a PROTECTED library.

2014-07-29 12:05 codesquid, revision 5944

Fix closing FileZilla if a recursive operation is active.

2014-07-28 18:50 codesquid, revision 5941

Add comments in code to remind me of previous commit.

2014-07-28 18:49 codesquid, revision 5940

GCC <= 4.7 does not like defaulted virtual destructors. Let's wait for Debian Stable to have GCC >= 4.8

2014-07-28 18:33 codesquid, revision 5939

Disable Nagle algorithm a little bit earlier.

2014-07-28 18:32 codesquid, revision 5938

Disable Nagle algorithm during TLS handshake.

2014-07-28 14:16 codesquid, revision 5934

Refactor command and notification classes and mark a bunch of classes final.

2014-07-27 13:35 codesquid, revision 5922

Handle a spurious GNUTLS_E_AGAIN from gnutls_record_recv.

2014-07-26 17:19 codesquid, revision 5920

Get link target on *nix.

2014-07-26 08:21 codesquid, revision 5919

Follow symbolic links when creating backup files.

2014-07-26 08:20 codesquid, revision 5918

Follow symbolic links on Windows, part 2.

2014-07-26 08:18 codesquid, revision 5917

Handle paths of the form \\?\c:\foo.bar and \\?\UNC\server\share\foo.bar

2014-07-25 19:59 codesquid, revision 5916

Follow symbolic links on Windows.

2014-07-25 14:11 codesquid, revision 5915

Remove debug code

2014-07-25 13:58 codesquid, revision 5914

Load resources via CDialogEx::Load to benefit from the OSX Cmd+A/V fixes.

2014-07-25 13:50 codesquid, revision 5913

Handle Cmd+V and Cmd+A in dialogs. For some reason we cannot use the normal menu event handler as with the main menu for some reason. Intercept the event before it is being processed by wxDialog and below.

2014-07-25 12:23 codesquid, revision 5912

Pasting via keyboard on OS X doesn't work with combo boxes and password entries. Not even EVT_CHAR_HOOK gets called. Accelerators work though, so use just that.

2014-07-24 09:18 codesquid, revision 5911

Detect reparse points. They cannot be followed yet though.

2014-07-23 16:52 codesquid, revision 5910

Do not show error message if "Create and enter" is used with enabled synchronized browsing. Fixes #9665

2014-07-22 18:13 codesquid, revision 5909

Add comment for translators.

2014-07-22 15:49 codesquid, revision 5908

2014-07-22 09:22 codesquid, revision 5907

Update svn:ignore

2014-07-22 08:59 codesquid, revision 5905

Bump to 3.9.0.1

2014-07-22 08:59 codesquid, revision 5904

Updated translation

2014-07-22 08:52 codesquid, revision 5903

Small size reduction submitted by XhmikosR.

2014-07-22 08:28 codesquid, revision 5902

Even if fzshellext.dll is unloaded, libgcc_s_sjlj-1.dll and libstdc++-6.dll stay loaded in Explorer and some programs using Explorer components. Try harder to get rid of old versions of these files.

2014-07-21 15:08 codesquid, revision 5899

Bump to 3.9.0

2014-07-21 15:04 codesquid, revision 5898

Fix language code mentioned in catalog.

2014-07-21 15:01 codesquid, revision 5897

Actually we need lo_LA coupled with a small patch for wx.

2014-07-21 15:01 codesquid, revision 5896

Fix order of settings directories when looking for current locale

2014-07-21 14:41 codesquid, revision 5895

Remove LA country, wx doesn't know about it and it shouldn't be needed anyhow.

2014-07-21 14:34 codesquid, revision 5894

Fix language code of Lao.

2014-07-21 14:31 codesquid, revision 5893

Added Lao translation.

2014-07-21 14:31 codesquid, revision 5892

Updated translations

2014-07-21 13:20 codesquid, revision 5891

Fix preprocessor warning

2014-07-21 12:26 codesquid, revision 5890

OS X has no toolbar right-click or dropdown arrow. Show dropdown if holding down a modifier key.

2014-07-21 12:07 codesquid, revision 5889

Set maximum port length to 5.

2014-07-21 10:29 codesquid, revision 5888

Minify application icon.

2014-07-21 08:22 codesquid, revision 5887

Save 689 more bytes.

2014-07-20 17:37 codesquid, revision 5886

Generate Makefile of new icon set.

2014-07-20 17:13 codesquid, revision 5885

Fix mime type of .png files.

2014-07-20 17:02 codesquid, revision 5884

Add a new icon set by Mr. Silencer.

2014-07-20 16:35 codesquid, revision 5883

Slightly reduce size of all icons.

2014-07-17 18:32 codesquid, revision 5880

Fix assertion entering UNC paths. Closes #9649

2014-07-17 14:39 codesquid, revision 5879

Use wxStdDialogButtonSizer in editing dialogs.

2014-07-17 13:22 codesquid, revision 5878

Actually delete files.

2014-07-17 13:13 codesquid, revision 5877

Actually check for d_type member of dirent struct. The macro isn't standardized and may not exist, despite there being a d_type.

2014-07-17 13:01 codesquid, revision 5876

Cleanup CLocalFileSystem::RecursiveDelete

2014-07-16 14:03 codesquid, revision 5874

Bump to 3.9.0-rc3

2014-07-16 13:55 codesquid, revision 5873

Updated translations.