Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2023-03-26 21:40:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (7883 changes):

2020-11-23 09:27 codesquid, revision 10005

Use the reader for the HTTP request body.

2020-11-20 13:05 codesquid, revision 10004

Deal with write-side transfer status update.

2020-11-20 07:43 codesquid, revision 10003

Small fixes

2020-11-19 14:24 codesquid, revision 10002

Refactor HTTP code to use writers.

2020-11-16 13:56 codesquid, revision 10001

Small safety checks to facilitate debugging with commented out parts.

2020-11-16 13:38 codesquid, revision 10000

For some odd reason, when setting the initial window size, wx also sets the min size to the same value, this is rarely the correct thing to do.

2020-11-16 09:44 codesquid, revision 9999

Support systems not having memfd_create

2020-11-16 09:09 codesquid, revision 9996

Fix compile error on Windows.

2020-11-15 14:43 codesquid, revision 9995

Add Linux support

2020-11-13 11:36 codesquid, revision 9994

Partially implement Linux support of the shared memory infrastructure.

2020-11-12 17:10 codesquid, revision 9991

Fix typo

2020-11-12 17:03 codesquid, revision 9990

Work in progress: Use asynchronous file I/O for transfers.

2020-10-26 10:58 codesquid, revision 9986

Remove more XRC.

2020-10-22 11:54 codesquid, revision 9985

Remove no longer used notification ID.

2020-10-21 13:37 codesquid, revision 9984

Remove unused struct.

2020-10-20 11:52 codesquid, revision 9981

Bump to 3.51.0

2020-10-20 11:48 codesquid, revision 9980

Updated translations

2020-10-20 09:10 codesquid, revision 9979

Re-add #define for PUGIXML_API.

2020-10-20 08:46 codesquid, revision 9978

Update built-in copy of pugixml.

2020-10-19 15:37 codesquid, revision 9977

Don't (double-)encrypt data that couldn't be decrypted.

2020-10-19 15:04 codesquid, revision 9976

Remove some leftover variables no longer needed and change to a parent dir in the search dialog if deleting current remote dir.

2020-10-14 13:32 codesquid, revision 9973

Update button state when cancelling an ongoing state.

2020-10-14 13:32 codesquid, revision 9972

Fix for comparison not activating

2020-10-14 13:30 codesquid, revision 9971

Take name sort option into account during comparison.

2020-10-13 14:10 codesquid, revision 9970

Bump to 3.51.0-rc1

2020-10-13 14:01 codesquid, revision 9969

Updated translations.

2020-10-13 13:24 codesquid, revision 9968

Fix typo

2020-10-13 12:49 codesquid, revision 9967

Fix warnings.

2020-10-13 08:31 codesquid, revision 9962

Better handling of different keys with identical passwords and add a way to disinguish forgotten passwords from wrong passwords.

2020-10-13 08:13 codesquid, revision 9961

Leave credentials in a consistent state if charset conversion fails after decryption.

2020-10-08 09:09 codesquid, revision 9960

Fix adding temporarily trusted certs to the in-memory store.

2020-10-07 09:29 codesquid, revision 9959

Fix example format string

2020-10-05 11:38 codesquid, revision 9958

Fix testcase

2020-10-04 10:01 codesquid, revision 9957

Reorder some of the most common structures to reduce padding.

2020-10-04 09:05 codesquid, revision 9955

Reorder to reduce structure size.

2020-10-04 08:47 codesquid, revision 9954

Fix warning

2020-10-02 12:12 codesquid, revision 9952

Add missing files.

2020-10-02 12:11 codesquid, revision 9951

Unify tranfer and queue item settings into a simple flags variable

2020-09-30 10:56 codesquid, revision 9950

Replace deprecated DECLARE_EVENT_TYPE with wxDECLARE_EVENT, the former doesn't distinguish between wx-internal events and events by library users, causing linking issues.

2020-09-29 12:56 codesquid, revision 9948

Fixed warnings

2020-09-27 12:27 codesquid, revision 9947

Add missing separator

2020-09-25 08:26 codesquid, revision 9946

The engine can now be built as shared library

2020-09-24 15:06 codesquid, revision 9943

Look for shared objects in the engine build directory.

2020-09-21 09:47 codesquid, revision 9941

Distinguish between No and Cancel in the file changed dialog.

2020-09-18 10:12 codesquid, revision 9940

Correct AppStream metadata.

2020-09-17 09:14 codesquid, revision 9936

Typo in comment

2020-09-17 07:54 codesquid, revision 9935

Move updater cert to its own file.

2020-09-14 14:37 codesquid, revision 9933

Move function to query FileZilla version to engine.

2020-09-14 14:34 codesquid, revision 9932
  • D /FileZilla3/trunk/src/engine/socket_errors.cpp

Remove obsolete file.

2020-09-12 15:21 codesquid, revision 9929

Remove dead code.