Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-26 23:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-12-27 15:14 codesquid, revision 6289

Rearrange members of CFileItem and set type of some enums to further reduce memory footprint.

2014-12-27 14:46 codesquid, revision 6288

Cleanup folder processing thread and use a flag bit to remember binary attribute to save memory.

2014-12-27 14:45 codesquid, revision 6287

Use CLocalPath instead of wxString to remember local path.

2014-12-27 14:05 codesquid, revision 6286

SetLocalDir now accepts CLocalPath as argument.

2014-12-27 13:50 codesquid, revision 6285

Share local path data.

2014-12-27 11:16 codesquid, revision 6284

Get rid of m_bEmpty, instead check whether the data object is set.

2014-12-27 10:26 codesquid, revision 6283

Get rid of the indentation tracking. We only have two levels.

2014-12-23 14:39 codesquid, revision 6282

Update svn:ignore

2014-12-23 14:04 codesquid, revision 6281

Merge upstream changes

2014-12-21 11:58 codesquid, revision 6280

Don't free the returned conf value, it's not a copy.

2014-12-21 11:45 codesquid, revision 6279

Set pointer to NULL after freeing the keyfiles list.

2014-12-21 11:34 codesquid, revision 6278

Fix a crash with latest wx sources when creating the toolbar. Since dropdown tool support is now part of wx, we no longer need this ugly hack.

2014-12-20 16:54 codesquid, revision 6277

Fix a handle leak: For every command executed, one event and one thread handle was leaked.

2014-12-20 15:45 codesquid, revision 6276

Fix a couple of memory/resource leaks and some memory corruption. Upstream has been notified.

2014-12-20 14:34 codesquid, revision 6275

Don't free the config subkey.

2014-12-20 14:03 codesquid, revision 6274

Fix memory leak.

2014-12-20 09:43 codesquid, revision 6273

Fix version number in manifest. Windows requires it to have 4 components.

2014-12-20 09:36 codesquid, revision 6272

Update Manifest to indicate Windows 10 support.

2014-12-19 15:04 codesquid, revision 6270

Bump to beta3

2014-12-19 15:04 codesquid, revision 6269

Updated translations

2014-12-19 14:05 codesquid, revision 6268

Disable connection sharing.

2014-12-19 13:48 codesquid, revision 6267

Reimplement support for multiple keyfiles.

2014-12-19 09:55 codesquid, revision 6266

Restore proxy support.

2014-12-19 09:47 codesquid, revision 6265

Use the new packet handling functions in the (ch)mtime commands.

2014-12-18 16:08 codesquid, revision 6264

Fix compile error