Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2015-05-13 09:31 codesquid, revision 6706

Get rid of CMonotonicTime, use the clock instead.

2015-05-13 08:56 codesquid, revision 6705

Add some consts and avoid some static locals.

2015-05-13 06:49 codesquid, revision 6704

Grammar

2015-05-12 16:15 codesquid, revision 6703

Fix unresolved symbols linking fzsftp and fzputtygen.

2015-05-12 13:35 codesquid, revision 6701

Bump to 3.11.0-rc1

2015-05-12 13:32 codesquid, revision 6700

Updated translations

2015-05-12 13:20 codesquid, revision 6699

Fix a comment.

2015-05-12 13:19 codesquid, revision 6698

Cleanup of CFLAGS.

2015-05-12 13:19 codesquid, revision 6697

Translate WSAENETUNREACH to ENETUNREACH.

2015-05-12 12:31 codesquid, revision 6696

Add basic support for port number offsets.

2015-05-12 10:10 codesquid, revision 6695

We're not interested in the return value of bind()

2015-05-12 09:16 codesquid, revision 6694

Remove redundant text.

2015-05-12 09:03 codesquid, revision 6693

Reset saved language if setting language fails.

2015-05-12 09:02 codesquid, revision 6692

Save fallback language.

2015-05-11 15:03 codesquid, revision 6691

Fix compile error.

2015-05-11 14:53 codesquid, revision 6690

Try to bind data connection to same local IP as control connection when using passive mode.

2015-05-11 13:49 codesquid, revision 6689

Little bit of cleanup.

2015-05-11 08:51 codesquid, revision 6686

Display validity interval using the configured date/time format.

2015-05-11 08:46 codesquid, revision 6685

Add a test case for CDateTime::Now()

2015-05-11 08:36 codesquid, revision 6684

Fix interger overflow on 32bit systems.

2015-05-09 21:15 codesquid, revision 6683

Fix compile error.

2015-05-07 09:01 codesquid, revision 6682

Remember desired remote directory when connecting.

2015-05-04 13:05 codesquid, revision 6673

Fix compile error.

2015-05-02 17:22 codesquid, revision 6670

GetRandomNumber wasn't thread-safe. Now it is.

2015-05-02 12:28 codesquid, revision 6669

Remove workaround for unsteady steady clock.

2015-05-02 12:28 codesquid, revision 6668

Fix typo in a comment.

2015-05-02 12:26 codesquid, revision 6667

Make steady steady_clock a requirement.

2015-05-01 13:58 codesquid, revision 6664

Fix a format string vulnerability if MALLOC_LOG is set.

2015-05-01 13:58 codesquid, revision 6663

Fix format string vulnerabilities reported by Jong-Gwon Kim. Also fixes a few memory leaks in the process.

2015-04-23 13:27 codesquid, revision 6659

If name is identical, sort search results by path next when sorting by name.

2015-04-23 09:38 codesquid, revision 6658

Another round of warning fixes.

2015-04-23 08:48 codesquid, revision 6657

Fixed additional compiler warnings.

2015-04-22 14:20 codesquid, revision 6656

Fix a coverity warning.

2015-04-22 13:24 codesquid, revision 6655

Partially revert 6652, MinGW lacks import library for SHGetKnownFolderPath.

2015-04-22 12:26 codesquid, revision 6654

Fixed a few more warnings.

2015-04-22 12:15 codesquid, revision 6653

Update macros from the autoconf archive.

2015-04-22 12:07 codesquid, revision 6652

Remove some XP-only code.

2015-04-22 12:05 codesquid, revision 6651

Handle EHOSTDOWN errors in user output.

2015-04-22 08:56 codesquid, revision 6650

Fixed a few warnings.

2015-04-22 08:47 codesquid, revision 6649

Fixed warning in CVolumeDescriptionEnumeratorThread::GetDrives and make it more robust in case the number of drives changes between calls to GetLogicalDriveStrings.

2015-04-22 08:35 codesquid, revision 6648

Fixed a few compiler warnings.

2015-04-22 08:25 codesquid, revision 6647

Small cleanup.

2015-04-21 12:58 codesquid, revision 6646

The engine no longer uses wxDateTime and wxTimeSpan.

2015-04-21 12:35 codesquid, revision 6645

Update svn:ignore

2015-04-21 10:37 codesquid, revision 6644

Use the monotonic clock to calculate RTT.

2015-04-21 10:29 codesquid, revision 6643

Small fixes to delete command.

2015-04-21 10:13 codesquid, revision 6642

localtime_s and gmtime_s are macros which makes checking for it a bit more difficult

2015-04-21 08:50 codesquid, revision 6641

Use the duration class some more.

2015-04-20 13:48 codesquid, revision 6640

Additional time handling refactoring.

2015-04-19 16:37 codesquid, revision 6639

Updated translations