Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-29 05:40:02

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2016-01-21 09:09 codesquid, revision 7267

Fix a harmless warning.

2016-01-21 08:30 codesquid, revision 7265

Fix possible extra write at end of download. #10726

2016-01-20 15:11 codesquid, revision 7264

Add extra safety margin to prevent squishing of certificate subject. Closes #10665

2016-01-20 13:38 codesquid, revision 7263

Change the "Connected" status message to "Logged in" which more accurately describes what happens.

2016-01-20 10:40 codesquid, revision 7262

Fix memory leak.

2016-01-20 09:34 codesquid, revision 7259

Fix setting initial view sizes when creating new tab. #10696

2016-01-19 15:21 codesquid, revision 7258

Need to compile be_misc.c

2016-01-19 11:07 codesquid, revision 7254

Merge upstream PuTTY changes.

2016-01-13 12:28 codesquid, revision 7252

Bump to 3.15.0-beta1

2016-01-13 12:17 codesquid, revision 7251

Updated translations

2016-01-12 19:02 codesquid, revision 7250

Require libfilezilla 0.3.0 or higher.

2016-01-12 14:17 codesquid, revision 7249

We no longer need to link against wxnet.

2016-01-12 14:17 codesquid, revision 7248

Fix compile error on non-MSW.

2016-01-12 10:18 codesquid, revision 7244

Get rid of wxIPV4address

2016-01-12 09:54 codesquid, revision 7243

Use our own socket implementation instead of wxSocket in the network configuration wizard.

2016-01-12 09:54 codesquid, revision 7242

Need to call remove_handler in destructor of external IP address resolver.

2016-01-11 22:09 codesquid, revision 7241

Use custom winsock initialization and request Winsock 2.2 instead of 1.1 as wx does.

2016-01-10 14:21 codesquid, revision 7240

Get rid of wxThread from the interface.

2016-01-10 13:52 codesquid, revision 7239

Eliminate wxThread from the engine.

2016-01-10 13:37 codesquid, revision 7238

Use fz::thread instead of wxThread.

2016-01-10 09:40 codesquid, revision 7237

Fix an assert when incrementing an erased vector iterator.

2016-01-08 12:48 codesquid, revision 7236

Update built-in pugixml copy.

2016-01-04 00:03 codesquid, revision 7229

Explicitly link against ws2_32, it's needed when building for MSW on some platforms.

2016-01-03 23:36 codesquid, revision 7228

Fix compilation on MSW if wxWidgets has been configured with the non-standard --enable-stl

2016-01-03 19:23 codesquid, revision 7227

Small performance improvement.