Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2021-05-03 13:35 codesquid, revision 10235

Merge upstream changes from PuTTY.

2021-04-30 13:33 codesquid, revision 10231

Add debug dummy installer, defer fetching after terms

2021-04-30 13:07 codesquid, revision 10230

Require Win10

2021-04-30 12:48 codesquid, revision 10229

Fix compile error

2021-04-26 15:09 codesquid, revision 10224

Add content-transparent traits, ie. traits that do not affect content.

2021-04-22 12:57 codesquid, revision 10220

Actually return the count.

2021-04-22 12:29 codesquid, revision 10219

Add a change counter to options.

2021-04-20 09:35 codesquid, revision 10218

Fixed warnings

2021-04-20 09:33 codesquid, revision 10217

Update protocol definitions from Pro

2021-04-14 12:59 codesquid, revision 10214

Remove automagic.

2021-04-13 10:25 codesquid, revision 10211

Fix warning.

2021-04-13 10:24 codesquid, revision 10210

Move activity logging into own layer.

2021-04-12 08:51 codesquid, revision 10207

Use line breaking suitable for the GUI.

2021-04-12 08:30 codesquid, revision 10206

Don't LabelEscape the challenge, it's not put into a label.

2021-04-07 09:21 codesquid, revision 10203

Remove no longer needed asserts.

2021-04-07 09:15 codesquid, revision 10202

Move instead of copy.

2021-04-07 09:14 codesquid, revision 10201

Avoid vector<bool>.

2021-04-07 08:43 codesquid, revision 10200

Small speedup parsing MLSD listings.

2021-04-07 08:18 codesquid, revision 10199

Improve performance of sorting by type and sorting case-insensitive.

2021-04-07 08:17 codesquid, revision 10198

Add str_toupper and also inplace versions of tolower/upper.

2021-04-07 08:16 codesquid, revision 10197

If there are no active filters, directly reserve the required space.

2021-04-07 08:15 codesquid, revision 10196

Use the states filter manager instead of always constructing a filter dialog.

2021-04-06 16:37 codesquid, revision 10195

Use C++17 when building pugixml

2021-04-06 16:30 codesquid, revision 10194

Fix a warning

2021-04-06 16:28 codesquid, revision 10193

Use a singleton for the defaults dir, it mustn't change during runtime.

2021-04-06 16:26 codesquid, revision 10192

Refactor activity notifications.

2021-03-26 08:25 codesquid, revision 10189

Fix crash manually entering a permission value.

2021-03-24 15:41 codesquid, revision 10188

Removed no longer used notification type.

2021-03-22 15:29 codesquid, revision 10186

Bump to 3.53.1

2021-03-22 15:07 codesquid, revision 10185

Updated translations

2021-03-22 09:43 codesquid, revision 10184

Fixed regression connecting through proxies and using the external IP resolver.

2021-03-19 13:28 codesquid, revision 10183

Get rid of more uneeded asserts.

2021-03-19 12:39 codesquid, revision 10182

Remove unneeded asserts.

2021-03-19 12:29 codesquid, revision 10181

Get rid of old migration code.

2021-03-19 12:27 codesquid, revision 10180

An empty XML file isn't an error.

2021-03-18 08:48 codesquid, revision 10179

A little bit of XRC removal.

2021-03-15 08:41 codesquid, revision 10178

Bump to 3.53.0

2021-03-15 08:37 codesquid, revision 10177

Updated translations

2021-03-15 07:40 codesquid, revision 10175

Handle HTTP servers sending premature replies

2021-03-12 10:34 codesquid, revision 10171

Fix 100 Continue, distinguish between sending request headers and having sent them

2021-03-12 08:48 codesquid, revision 10170

Fix an endless loop if dependency cannot be found and extra searchdirs are given

2021-03-12 07:54 codesquid, revision 10169

Add missing redirect to /dev/null to reduce log spam

2021-03-10 10:00 codesquid, revision 10167

Add a missing return

2021-03-09 13:39 codesquid, revision 10166

Explicitly track done-ness of reading HTTP responses, improve EOF handling.

2021-03-09 13:27 codesquid, revision 10165

Return from finalize early if already finalized.

2021-03-05 13:34 codesquid, revision 10163

Bump to 3.53.0-rc1

2021-03-05 13:27 codesquid, revision 10162

Updated translations

2021-03-05 10:54 codesquid, revision 10161

Fix loading fzdefaults.xml

2021-03-04 10:03 codesquid, revision 10156

Trim access grant.

2021-03-02 10:49 codesquid, revision 10155

Remove a problematic return.