Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-26 00:40:02

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.

2015-03-21 16:36 codesquid, revision 6601

Bump to 3.10.3-rc1

2015-03-21 16:31 codesquid, revision 6600

Update svn:ignore

2015-03-21 14:25 codesquid, revision 6599

Replace even more lists.

2015-03-21 11:29 codesquid, revision 6598

Follow-up to previous commit to fix compile error.

2015-03-21 11:26 codesquid, revision 6597

Replace a few more lists with vectors and deques as appropriate.

2015-03-21 11:19 codesquid, revision 6596

Pass files to delete as deque instead of list.

2015-03-21 11:07 codesquid, revision 6595

Use a vector for the engine list and clean up the code.

2015-03-20 09:18 codesquid, revision 6594

Use a monotonic clock instead of system time.

2015-03-20 09:04 codesquid, revision 6593

Add some operators to CMonotonicClock.

2015-03-20 09:03 codesquid, revision 6592

If not saving passwords, create items with ASK logontype and remember their passwords for the session.

2015-03-19 16:47 codesquid, revision 6589

Add WAIT_RECEIVE back to m_waiting in SetEventHandler in the closing state. Also fixed a harmless typo.

2015-03-18 17:51 codesquid, revision 6588

Remove no longer used function

2015-03-18 17:30 codesquid, revision 6587

Replace the wait interval with a deadline to reduce timer overhead.

2015-03-18 15:40 codesquid, revision 6586

Get rid of CEventLoop::signalled_, we don't need it.

2015-03-18 15:09 codesquid, revision 6585

Add bool condition::signalled() const

2015-03-17 13:33 codesquid, revision 6583

Better handling of spurious wakeups in condition::wait

2015-03-17 13:21 codesquid, revision 6582

Use unsigned char for the flags.

2015-03-17 13:21 codesquid, revision 6581

Instead of comparing to -1, check if negative. Might fix #10311

2015-03-16 15:51 codesquid, revision 6579

Bump to 3.10.3-beta2

2015-03-16 15:48 codesquid, revision 6578

Updated translations

2015-03-16 14:52 codesquid, revision 6577

A few more small performance optimizations.

2015-03-16 14:14 codesquid, revision 6576

Speed up CViewHeader to rely less on the wxComboBox internals.

2015-03-16 10:28 codesquid, revision 6575

Don't update queue size in status bar more often than once every 200ms.

2015-03-15 11:55 codesquid, revision 6573

Allow disabling shell extension in main configure.

2015-03-15 11:26 codesquid, revision 6572

Use int64_t instead of wxLongLong in some more places.