Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-23 21:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-07-16 13:36 codesquid, revision 5872

Fix buffer size.

2014-07-16 12:28 codesquid, revision 5871

Fix testcase.

2014-07-16 12:03 codesquid, revision 5870

Initialize a few more variables.

2014-07-16 11:45 codesquid, revision 5869

Since 2.9.2, wx has wxTHREAD_WAIT_BLOCK. As such, our own wxThreadEx is no longer needed and can be removed.

2014-07-16 11:40 codesquid, revision 5868

Fix two more Coverity errors.

2014-07-16 11:34 codesquid, revision 5867

Fix some more Coverity findings.

2014-07-16 09:38 codesquid, revision 5866

Initialize members of CProxySocket.

2014-07-16 09:35 codesquid, revision 5865

More members to initialize, this time in DBusThread.

2014-07-16 09:32 codesquid, revision 5864

Initialize members.

2014-07-16 09:29 codesquid, revision 5863

Mark CSocket as non-copyable.

2014-07-16 09:25 codesquid, revision 5862

Initialize CSocketEventDispatcher::m_insideLoop and refactor class to be a little bit more efficient when removing pending events.

2014-07-16 09:08 codesquid, revision 5861

Remove unused variable.

2014-07-16 09:02 codesquid, revision 5860

Handle EINTR when calling fcntl.

2014-07-16 07:31 codesquid, revision 5859

Fix setting raw data as used by drag&drop.

2014-07-16 07:15 codesquid, revision 5858

Verify date/time format. TODO: Do we need to set crt assertion handlers on MinGW?

2014-07-15 22:27 codesquid, revision 5857

Fix initial focus on wxGTK.

2014-07-15 20:56 codesquid, revision 5856

Use range-based for.

2014-07-15 20:50 codesquid, revision 5855

Fix a warning.

2014-07-15 16:14 codesquid, revision 5854

Addendum to previous commit, forgot this file.

2014-07-15 14:42 codesquid, revision 5853

Missed a warning.

2014-07-15 14:24 codesquid, revision 5852

Filter entries from changelog newer than available version.

2014-07-15 11:47 codesquid, revision 5851

Get rid of redundant assignment.

2014-07-15 11:46 codesquid, revision 5850

Initialize members.

2014-07-15 11:23 codesquid, revision 5849

Fix compile error with some compilers.

2014-07-15 11:05 codesquid, revision 5848

Fix another set of warnings.

2014-07-15 10:49 codesquid, revision 5847

Fix another compile error on OS X.

2014-07-15 10:39 codesquid, revision 5846

Apply small cleanup patch by XhmikosR.

2014-07-15 10:36 codesquid, revision 5845

Pedantic warnings are tedious...

2014-07-15 10:11 codesquid, revision 5844

Fix compile error on OS X.

2014-07-15 10:10 codesquid, revision 5843

Fix a bunch of warnings.

2014-07-15 10:01 codesquid, revision 5842

Fix removal of temporary files from stale sessions.

2014-07-15 09:15 codesquid, revision 5841

Update Visual Studio workspace for fzsftp.

2014-07-15 09:07 codesquid, revision 5840

wxProcess::Kill prints an error on an already closed process. Disable logging, as there's no atomic "if process alive then kill". Fixes #9645

2014-07-15 08:38 codesquid, revision 5839

Fix another compile error.

2014-07-15 08:09 codesquid, revision 5838

Fix compile error.

2014-07-14 18:45 codesquid, revision 5837

Large cleanup of XML functions.

2014-07-14 12:34 codesquid, revision 5836

Refactor COptions a bit.

2014-07-14 10:59 codesquid, revision 5835

Ensure to only convert strings of even length.

2014-07-14 10:26 codesquid, revision 5834

Fix copy&paste errors in EBCDIC detection.

2014-07-14 10:02 codesquid, revision 5833

In debug build we want to use /editandcontinue, so diable /safeseh to make it possible.

2014-07-14 10:00 codesquid, revision 5832

Cleanup of linker flags.

2014-07-14 09:50 codesquid, revision 5831

Remove references to non-existing files from VS workspace.

2014-07-14 09:07 codesquid, revision 5830

Get rid of c_str where we don't actually need it. We can do this with wx3 as wxString::Format/Printf is now typesafe. Includes some other small code modernization.

2014-07-13 09:44 codesquid, revision 5829

On OS X, increase distance between quickconnect button and message log. This works around a bizarre crash in wxWidgets. wx bug report: http://trac.wxwidgets.org/ticket/16379

2014-07-11 16:08 codesquid, revision 5828

In OnData, treat wxDragLink as wxDragCopy.

2014-07-11 15:29 codesquid, revision 5827

Little bit of refactoring to avoid unnecessary copies and heap allocations.

2014-07-11 13:26 codesquid, revision 5826

Fix compile error.

2014-07-11 07:48 codesquid, revision 5825

Use emplace/emplace_back in a few places instead of insert/push_back.

2014-07-11 07:43 codesquid, revision 5824

Make CSparseOptional a movable type.

2014-07-10 11:23 codesquid, revision 5823

Fix compile error with some compilers.

2014-07-10 10:29 codesquid, revision 5822

Further refactoring to directory listing code to save even more memory.

2014-07-09 19:21 codesquid, revision 5821

Fix compile error

2014-07-09 18:10 codesquid, revision 5819

Bump to 3.9.0-rc2

2014-07-09 18:09 codesquid, revision 5818

Update translations

2014-07-09 17:54 codesquid, revision 5817

Update svn:ignore.

2014-07-09 15:43 codesquid, revision 5816

Small savings with CServerPath: In most use cases there is no prefix.

2014-07-09 15:30 codesquid, revision 5815

Fix compile error.

2014-07-09 14:43 codesquid, revision 5814

Fix compile error.

2014-07-09 14:28 codesquid, revision 5813

Use manual freeze/thaw to avoid heap allocation.

2014-07-09 14:27 codesquid, revision 5812

Save some memory: In most cases listing items have no target.

2014-07-09 14:11 codesquid, revision 5811

Mark CRefcount* as final.

2014-07-09 12:58 codesquid, revision 5810

Halve the number of allocations by using only use a single pointer paired with placement new/delete.

2014-07-09 09:24 codesquid, revision 5809

Do some more splicing to avoid additional allocations.

2014-07-09 09:13 codesquid, revision 5808

Re-use existing list entries.

2014-07-09 08:13 codesquid, revision 5807

Fix uninitialized variable.

2014-07-08 15:02 codesquid, revision 5806

Fix coverity errors.

2014-07-08 14:39 codesquid, revision 5805

Fix Coverity warning about possible nullpointer dereference.

2014-07-08 14:29 codesquid, revision 5804

Fix enum for column flags.

2014-07-08 13:01 codesquid, revision 5803

Fix nullpointer dereference.

2014-07-08 12:59 codesquid, revision 5802

Need to check for EINTR when calling fcntl.

2014-07-08 12:55 codesquid, revision 5801

Fix nullpointer dereference.

2014-07-08 12:01 codesquid, revision 5800

Make use of C++11's random.

2014-07-08 12:01 codesquid, revision 5799

Define NOMINMAX so that there are no min and max macros declared by the windows headers.

2014-07-07 09:43 codesquid, revision 5798

Make CState non-copyable.

2014-07-07 09:40 codesquid, revision 5797

Make non-copyable.

2014-07-07 09:35 codesquid, revision 5796

Port a fix from wx for unnamed tools.

2014-07-07 09:23 codesquid, revision 5795

Make non-copyable.

2014-07-06 20:14 codesquid, revision 5794

Threads are non-copyable.

2014-07-06 20:14 codesquid, revision 5793

Strongly type some additional enums

2014-07-06 18:16 codesquid, revision 5792

Fix a comparison breaking SFTP support.

2014-07-06 17:52 codesquid, revision 5791

Fix compile errors.

2014-07-06 14:16 codesquid, revision 5790

Remove extra border around filetype associations page.

2014-07-06 13:56 codesquid, revision 5789

Update links to FileZilla website to use https:// and trailing slash.

2014-07-06 13:44 codesquid, revision 5788

Make Command strongly typed.

2014-07-06 13:32 codesquid, revision 5787

Make MessageType strongly typed.

2014-07-06 13:17 codesquid, revision 5786

Make another enum strongly typed.

2014-07-06 13:12 codesquid, revision 5785

Update svn:ignore

2014-07-06 13:10 codesquid, revision 5784

Make some enums strongly typed.

2014-07-06 10:53 codesquid, revision 5783

Fix a typo.

2014-07-06 09:20 codesquid, revision 5782

Don't print a stand-alone line for critical errors, fold it into the next line.

2014-07-06 09:13 codesquid, revision 5781

Show a helpful message if username or password starts or ends with whitespace.

2014-07-06 09:02 codesquid, revision 5780

Fix FTP proxy login sequence. There was an incorrect comparison against an enum value instead of a the intended variable.

2014-07-04 19:41 codesquid, revision 5777

Bump to 3.9.0-rc1

2014-07-04 19:36 codesquid, revision 5776

Updated translations

2014-07-04 15:21 codesquid, revision 5775

On MSW, set os and subsystem version to 5.1 since binutils's ld defaults to 4.0

2014-07-04 12:08 codesquid, revision 5774

Get rid of a warning.

2014-07-04 08:04 codesquid, revision 5773

Add linker flags to enable ASLR and DEP.

2014-07-02 17:26 codesquid, revision 5770

Fix creating and closinig tabs on OS X. #9627

2014-07-02 14:01 codesquid, revision 5769

Only load a single specific xrc file if it exists instead of all xrc files.

2014-07-02 09:09 codesquid, revision 5768

Update script to clean XRC files. Added special option to minify files removing structure.