Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:40:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2017-02-23 14:58 codesquid, revision 8216

Remove wxFAIL_MSG from engine.

2017-02-23 14:53 codesquid, revision 8215

Fix harmless warning.

2017-02-23 14:49 codesquid, revision 8214

Actually fix the includes in the right file...

2017-02-23 14:46 codesquid, revision 8213

Add missing include.

2017-02-23 12:06 codesquid, revision 8212

Assorted cleanup.

2017-02-23 10:21 codesquid, revision 8211

pimpl CTlsSocket and solve the ssize_t issue.

2017-02-22 18:41 codesquid, revision 8210

Scale widths of status line control.

2017-02-21 20:59 codesquid, revision 8207

Bump to FileZilla 3.24.1

2017-02-21 20:38 codesquid, revision 8204

Merge remaining upstream PuTTY changes.

2017-02-21 18:06 codesquid, revision 8203

Implement sending the request body.

2017-02-20 19:10 codesquid, revision 8200

Fix a compile error.

2017-02-20 17:02 codesquid, revision 8199

Merge upstream PuTTY changes.

2017-02-20 14:17 codesquid, revision 8198

Fix duplicate mnemonic in files currently edited dialog. #11135

2017-02-20 10:33 codesquid, revision 8197

Fix a warning.

2017-02-20 10:12 codesquid, revision 8196

Fix User-Agent header.

2017-02-20 10:02 codesquid, revision 8195

In CHttpControlSocket::OnConnect, check that the current operation is PrivCommand::http_connect, not Command::connect.

2017-02-19 20:08 codesquid, revision 8194

Fix Coverity warnings.

2017-02-19 19:47 codesquid, revision 8193

Fix a warning.

2017-02-19 19:26 codesquid, revision 8192

Add another missing include.

2017-02-19 18:52 codesquid, revision 8191

Fix cache unlocking in ResetOperation.

2017-02-19 18:30 codesquid, revision 8190

Get rid of the explicitly managed *m_pCurOpData and replace it with a vector or unique_ptrs.

2017-02-19 17:01 codesquid, revision 8189

Refactor the rename and chmod operations for SFTP.

2017-02-19 16:39 codesquid, revision 8188

Refactor SFTP del, mkd and rmd operations.

2017-02-19 15:48 codesquid, revision 8187

Use a common CProtocolOpData<T> as base class.

2017-02-19 14:06 codesquid, revision 8186

Refactor and move SFTP file transfer code into own file.