Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2015-04-17 07:10 codesquid, revision 6638

Add configure check for localtime_r, gmtime_r, localtime_r and localtime_s

2015-04-11 15:30 codesquid, revision 6636

Fix compile errors and implement *nix part of time handling.

2015-04-11 10:02 codesquid, revision 6635

Fix converstion from time_t

2015-04-11 09:51 codesquid, revision 6634

Fix compile errors

2015-04-11 09:24 codesquid, revision 6633

Another svn:ignore update.

2015-04-11 09:20 codesquid, revision 6632

Revert accidental commit.

2015-04-11 09:19 codesquid, revision 6631

Work in progress: Custom time class to replace wxDateTime so that we can finally handle DST correctly.

2015-04-11 09:18 codesquid, revision 6630

Update svn:ignore

2015-04-09 09:04 codesquid, revision 6629

Check for an inverse of gmtime()

2015-04-07 18:34 codesquid, revision 6628

Reset error level of installer after elevating, the UAC plugin errorneously sets it to ERROR_CANCELLED in the inner process.

2015-04-05 08:43 codesquid, revision 6622

Fix disabling of timeouts, #10365

2015-04-02 14:56 codesquid, revision 6621

Fix a typo, mark class final.

2015-04-02 08:13 codesquid, revision 6620

Fix requeue of folder itemes.

2015-03-31 15:34 codesquid, revision 6619

Check for nullpointer.

2015-03-29 10:20 codesquid, revision 6615

Bump to 3.10.3

2015-03-29 10:16 codesquid, revision 6614

Updated translations.

2015-03-28 15:00 codesquid, revision 6613

Move some checks that should never fail into asserts.

2015-03-27 14:09 codesquid, revision 6612

Some reformatting and wxLongLong removal.

2015-03-27 08:53 codesquid, revision 6611

Fix reentrancy issues with the option change event handler. #10346

2015-03-27 08:52 codesquid, revision 6610

Change another size comparison to check for negativity or positivity.

2015-03-27 08:51 codesquid, revision 6609

Minor reformatting.

2015-03-27 08:19 codesquid, revision 6608

Make sure local filelist statusbar is set to connected state. Fixes #10347

2015-03-25 10:27 codesquid, revision 6607

Add some documentation to the event handler.

2015-03-23 08:52 codesquid, revision 6604

We don't actually need to carry the oneshot timer flag around.

2015-03-22 09:52 codesquid, revision 6603

Adjust background style on some often-updated controls.