Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-11-20 16:48 codesquid, revision 6181

Fix a nullpointer dereference.

2014-11-20 10:18 codesquid, revision 6180

These days wxString doesn't use reference counting on its own anymore, there's no need to unshare the string anymore when the thread boundary is crossed.

2014-11-19 14:41 codesquid, revision 6179

Make asynchronous request reply processing asynchronous as well.

2014-11-18 16:20 codesquid, revision 6178

Use implicit memory management for notifications.

2014-11-18 10:02 codesquid, revision 6177

Update encryption icon if server agreed to encryption.

2014-11-18 09:04 codesquid, revision 6176

Break up sending into chunks to keep the event loop going.

2014-11-17 15:22 codesquid, revision 6175

Make options thread-safe.

2014-11-14 13:02 codesquid, revision 6174

Make event handling slightly more efficient. Also add some debug functionality to simulate file I/O to assist with benchmarks.

2014-11-11 10:32 codesquid, revision 6173

Convert string via fn_str() when opening

2014-11-11 10:19 codesquid, revision 6172

Implement CFile on *nix

2014-11-11 09:11 codesquid, revision 6171

Add a lean replacement for wxFile that under Windows is using the CreateFile family of API functions instead of _open (which in turn uses CreateFile). This is a slightly faster and allows us to pass some useful flags, e.g. FILE_FLAG_SEQUENTIAL_SCAN.

2014-11-09 11:27 codesquid, revision 6170

Fix updater to handle changed semantics of disconnect command.

2014-11-08 11:33 codesquid, revision 6169

Remove remote filename validity check. The server checks this.

2014-11-08 11:32 codesquid, revision 6168

Now that the engine is threaded, we can use bigger buffers without interactivity suffering.

2014-11-05 14:30 codesquid, revision 6164

Fix typo.

2014-11-05 14:30 codesquid, revision 6163

Fix compile error due to naming conflict.

2014-11-05 10:31 codesquid, revision 6162

Disable debug flag, it's not meant to be enabled.

2014-11-04 18:29 codesquid, revision 6161

Pass O_CLOEXEC when opening files.

2014-11-04 18:24 codesquid, revision 6160

Convert external IP address resolver to new threading.

2014-11-03 09:58 codesquid, revision 6159

Remember whether AUTH TLS/SSL worked, though don't act on this yet.

2014-11-03 08:41 codesquid, revision 6158

Now that the engine is threaded, we can re-enabled FTP over TLS by default as performance is no longer an issue. Hence revert #3967.

2014-11-01 23:16 codesquid, revision 6157

Static event tables and templates are bizarre. If this doesn't fix compilation I might use a non-templated base class.

2014-11-01 23:09 codesquid, revision 6156

Fix explicit template instantiation.

2014-11-01 14:11 codesquid, revision 6155

Now that the site manager uses wxTreeCtrlEx, use some of its utility.

2014-11-01 09:51 codesquid, revision 6154

The Site Manager's site tree now drag-scrolls.