Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-28 21:20:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2015-06-16 09:27 codesquid, revision 6774

Command origin tracking.

2015-06-14 20:55 codesquid, revision 6773

Move delete out of the mutex if the handler is already deleting.

2015-06-14 09:30 codesquid, revision 6772

Fix compile error.

2015-06-13 13:39 codesquid, revision 6771

std::stable_sort has too much overhead and we only needed it during recursive search. Add a template specialization to deal with it.

2015-06-13 13:19 codesquid, revision 6770

Use stable sort.

2015-06-13 13:14 codesquid, revision 6769

Fix search status bar.

2015-06-13 08:22 codesquid, revision 6768

Sadly not all platforms have clock_gettime nor pthread_condattr_setclock.

2015-06-13 08:03 codesquid, revision 6767

Add check for clock_gettime and pthread_condattr_setclock

2015-06-12 15:28 codesquid, revision 6766

Make condition::wait immune to wallclock changes. Make mutex and condition attribute initialization a bit faster.

2015-06-12 15:26 codesquid, revision 6765

Add a small test for condition::wait

2015-06-12 14:37 codesquid, revision 6764

Add new class.

2015-06-10 09:26 codesquid, revision 6762

Beginnings of a recursive operation status box. TODOs: - Fill it with info - Avoid updating the file list and directory tree during recursive operations - Allow navigating the server manually during recursive operations

2015-06-09 08:45 codesquid, revision 6761

Don't needlessly print "Verifying certificate..." on every transfer.

2015-06-09 08:40 codesquid, revision 6760

Avoid recompiling the regex every time a PASV reply gets parsed.

2015-06-09 07:48 codesquid, revision 6759

Add mutex around accesses to waiting_socket_threads.

2015-06-08 13:32 codesquid, revision 6758

Allow additional footers in views.

2015-06-08 13:15 codesquid, revision 6757

Keep track of number of processed files and directories.

2015-06-07 10:48 codesquid, revision 6756

Apply #10516 to fix compile error with wx configurations not allowing implicit conversion.

2015-06-04 09:39 codesquid, revision 6755

Reduce installer output, this speeds up installation and uninstallation.

2015-06-02 15:00 codesquid, revision 6751

Bump to 3.11.0.2

2015-06-02 14:15 codesquid, revision 6750

Remove redundant check.

2015-06-02 14:05 codesquid, revision 6749

Updated translations

2015-06-02 13:36 codesquid, revision 6748
  • D /FileZilla3/trunk/locales/eu_ES.po

eu_ES.po got renamed in r5070 to eu.po but somehow got cloned. Delete the extra copy.

2015-06-02 13:26 codesquid, revision 6747

Revert previous pt_BR translation update, #10441

2015-05-27 08:42 codesquid, revision 6739

Add tests for pre-epoch times.

2015-05-27 08:12 codesquid, revision 6738

Add testcase for pre-epoch dates in MLSD listings.

2015-05-26 17:40 codesquid, revision 6737

Fix regression in CDateTime::operator<

2015-05-26 17:28 codesquid, revision 6736

Check errno for mktime/gmtime failure.

2015-05-26 17:18 codesquid, revision 6735

Use std::numeric_limits<int64_t>::min() for invalid times.

2015-05-26 13:32 codesquid, revision 6734

Return FZ_REPLY_ALREADYCONNECTED in CFileZillaEnginePrivate::CheckCommandPreconditions if trying to connect with non-empty m_pControlSocket.

2015-05-26 13:31 codesquid, revision 6733

Make sure m_pControlSocket is always reset in CFileZillaEnginePrivate::Disconnect.

2015-05-26 13:30 codesquid, revision 6732

It seems CFileZillaEnginePrivate::ContinueConnect can get called with unset/invalid command, resulting in a crash. Detect this situation.

2015-05-22 14:39 codesquid, revision 6727

Bump to 3.11.0.1

2015-05-22 14:35 codesquid, revision 6726

Updated translations

2015-05-22 14:17 codesquid, revision 6725

Add initial scaffolding for certificate blacklisting.

2015-05-22 13:00 codesquid, revision 6724

Handle peer address with zone index.

2015-05-22 12:53 codesquid, revision 6723

Do not bind data connection source IP if destination IP differs from control connection peer IP.

2015-05-21 15:59 codesquid, revision 6721

Detect additional instruction sets: bmi1, bmi1, aes2, adx

2015-05-21 12:58 codesquid, revision 6720

Fix deletion of bookmarks in the bookmarks dialog deleting the wrong bookmark. #10438

2015-05-21 09:48 codesquid, revision 6719

Increase minimum accepted DH prime bits.

2015-05-19 14:16 codesquid, revision 6713

Bump to 3.11.0

2015-05-19 14:13 codesquid, revision 6712

Updated translations

2015-05-19 13:11 codesquid, revision 6711

Fix nullpointer dereference if opening a wrapped dialog after changing language to Chinese or Japanese without restarting FileZilla in-between.

2015-05-19 09:20 codesquid, revision 6710

Rename process.h/cpp to fzprocess.h/cpp due to a conflict with some MinGW headers (#10268).

2015-05-19 09:14 codesquid, revision 6709

Minor cleanup.

2015-05-18 15:42 codesquid, revision 6708

The Internet has become faster. Reduce cache duration.

2015-05-17 10:11 codesquid, revision 6707

Some operating systems make it impossible to move a window if the title bar is obscured. When restoring the main window position, keep the title bar in view.

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