Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-12-05 14:06 codesquid, revision 8045

Disable next button while fetching offer data.

2016-12-04 19:25 codesquid, revision 8044

Remove sizer flags that are no-ops.

2016-12-04 18:32 codesquid, revision 8043

Disallow wxWidgets 3.1 or higher.

2016-12-04 14:17 codesquid, revision 8042

search.xml is non-critical too and can be overwritten without harm.

2016-12-04 14:15 codesquid, revision 8041

layout.xml does not contain important data, overwrite it if it has become corrupt.

2016-12-04 14:01 codesquid, revision 8040

Explicitly load resource files by name, prevents errors due to stale files from previous versions.

2016-12-03 22:09 codesquid, revision 8039

Revert previous commit and do proper fix

2016-12-03 21:52 codesquid, revision 8038

Fix typo

2016-12-03 18:32 codesquid, revision 8037

Cleanup startup routines

2016-12-03 18:06 codesquid, revision 8036

Fix compile error

2016-12-03 18:03 codesquid, revision 8035

Loading and scaling large resources is expensive. Cache scaled resources and load those instead.

2016-12-02 10:41 codesquid, revision 8034

Check for libfilezilla 0.9.0 or higher.

2016-12-01 20:06 codesquid, revision 8033

Fixed another typo

2016-12-01 20:04 codesquid, revision 8032

Fixed typo from removing line breaks.

2016-12-01 11:26 codesquid, revision 8031

Fix toolbar not showing on OS X

2016-12-01 10:48 codesquid, revision 8030

Fix typo

2016-12-01 09:49 codesquid, revision 8029

Create quickconnect bar directly.

2016-12-01 09:09 codesquid, revision 8028

Minor refactoring.

2016-12-01 09:06 codesquid, revision 8027

Remove call to no longer existing sub-make

2016-12-01 08:12 codesquid, revision 8026

Restore accidentally deleted file.

2016-11-30 20:19 codesquid, revision 8025

Fix a compile erorr on mac.

2016-11-30 20:18 codesquid, revision 8024

Avoid expensive conversion from wxBitmap to wxImage.

2016-11-30 16:37 codesquid, revision 8023

Update svn:ignore

2016-11-30 16:34 codesquid, revision 8022

Remove a few empty lines

2016-11-30 16:32 codesquid, revision 8021

Fix yet another syntax error.

2016-11-30 16:31 codesquid, revision 8020

Fix syntax error

2016-11-30 16:27 codesquid, revision 8019

Flatten makefiles a little bit.

2016-11-30 15:56 codesquid, revision 8018

Fix compile error

2016-11-30 15:47 codesquid, revision 8017

Remove unused files.

2016-11-30 15:43 codesquid, revision 8016

Add old toolbar.xrc to leftover cleanup.

2016-11-30 15:42 codesquid, revision 8015

Much easier toolbar creation by not using XRC.

2016-11-29 15:43 codesquid, revision 8014

Add missing directory to SUBDIRS

2016-11-29 14:53 codesquid, revision 8013

Do path expansion in a way that does not destroy UNC paths on MSW. Fixes #11088

2016-11-29 11:21 codesquid, revision 8012

Apply #11086 to fix a deprecation warning in some wx configurations.

2016-11-28 17:00 codesquid, revision 8010

Fix size of disabled speedlimits icon on Mac.

2016-11-28 16:50 codesquid, revision 8009

Initialize two members.

2016-11-28 16:46 codesquid, revision 8008

Update svn:ignore

2016-11-28 16:29 codesquid, revision 8005

Updated translations

2016-11-28 16:03 codesquid, revision 8004

Bump to 3.23.0-rc1

2016-11-27 19:43 codesquid, revision 8003

Slightly indent first toolbar icon on MSW, without it just looks odd on Windows 10 where there are no window decorations.

2016-11-27 18:11 codesquid, revision 8002

Fix type mismatch in sftp_find_request The id member of the sftp_request structure is of type unsigned int. This type is also used in the sftp_reqfind callback. In sftp_find_request we thus need to pass a pointer to unsigned int to find234. Before this commit, sftp_find_request was passing a pointer to unsigned long to find234, which causes the lookup to fail on big-endian platforms where sizeof(unsigned int) != sizeof(unsigned long), e.g. ppc64.

2016-11-27 18:10 codesquid, revision 8001

Fix two harmless warnings.

2016-11-26 21:04 codesquid, revision 8000

Fix size cancel button.

2016-11-26 18:42 codesquid, revision 7999

Use actual size, not requrested size to get scale factor.

2016-11-26 18:33 codesquid, revision 7998

Fix icons in Site Manager tree.

2016-11-26 16:36 codesquid, revision 7997

Add another missing file.

2016-11-26 16:30 codesquid, revision 7996

Add missing files to distribution.

2016-11-26 16:21 codesquid, revision 7995

Fix position of theme scale control

2016-11-26 15:42 codesquid, revision 7994

Fix scaling of queue progress line on OS X

2016-11-26 14:54 codesquid, revision 7993

Simplify creating overlays and handle differences in scale factors and the likes.

2016-11-25 17:59 codesquid, revision 7992

Fix compile error on *nix

2016-11-25 17:57 codesquid, revision 7991

Fix stripping of BOM.

2016-11-25 16:57 codesquid, revision 7990

Further HiDPI fixes for OS X

2016-11-24 20:05 codesquid, revision 7989

Additional wxArtProvider replacement

2016-11-24 20:05 codesquid, revision 7988

wxArtProvider, even on trunk, cannot handle bitmaps with a scale factor. Replace it with CThemeProvider and use it to get toolbar icons to load proper on OS X.

2016-11-24 20:03 codesquid, revision 7987

Once again OS X does everything differently from all other platforms. On OS X a pixel isn't a pixel, a pixel on OS X is a virtual thing composed of a multiple actual pixels in a square formation.

2016-11-23 17:15 codesquid, revision 7986

Try to handle retina displays.

2016-11-23 16:54 codesquid, revision 7985

Declare the INSTALLICONSET macro earlier.

2016-11-23 16:51 codesquid, revision 7984

Remove unused code from theme provider.

2016-11-23 16:46 codesquid, revision 7983

Cleanup theme page.

2016-11-23 16:23 codesquid, revision 7982

Set remembered scale factor.

2016-11-23 16:23 codesquid, revision 7981

Request correct system image list size.

2016-11-23 16:00 codesquid, revision 7980

The default icon set is mandatory.

2016-11-23 15:22 codesquid, revision 7979

Also scale tree controls.

2016-11-23 15:16 codesquid, revision 7978

Implement icon scaling on wxGTK.

2016-11-23 15:06 codesquid, revision 7977

Don't mismatch image list size and size of added icons.

2016-11-23 13:33 codesquid, revision 7976

Work around toolbar button alpha blending issues on MSW.

2016-11-23 13:32 codesquid, revision 7975

Reformatting.

2016-11-23 08:38 codesquid, revision 7974

Mark 16x16 of classic theme as primary.

2016-11-22 23:24 codesquid, revision 7973

Since classic theme got moved, use a diffferent data file as reference when searching for the data directory.

2016-11-22 22:48 codesquid, revision 7972

As it turns out, libstdc++ on many platforms doesn't know about the trivial std::make_reverse_iterator.

2016-11-22 22:21 codesquid, revision 7971

Add missing include for std::make_reverse_iterator

2016-11-22 22:12 codesquid, revision 7970

Fix build system.

2016-11-22 22:12 codesquid, revision 7969

Fix compile error

2016-11-22 22:10 codesquid, revision 7968
  • D /FileZilla3/trunk/src/interface/resources/pngclean.sh

Remove unused script. These days there are better tools.

2016-11-22 21:47 codesquid, revision 7967

Update installer for new theme.

2016-11-22 21:16 codesquid, revision 7966

Move some files around.

2016-11-22 20:13 codesquid, revision 7965

Remove some unused pre-vista code.

2016-11-22 20:12 codesquid, revision 7964

WIP: New scalable icon theme and general theme provider refactoring to make use of the scaling.

2016-11-18 10:36 codesquid, revision 7961

Fix rule gch dependency file generation

2016-11-17 20:02 codesquid, revision 7960

Fix more compile errors.

2016-11-17 14:26 codesquid, revision 7959

Add missing include.

2016-11-17 14:05 codesquid, revision 7958

Fix compile error.

2016-11-17 13:45 codesquid, revision 7957

Fix logic issue in error paths that should be unused.

2016-11-17 13:18 codesquid, revision 7956

Get test cases to compile again.

2016-11-17 13:14 codesquid, revision 7955

Define UNICODE on MSW

2016-11-17 12:18 codesquid, revision 7954

Move #includes of wx headers out of the public engine API.

2016-11-16 15:18 codesquid, revision 7953

Remove old timezone detection code which has been unused for almost two years.

2016-11-16 15:12 codesquid, revision 7952

Remove wxString from CDirectoryListing and CDirectoryCache.

2016-11-16 09:34 codesquid, revision 7950

React to changes in global bookmarks.

2016-11-16 09:12 codesquid, revision 7949

Do not fail adding site to site manager for site-specific bookmarks if sitemanager.xml does not yet exist.

2016-11-15 12:40 codesquid, revision 7948

Replace wxURI with a custom uri parser.

2016-11-15 12:38 codesquid, revision 7947

Add link to display download log if getting the update fails.

2016-11-15 08:21 codesquid, revision 7946

Make use of the recently assigned Unix.ownername and Unix.groupname facts.

2016-11-14 14:25 codesquid, revision 7945

Allow controlling cache ttl, within reason.

2016-11-13 17:48 codesquid, revision 7944

Ignore BOM at beginning of directory listing lines.

2016-11-11 18:30 codesquid, revision 7943

Use assert instead of wxASSERT in the engine.

2016-11-11 15:44 codesquid, revision 7941

More wxString removal

2016-11-11 15:18 codesquid, revision 7939

Fix typo.

2016-11-11 15:17 codesquid, revision 7938

Apply same fix to CSFtpControlSocket::SendCommand as well.

2016-11-11 15:14 codesquid, revision 7937

Call ResetOperation if converting to command to 8bit charset fails

2016-11-08 16:13 codesquid, revision 7936

Fix compile errors

2016-11-08 16:13 codesquid, revision 7935

Fix arguments to xgettext

2016-11-08 15:26 codesquid, revision 7934

Add functions to translate strings to the engine so that it is no longer directly handled by wx

2016-11-08 09:29 codesquid, revision 7933

Replace wxRemoveFile with fz::remove_file

2016-11-08 09:15 codesquid, revision 7931

Get rid of wxFileName::CreateTempFileName

2016-11-07 18:06 codesquid, revision 7930

Remove explicit memory management from CCertificaet and partial cleanup of XML functions.

2016-11-07 18:03 codesquid, revision 7929

Minor cleanup.

2016-11-03 15:15 codesquid, revision 7927

Refactor CFilterConditionsDialog and wxCustomHeightListCtrl to make both simpler and the latter reusable.

2016-11-03 09:43 codesquid, revision 7926

Add a safety check in case the drop target disappears

2016-11-01 18:03 codesquid, revision 7925

Missing commit

2016-11-01 17:53 codesquid, revision 7924

Bump to 3.22.2.2

2016-11-01 17:50 codesquid, revision 7923

Fix trimming of feat response lines.

2016-11-01 15:32 codesquid, revision 7921

Bump to 3.22.2.1

2016-11-01 15:02 codesquid, revision 7920

Fix a crash if the server only implements a minimal, fact-less MLSD/MLST (RFC 3659 even has a name for such implementation: useless)

2016-11-01 10:04 codesquid, revision 7918

Bump to 3.22.2

2016-11-01 09:05 codesquid, revision 7917

Updated translation.

2016-10-30 11:01 codesquid, revision 7916

Use a more discreet border for the progress bar and reduce the gradient strength

2016-10-28 12:34 codesquid, revision 7914

Bump to 3.22.2-rc2

2016-10-28 12:31 codesquid, revision 7913

Updated translations

2016-10-28 12:31 codesquid, revision 7912

Fix code indentation

2016-10-28 11:42 codesquid, revision 7911

Fix rename where the target is a directory.

2016-10-28 11:10 codesquid, revision 7910

Remove a bit of debug code accidentally left in.

2016-10-28 10:20 codesquid, revision 7909

Remove wxString from CTlsSocket.

2016-10-28 10:12 codesquid, revision 7908

Mark error string of CTlsSocket::GetMacName() translatable.

2016-10-28 10:10 codesquid, revision 7907

Remove wxString from remote recursive operations.

2016-10-28 08:45 codesquid, revision 7906

Avoid a call to substr.

2016-10-28 08:36 codesquid, revision 7905

Minor cleanup

2016-10-27 16:13 codesquid, revision 7904

Fix parsing of EPSV reply. Inspired by patch #11048

2016-10-27 07:47 codesquid, revision 7902

Fix parsing custom ports.

2016-10-25 15:12 codesquid, revision 7901

Bump to 3.22.2-rc1

2016-10-25 14:53 codesquid, revision 7900

Updated translations

2016-10-25 13:01 codesquid, revision 7897

Fix logic of keyfile skipping.

2016-10-25 08:53 codesquid, revision 7896

Get rid of wxSysErrorMsg and wxSysErrorCode

2016-10-25 07:54 codesquid, revision 7895

Simplify a comment.

2016-10-24 16:45 codesquid, revision 7894

Apply #11044: Use wxSYS_COLOUR_LISTBOXTEXT instead of wxSYS_COLOUR_WINDOWTEXT for status messages in the message log to match the background which is wxSYS_COLOUR_LISTBOX.

2016-10-24 15:00 codesquid, revision 7893

Don't silently remove non-existing key files.

2016-10-24 14:31 codesquid, revision 7892

Remove un-needed include.

2016-10-24 14:31 codesquid, revision 7891

Show a message on non-existing key file

2016-10-24 13:14 codesquid, revision 7890

Save a few cycles.

2016-10-24 12:04 codesquid, revision 7889

Fix compile error

2016-10-23 09:38 codesquid, revision 7888

Some reformatting.

2016-10-20 13:08 codesquid, revision 7887

Explicitly check for wxUSE_GUI during configure, wx-config unfortunately doesn't do the right thing.

2016-10-20 09:10 codesquid, revision 7886

Remove wxString from one function.

2016-10-19 13:32 codesquid, revision 7885

Small formatting changes.

2016-10-19 13:32 codesquid, revision 7884

Fix assertion due to new items being unexpectedly selected by default.

2016-10-19 11:35 codesquid, revision 7883

Fix assertion if Ctrl+A is pressed in an empty file list.

2016-10-18 12:42 codesquid, revision 7882

Allow subclassing wxCustomHeightListCtrl

2016-10-18 12:11 codesquid, revision 7881

Make new filters apply to both files and directories by default.

2016-10-18 07:48 codesquid, revision 7880

Wait for wx to finish processing the rename before refreshing local file list. Fixes an assertion in wx.

2016-10-15 11:07 codesquid, revision 7879

sqlite3_column_bytes16 returns bytes, not characters, so divide by two.

2016-10-15 10:46 codesquid, revision 7878

Remove last remaining wxString usage from queue storage.

2016-10-15 10:03 codesquid, revision 7877

Add small debug feature to reinitialize the updater on-demand.

2016-10-14 20:35 codesquid, revision 7876

Fix compile error

2016-10-14 14:43 codesquid, revision 7875

Small bits of wxString removal.

2016-10-14 08:02 codesquid, revision 7874

Further wxString removal.

2016-10-13 15:48 codesquid, revision 7872

Fixed compile error.

2016-10-13 15:31 codesquid, revision 7871

Cleanup C(S)FtpControlSocket

2016-10-13 08:45 codesquid, revision 7870

Further removal of wxString.

2016-10-12 13:19 codesquid, revision 7868

Cleaned up CServer.

2016-10-12 12:35 codesquid, revision 7866

Cleanup CBuildInfo

2016-10-12 09:46 codesquid, revision 7865

Avoid a string copy.

2016-10-12 08:19 codesquid, revision 7864

Minor performance improvement

2016-10-12 07:50 codesquid, revision 7863

SFTP: Reduce log output if not detailed.

2016-10-11 20:33 codesquid, revision 7862

Change a few XML function to use std::wstring instead of wxString.

2016-10-11 20:22 codesquid, revision 7861

Somewhat dewx CQueueStorage.

2016-10-11 19:42 codesquid, revision 7860

Additional cleanup of CServer

2016-10-11 16:09 codesquid, revision 7859

Add two more null checks.

2016-10-11 15:58 codesquid, revision 7858

Add a null check.

2016-10-11 13:30 codesquid, revision 7857

Fix a compile error

2016-10-11 13:15 codesquid, revision 7856

Further reduction of wxString usage.

2016-10-11 10:33 codesquid, revision 7855

Fix warning.

2016-10-11 10:33 codesquid, revision 7854

Minor cleanup without functional change.

2016-10-11 10:23 codesquid, revision 7853

Begin cleaning up CServer

2016-10-11 09:49 codesquid, revision 7851

Avoid unnecessary conversion to wxString.

2016-10-11 09:48 codesquid, revision 7850

Remove wxString from notifications

2016-10-11 08:16 codesquid, revision 7849

Further wxString removal.

2016-10-11 07:49 codesquid, revision 7848

Remove a bit more wxString.

2016-10-06 19:06 codesquid, revision 7847

Hopefully the last compile error.

2016-10-06 15:38 codesquid, revision 7846

Fix another compile error.

2016-10-06 14:05 codesquid, revision 7845

Fix compile errors.

2016-10-06 13:32 codesquid, revision 7844

Remove wxString from CLocalPath.

2016-10-06 09:45 codesquid, revision 7843

Fix logic error

2016-10-06 09:26 codesquid, revision 7842

Remove wxString from CServerPath

2016-10-06 08:12 codesquid, revision 7841

Eliminated wxString usage from the command classes.

2016-10-04 17:13 codesquid, revision 7839

Fix compile error

2016-10-04 17:08 codesquid, revision 7838

Further dewxification.

2016-10-04 16:33 codesquid, revision 7837

Fix a compile error.

2016-10-04 15:42 codesquid, revision 7836

Some additional wxString removal.

2016-10-04 13:26 codesquid, revision 7835

Refactor CFZPuttyGenInterface to use fz::process instead of wxProcess.

2016-10-04 08:25 codesquid, revision 7834

Apply patch #11005 by twu2: Fix string conversion in CProxySocket::GetUser and CProxySocket::GetPass

2016-10-04 08:24 codesquid, revision 7833

Two more missing includes.

2016-10-04 08:22 codesquid, revision 7832

Add a missing include.

2016-10-03 14:04 codesquid, revision 7830

Bump to 3.22.1

2016-10-03 14:03 codesquid, revision 7829

Updated translations.

2016-10-03 13:04 codesquid, revision 7826

Avoid a needless conversion from std::wstring to wxString.

2016-10-03 09:46 codesquid, revision 7825

Windows has no strndup

2016-10-03 09:14 codesquid, revision 7824

Add workaround for a nasty Xcode bug where compiling for older OS X versions silently allows user of functions only available on newer versions, leading to runtime failures.

2016-10-02 16:05 codesquid, revision 7822

Add a debug message.

2016-10-02 15:34 codesquid, revision 7821

Fix valgrind warning

2016-10-01 08:37 codesquid, revision 7819

Bump to 3.22.0

2016-10-01 08:18 codesquid, revision 7818

Updated translations

2016-10-01 08:00 codesquid, revision 7817

Add a link to the paid phone support page for US and Canada in official Windows builds.

2016-09-30 16:30 codesquid, revision 7816

Fix setting comparison from bookmarks, #10960

2016-09-30 15:58 codesquid, revision 7815

Copy comparison flag for bookmarks.

2016-09-30 15:26 codesquid, revision 7814

Partial fix for #10960, set comparison flag from site-specific bookmark.

2016-09-30 13:36 codesquid, revision 7813

Small update to icon specs.

2016-09-30 13:12 codesquid, revision 7812

Fix colors in log after toggling log timestamps. #10990

2016-09-29 12:38 codesquid, revision 7811

Change wxString to std::wstring in a few places.

2016-09-29 11:58 codesquid, revision 7810

Fix a case of the queue completion action triggering too early.

2016-09-28 16:23 codesquid, revision 7809

Update svn:ignore

2016-09-28 15:23 codesquid, revision 7808

Fixed typo

2016-09-28 15:16 codesquid, revision 7807

Clear background in sizeformatting examples when changing selection

2016-09-28 12:56 codesquid, revision 7806

Refactor CLocalTreeView::GetSpecialFolder to get rid of deprecated SHGetMalloc

2016-09-28 12:41 codesquid, revision 7805

Fix two more warnings in configure output

2016-09-28 10:16 codesquid, revision 7804

Fix warning in test

2016-09-28 10:13 codesquid, revision 7803

Fixes for --with-pugixml=auto

2016-09-27 09:33 codesquid, revision 7802

Update icon specs, we want to transition towards scalable icons.

2016-09-26 12:01 codesquid, revision 7801

Allow setting color.

2016-09-25 19:46 codesquid, revision 7800

Fix an issue preventing keyfiles from working correctly.

2016-09-24 14:42 codesquid, revision 7798

Document lfz 0.7.0 dependency

2016-09-24 14:41 codesquid, revision 7797

Bump to 3.22.0-rc1

2016-09-24 14:14 codesquid, revision 7796

Updated translations

2016-09-24 13:13 codesquid, revision 7791

Fix compile error

2016-09-24 12:53 codesquid, revision 7790

Import of filters

2016-09-21 23:06 codesquid, revision 7788

Use a more permissive copyright for this file.

2016-09-20 15:12 codesquid, revision 7787

Fix harmless logic error.

2016-09-20 14:57 codesquid, revision 7786

Verify item before indexing m_selections in OnItemDeselected just as in OnItemSelected

2016-09-20 14:54 codesquid, revision 7785

Small modernization.

2016-09-20 13:47 codesquid, revision 7784

Implement exporting directory listing filters.

2016-09-20 13:19 codesquid, revision 7783

Reorder LDFLAGS, fixes linking errors in the test case.

2016-09-20 09:43 codesquid, revision 7782

Rename "Filename filters" to "Directory listing filters" in menu.

2016-09-20 09:38 codesquid, revision 7781

Add "not all" match type to filters and search. #9293

2016-09-19 13:21 codesquid, revision 7780

Fix stupid mistake

2016-09-19 12:56 codesquid, revision 7779

Fix warning.

2016-09-16 13:08 codesquid, revision 7778

Get rid of wxStringTokenizer from Options.cpp

2016-09-13 11:14 codesquid, revision 7776

Fix a bunch of warnings.

2016-09-13 08:49 codesquid, revision 7775

Make COptions(Base) use std::wstring

2016-09-13 08:05 codesquid, revision 7774

Fix parsing proxy command sequence, patch by Paolo Zambotti. #10972

2016-09-12 11:50 codesquid, revision 7773

Reduce wxString usage.

2016-09-10 10:39 codesquid, revision 7770

Cleanup external ip address resolver.

2016-09-10 10:38 codesquid, revision 7769

Fix loading hex blobs.

2016-09-09 15:34 codesquid, revision 7768

Fix implicit conversion when creating transfer socket proxy backend.

2016-09-09 14:45 codesquid, revision 7767

Handle base64 encoded blobs.

2016-09-08 14:20 codesquid, revision 7766

Require GnuTLS 3.4.15 or higher as it includes the fix for gnutls_x509_crt_list_import2 not honoring the passed flags.

2016-09-08 08:35 codesquid, revision 7764

Use fz::base64_decode instead of wxBase64Decode.

2016-09-07 15:21 codesquid, revision 7761

Use fz::base64_encode and some related code cleanup.

2016-09-07 15:13 codesquid, revision 7760

Use fz::base64_encode and some related code cleanup.

2016-09-06 15:26 codesquid, revision 7758

Replace invalid characters in filenames when editing remote files.

2016-09-05 09:50 codesquid, revision 7755

Try password based login if a password-protected keyfile is rejected instead of failing with a cryptic message about multiple login prompts.

2016-09-05 08:30 codesquid, revision 7754

Use fz::strtok instead of wxStringTokenizer

2016-09-05 07:22 codesquid, revision 7752

Simplify getting of keyfiles.

2016-09-02 13:59 codesquid, revision 7750

Use fz::thread_pool for socket and file i/o threads.

2016-08-31 08:32 codesquid, revision 7744

Fix redirection to https:// servers.

2016-08-31 08:11 codesquid, revision 7743

Handle long paths during drag&drop on Windows 10.

2016-08-30 07:50 codesquid, revision 7742

Remove unused variable.

2016-08-26 06:59 codesquid, revision 7741

#8928: Rename CVS/SVN filter to "Source control directories" and add .git, .hg and .bzr

2016-08-23 13:33 codesquid, revision 7740

Bump to 3.21.0

2016-08-23 13:33 codesquid, revision 7739

Do not pass listing entry as format string.

2016-08-23 12:58 codesquid, revision 7738

Fix compile error on non-MSW.

2016-08-23 12:41 codesquid, revision 7737

Fix a potential crash if using mismatched resource files from an old version of FileZilla.

2016-08-23 12:23 codesquid, revision 7736

Updated translations

2016-08-23 11:58 codesquid, revision 7735

Explicitly block queue completion action during certain recursive operations.

2016-08-23 08:56 codesquid, revision 7734

On OS X, add Ctrl+(Shift+)Tab as shortcut to switch to the next tab. #10851

2016-08-23 06:46 codesquid, revision 7733

Fixed another spelling mistake

2016-08-23 06:46 codesquid, revision 7732

Fixed typo.

2016-08-22 17:06 codesquid, revision 7731

Fix compile error.

2016-08-22 08:09 codesquid, revision 7730

Add option name for TCP keepalive interval.

2016-08-22 08:08 codesquid, revision 7729

Further restrict allowed values for keep-alive interval so that it fits into an int.

2016-08-17 14:43 codesquid, revision 7728

Add option to configure TCP keep alive interval.

2016-08-17 08:13 codesquid, revision 7727

Fix a warning.

2016-08-17 08:06 codesquid, revision 7726

Actually use the top_builddir to locate libpugixml.a

2016-08-17 07:57 codesquid, revision 7725

Go via $top_srcdir to locate builtin libpugixml.a

2016-08-17 07:55 codesquid, revision 7724

Fix compile errors.

2016-08-17 07:43 codesquid, revision 7723

Use std::wstring instead of wxString in a couple of places.

2016-08-16 09:25 codesquid, revision 7722

Implement basic download synchronization

2016-08-15 12:37 codesquid, revision 7721

Keep both local and remote active filters in recursive operation.

2016-08-15 09:56 codesquid, revision 7720

Cleanup recursive operation modes.

2016-08-11 09:30 codesquid, revision 7716

Fix saving of attributes filter. #10927

2016-08-08 09:34 codesquid, revision 7706

Also add AES128-GCM.

2016-08-07 18:35 codesquid, revision 7705

Remove unused flag.

2016-08-07 18:21 codesquid, revision 7704

Implement AES256-GCM as cipher.

2016-08-07 08:18 codesquid, revision 7703

Merge changes from upstream PuTTY

2016-08-03 15:00 codesquid, revision 7702

Bump to 3.20.1

2016-08-03 14:40 codesquid, revision 7701

Updated translations

2016-08-03 09:29 codesquid, revision 7700

Print an error message if server sends a malformed chain.

2016-08-02 11:52 codesquid, revision 7699

Actually use the new file name if renaming on download.

2016-07-29 17:29 codesquid, revision 7698

Fix compile error on some configurations.

2016-07-29 17:24 codesquid, revision 7697

Fix a locking violation affecting non-MSW.

2016-07-29 09:52 codesquid, revision 7696

Correctly document minimum required lfz version.

2016-07-27 21:50 codesquid, revision 7695

Clarification of error message if gnutls_x509_trust_list_add_cas fails.

2016-07-27 14:45 codesquid, revision 7694

Fix typo

2016-07-27 14:09 codesquid, revision 7691

Bump to 3.20.0

2016-07-27 14:05 codesquid, revision 7690

Updated translations

2016-07-27 10:41 codesquid, revision 7687

Revert accidental commit.

2016-07-27 10:40 codesquid, revision 7686

Simpler footer initialization,.

2016-07-26 10:21 codesquid, revision 7685

Check if local path exists in search dialog.

2016-07-24 09:44 codesquid, revision 7676

Fix a harmless warning.

2016-07-24 09:41 codesquid, revision 7675

Remove unused variable.

2016-07-24 08:26 codesquid, revision 7674

Fix parameter type

2016-07-22 08:10 codesquid, revision 7672

Fix typo

2016-07-21 09:18 codesquid, revision 7666

Allow setting font weight

2016-07-20 17:26 codesquid, revision 7664

Bump to 3.20.0-rc1

2016-07-20 14:05 codesquid, revision 7663

Updated translations

2016-07-20 08:55 codesquid, revision 7662

Require libfilezilla 0.6.0 or greater

2016-07-20 07:12 codesquid, revision 7658

Guard against values becoming negative.

2016-07-20 06:53 codesquid, revision 7657

Fix rare crash if the control connection's TLS session fails and a data connection is being established right before the control connections' close event is processed. Reported through Ubuntu bug #1604087.

2016-07-19 12:33 codesquid, revision 7653

Disabling the shell extension via the registry is a debug feature. Only query the registry keys if using a debug version of the dll.

2016-07-19 10:33 codesquid, revision 7652

Make some mutexes non-recursive.

2016-07-14 19:36 codesquid, revision 7650

Add missing return statement.

2016-07-14 17:20 codesquid, revision 7649

Fix compile error.

2016-07-14 17:19 codesquid, revision 7648

Fix typo

2016-07-14 16:24 codesquid, revision 7647

Discard stale events when closing thread.

2016-07-14 16:19 codesquid, revision 7646

Simplify passing sftp_message around.

2016-07-14 13:55 codesquid, revision 7644

Do not exit comparison mode when queuing remote directories. It's a remnant from before the recursion changes in 3.12.0-rc1.

2016-07-13 15:14 codesquid, revision 7643

SFTP: Handle filenames with trailing blanks.

2016-07-13 09:16 codesquid, revision 7642

Big cleanup to IPC with fzsftp and how data gets passed to the directory listing parser.

2016-07-12 13:58 codesquid, revision 7641

Avoid an expensive copy.

2016-07-12 13:26 codesquid, revision 7640

Explicitly send filename as single line.

2016-07-12 13:06 codesquid, revision 7639

Don't directly print strings from the server.

2016-07-12 09:44 codesquid, revision 7638

Minor refactoring.

2016-07-11 16:30 codesquid, revision 7637

Stricter certificate chain verification.

2016-07-11 10:23 codesquid, revision 7636

Sort the peer certificates so that the chain can be displayed in order.

2016-07-11 07:31 codesquid, revision 7635

Require GnuTLS 3.4.0, as older versions do not have the GNUTLS_X509_CRT_LIST_SORT flag.

2016-07-07 08:55 codesquid, revision 7633

Use std::regex instead of wxRegEx part 2.

2016-07-07 08:04 codesquid, revision 7632

Use std::regex instead of wxRegEx

2016-07-07 07:35 codesquid, revision 7631

Small refactoring to use fz::sprintf

2016-07-05 14:48 codesquid, revision 7627

__TFILE__ is always wide in Unicode wx builds.

2016-07-05 13:54 codesquid, revision 7626

Use the new string formatting routines in various places.

2016-07-04 06:46 codesquid, revision 7615

Remove unused variable

2016-07-04 06:45 codesquid, revision 7614

Add missing includes

2016-07-01 12:20 codesquid, revision 7613

Fix minimun tree size in Site Manager resulting in overly large dialogs particularly on wxGTK

2016-07-01 08:37 codesquid, revision 7612

Explicitly pass the intended bookmark around, don't misuse the default bookmark. Also fixes a crash if creating new site from bookmarks dialog.

2016-06-30 13:59 codesquid, revision 7611

Fix compile error in testcase.

2016-06-29 15:37 codesquid, revision 7608

Set msgid bug reporting address in .pot file.

2016-06-28 13:42 codesquid, revision 7607

Remove references to remote file search in local search.

2016-06-28 13:41 codesquid, revision 7606

Add missing mnemonic to background color choice.

2016-06-28 09:30 codesquid, revision 7605

Get rid of unused wx includes.

2016-06-28 09:22 codesquid, revision 7604

Get rid of most wxFile and wxFileName usage in the engine.

2016-06-27 14:19 codesquid, revision 7602

Bump to 3.19.0

2016-06-27 14:14 codesquid, revision 7601

Always use same filename for installer.

2016-06-27 14:13 codesquid, revision 7600

Updated translations

2016-06-27 09:42 codesquid, revision 7599

Fix #8214

2016-06-26 21:34 codesquid, revision 7598

We require lfz 0.5.3

2016-06-26 21:28 codesquid, revision 7597

Grammar.

2016-06-26 21:25 codesquid, revision 7595

Disable context menu items in search dialog if not connected.

2016-06-26 10:29 codesquid, revision 7594

Remove redundant check.

2016-06-26 10:29 codesquid, revision 7593

If already quitting, don't perform queue completion action.

2016-06-20 15:37 codesquid, revision 7591

Bump to 3.19.0-rc1

2016-06-20 15:32 codesquid, revision 7590

Update translations

2016-06-20 14:43 codesquid, revision 7589

Fix a harmless coverity warning.

2016-06-20 13:52 codesquid, revision 7588

Always update site after changing bookmarks, not only when creating it.

2016-06-20 13:49 codesquid, revision 7587

Notify states after updating bookmarks.

2016-06-20 13:49 codesquid, revision 7586

Fix compiler warnings.

2016-06-19 10:01 codesquid, revision 7583

Use listctrl main window, fixes background on WXGTK.

2016-06-19 09:46 codesquid, revision 7582

Fix tint of info text over remote file list and deal with getting default background colour on non-MSW platforms.

2016-06-19 08:34 codesquid, revision 7581

Remove unused variable.

2016-06-18 22:26 codesquid, revision 7580

Fix one last compile error.

2016-06-18 18:34 codesquid, revision 7579

Fix another compile error.

2016-06-18 18:04 codesquid, revision 7578

Fix a compile error on some wx configurations.

2016-06-18 10:53 codesquid, revision 7577

Use std::wstring to deal with site paths.

2016-06-17 12:18 codesquid, revision 7575

Tab color painting on WXGTK.

2016-06-17 11:28 codesquid, revision 7574

Remove unused variable

2016-06-17 11:28 codesquid, revision 7573

Fix an assert.

2016-06-16 15:25 codesquid, revision 7571

Suppress error messages in some places.

2016-06-16 12:07 codesquid, revision 7570

Fix site list in toolbar dropdown.

2016-06-16 10:21 codesquid, revision 7569

Update state title from site changes.

2016-06-16 08:33 codesquid, revision 7568

Set color when initially creating tab.

2016-06-16 08:31 codesquid, revision 7567

Apply background color to tab header.

2016-06-16 08:18 codesquid, revision 7566

Add color chooser to Site Manager.

2016-06-16 07:19 codesquid, revision 7565

Add missing file.

2016-06-15 16:18 codesquid, revision 7564

Revert accidentally committed file.

2016-06-15 16:17 codesquid, revision 7563

Move colour handling to Site structure.

2016-06-15 09:41 codesquid, revision 7562

Code cleanup.

2016-06-15 09:13 codesquid, revision 7561

Some fixes to re-integrate the bookmarks functionality with the Site structure.

2016-06-14 14:56 codesquid, revision 7560

Always use the same function to connect.

2016-06-14 14:55 codesquid, revision 7559

Fix title when only asking for username.

2016-06-14 08:49 codesquid, revision 7558

No longer attempt to change language at runtime.

2016-06-14 08:49 codesquid, revision 7557

Work in progress: Refactor sitemanager code so that the site structure can be used throughout the GUI.

2016-06-10 07:06 codesquid, revision 7556

Get rid of the last remaining usages of wxDateTime.

2016-06-09 08:25 codesquid, revision 7555

React to background color change notifications.

2016-06-08 08:58 codesquid, revision 7554

Minor code cleanup.

2016-06-08 07:43 codesquid, revision 7553

Fix getting context controls if there are no tabs.

2016-06-07 17:07 codesquid, revision 7552

Only apply tab color if tint has been set.

2016-06-07 17:04 codesquid, revision 7551

Revert a debugging change.

2016-06-07 16:13 codesquid, revision 7550

Workaround for GCC bug 58972.

2016-06-07 16:05 codesquid, revision 7549

Cleanup volume enumerator. Also use it to fetch drive icon.

2016-06-07 15:19 codesquid, revision 7548

Cleanup of startup profiling.

2016-06-07 14:55 codesquid, revision 7547

Only sort drives after adding them.

2016-06-07 11:34 codesquid, revision 7546

Simplify getting command-line arguments.

2016-06-07 09:17 codesquid, revision 7545

Minor speedup loading the queue if there is nothing to load.

2016-06-03 14:07 codesquid, revision 7544

Allow rearranging tabs via drag&drop.

2016-06-03 14:06 codesquid, revision 7543

wxAuiNotebook doesn't update m_curPage when doing Drag&drop. Do it manually.

2016-06-03 14:05 codesquid, revision 7542

Minor cleanup.

2016-06-03 09:26 codesquid, revision 7541

Do not display an error if server disconnects us during idle time.

2016-06-01 19:56 codesquid, revision 7540

Apply inverse of user-selected timezone offset when modifying remote file timestamps. Fixes #10852

2016-06-01 08:34 codesquid, revision 7539

Fix compile error if having update checks disabled through configure.

2016-05-29 15:13 codesquid, revision 7538

Fix typo preventing copying multiple URLs.

2016-05-27 12:12 codesquid, revision 7536

Bump to 3.18.0

2016-05-27 12:02 codesquid, revision 7535

Updated translations

2016-05-27 08:35 codesquid, revision 7534

Add option to disable footers.

2016-05-26 09:03 codesquid, revision 7533

Add welcome footer.

2016-05-24 12:38 codesquid, revision 7532

Actually flatten the directory structure if told so when adding local directories to queue.

2016-05-24 12:37 codesquid, revision 7531

When processing local directories, tell FilenameFilteredByFilter whether entry is file or directory.

2016-05-24 12:36 codesquid, revision 7530

Also clear local and remote file data when clearing results.

2016-05-22 10:38 codesquid, revision 7529

Use correct host format where there's a separate port field.

2016-05-20 16:31 codesquid, revision 7524

Bump to 3.18.0-rc1

2016-05-20 16:12 codesquid, revision 7523

Add option to disable drag&drop.

2016-05-20 14:34 codesquid, revision 7522

If opening context menu while holding shift, Getting item(s) as URL includes password. Closes #10829

2016-05-19 07:42 codesquid, revision 7521

Percent-encode characters in URLs that aren't unreserved.

2016-05-18 21:09 codesquid, revision 7519

Cleanup GetAsURL.

2016-05-18 12:54 codesquid, revision 7517

Fix date validation to match later use of date.

2016-05-18 09:53 codesquid, revision 7516

Refactor functions to format CServer to string. Based on patch #10829 by jblitte.

2016-05-18 08:25 codesquid, revision 7515

Fix #10837, during recursive operation, the "Enter directory" item in context menu was showing for files.

2016-05-18 08:18 codesquid, revision 7514

Move some common functionality into CFileListCtrl.

2016-05-18 07:19 codesquid, revision 7513

Stopping local search now works.

2016-05-17 14:25 codesquid, revision 7512

Reset state if local search has ended.

2016-05-17 08:41 codesquid, revision 7511

Allow list operation if not connected.

2016-05-17 07:51 codesquid, revision 7510

Allow searching when not connected.

2016-05-17 07:50 codesquid, revision 7509

Handle changes in search mode and disable remote search if not connected.

2016-05-17 07:31 codesquid, revision 7508

Fix compile error.

2016-05-16 12:59 codesquid, revision 7507

Implement uploading from search dialog.

2016-05-16 07:44 codesquid, revision 7506

Fix and re-enable remote operations.

2016-05-16 07:25 codesquid, revision 7505

Start/Stop buttons now react to local search events as well.

2016-05-15 16:45 codesquid, revision 7504

Get rid of explicit listing size. We can just get the size of the container instead.

2016-05-15 16:23 codesquid, revision 7503

Use std::wstring internally in CServerPath.

2016-05-14 21:04 codesquid, revision 7502

Remove the calls to vector::reserve, it prevents amortized O(1) push_back.

2016-05-14 17:37 codesquid, revision 7501

Fix another compile error.

2016-05-14 16:02 codesquid, revision 7498

Fix a typo.

2016-05-14 15:39 codesquid, revision 7497

Fix compile error on non-Windows.

2016-05-14 14:29 codesquid, revision 7496

Use std::wstring instead of wxString internally in CLocalPath

2016-05-13 15:18 codesquid, revision 7495

Fix a few more warnings.

2016-05-13 14:54 codesquid, revision 7494

Save a bit of memory and increase speed by using std::wstring instead of wxString, part deux.

2016-05-13 14:53 codesquid, revision 7493

Fix harmless warning.

2016-05-13 08:49 codesquid, revision 7491

Save a bit of memory and increase speed by using std::wstring instead of wxString

2016-05-12 17:51 codesquid, revision 7490

Work in progress: Local file search.

2016-05-12 17:50 codesquid, revision 7489

Use shared_optional::is_same to speed up comparison.

2016-05-12 15:22 codesquid, revision 7487

Don't set column search icon if it isn't changing.

2016-05-12 15:03 codesquid, revision 7486

Move getting search object outside of loop.

2016-05-12 15:02 codesquid, revision 7485

Remove some pre-Vista code for displaying sort icons in column headers.

2016-05-12 15:02 codesquid, revision 7484

Fix sort object for paths.

2016-05-12 09:51 codesquid, revision 7483

Add CLocalPath::operator<

2016-05-09 07:14 codesquid, revision 7479

Tag 3.17.0.1

2016-05-09 07:14 codesquid, revision 7478

Updated translations

2016-05-09 06:46 codesquid, revision 7477

Change constness.

2016-05-09 06:43 codesquid, revision 7476

Remove commented out line.

2016-05-07 20:05 codesquid, revision 7475

Add quotes around argument. Fixes privilege escalation vulnerability in installer. #10832 reported by Cyril Vallicari from Ug_0 Security.

2016-05-07 17:28 codesquid, revision 7474

Initialize uninitialized variable, fixes resuming SFTP downloads.

2016-05-05 19:41 codesquid, revision 7473

Cleanup arithmetic.

2016-05-05 19:31 codesquid, revision 7472

Avoid making and modifying a temporary copy of the input string in CServerPath::SetSafePath.

2016-04-27 13:41 codesquid, revision 7463

Fixed typos.

2016-04-27 11:50 codesquid, revision 7462

Do not attempt to open update dialog right when FileZilla is closing.

2016-04-26 20:08 codesquid, revision 7461

For some bizarre reason loading the catalogs for the default locale fails on English non-US Windows installations, resulting in fallback to C locale. Ignore catalog loading errors if the default locale is requested.

2016-04-25 07:49 codesquid, revision 7460

Fix small logic error, we only need one token.

2016-04-22 13:40 codesquid, revision 7459

Fix date.

2016-04-22 13:08 codesquid, revision 7457

Version bump to 3.17.0

2016-04-22 13:01 codesquid, revision 7456

Updated translations

2016-04-22 12:15 codesquid, revision 7455

Spelling

2016-04-22 12:11 codesquid, revision 7454

Fix typo that resulted in two strings marked translatable even though they shouldn't be.

2016-04-21 12:21 codesquid, revision 7453

Small dialog size adjustment.

2016-04-21 07:46 codesquid, revision 7452

Treat items as links if they have a URL tooltip.

2016-04-20 17:18 codesquid, revision 7451

Load resources into update dialog and push them through to welcome dialog.

2016-04-20 16:56 codesquid, revision 7450

Get rid of debugging preprocessor defines.

2016-04-20 16:32 codesquid, revision 7449

Add a resources header to the update information.

2016-04-20 14:18 codesquid, revision 7448

Implement wxFileSystemBlobHandler::FindFirst

2016-04-20 14:18 codesquid, revision 7447

Move loading of XRC handlers into own file.

2016-04-20 09:12 codesquid, revision 7446

Add handler for wxFileSystem that can work with blobs where the filename is the hex-encoded content.

2016-04-19 15:48 codesquid, revision 7445

Hold state as reference instead of pointer and clean up destruction order.

2016-04-19 08:29 codesquid, revision 7444

Add missing compiler flags for Nettle.

2016-04-17 13:59 codesquid, revision 7442

Remove label about holding shift key to toggle both local and remote filter at the same time on wxGTK. GTK+ doesn't check the checkbox if shift is held, thus blocking it completely.

2016-04-15 12:36 codesquid, revision 7440

Bump to 3.17.0-rc1

2016-04-15 12:18 codesquid, revision 7439

Updated translations.

2016-04-15 07:55 codesquid, revision 7438

Require libfilezilla 0.5.0

2016-04-15 07:32 codesquid, revision 7435

Disable upload and queue actions when local recursive operation already busy.

2016-04-14 13:21 codesquid, revision 7434

Check whether it's the initial update check of a new version.

2016-04-14 11:51 codesquid, revision 7433

Look in both HKCU and HKLM.

2016-04-14 11:22 codesquid, revision 7432

Add package information to update URL.

2016-04-14 08:51 codesquid, revision 7430

Remember package type and whether it's an updated install.

2016-04-13 09:53 codesquid, revision 7425

Adjust to proper datetime::empty() semantics and handle alternate midnight format.

2016-04-11 20:14 codesquid, revision 7423

Update workspace files.

2016-04-11 19:39 codesquid, revision 7422

For now, ignore cached host keys with insecure hostkey algorithms.

2016-04-11 12:59 codesquid, revision 7421

Fix compile error

2016-04-11 12:51 codesquid, revision 7420

Work in progress: Merge upstream PuTTY changes.

2016-04-11 10:31 codesquid, revision 7419

Document Nettle requirement.

2016-04-11 10:30 codesquid, revision 7418

Get rid of uggly hack in updater now that we use Nettle.

2016-04-11 10:14 codesquid, revision 7417

Also use Nettle for SHA1.

2016-04-10 21:46 codesquid, revision 7416

Completely replace remainder of PuTTY's AES implementation with library calls to Nettle.

2016-04-10 21:15 codesquid, revision 7415

Fix regression if using CBC ciphers.

2016-04-10 21:10 codesquid, revision 7414

Add missing forward declaration.

2016-04-10 19:40 codesquid, revision 7413

Use Nettle's sha256

2016-04-10 18:23 codesquid, revision 7412

Configure changes to detect nettle.

2016-04-10 18:09 codesquid, revision 7411

Use the hardware-accelerated AES implementation from nettle in fzsftp.

2016-04-10 15:54 codesquid, revision 7410

The hook has a different signature starting with GnuTLS 3.4, add a #define to select the right one.

2016-04-10 15:36 codesquid, revision 7409

Use the TCP window scaling auto-adjustment on MSW also when using SFTP.

2016-04-10 14:44 codesquid, revision 7408

Merge changes from 3.16.x branch.

2016-04-06 08:07 codesquid, revision 7405

Increase disk IO buffer size.

2016-04-06 07:44 codesquid, revision 7404

Fix #10811 where failed SFTP downloads are reported as success due to a shadowed variable.

2016-04-05 13:02 codesquid, revision 7403

Add chunking on the threaded side and fix a race when stopping the operation due to m_listedDirectories not being cleared.

2016-04-05 11:36 codesquid, revision 7402

Do not change queue state if trying to set an empty queue active.

2016-04-05 08:17 codesquid, revision 7401

Need to add the empty item signalling completion to m_listedDirectories inside the mutex.

2016-04-04 16:37 codesquid, revision 7400

Clamp values, wx doesn't do it for us.

2016-04-04 09:24 codesquid, revision 7399

Attempt to detect multiple installations of FileZilla.

2016-04-04 09:21 codesquid, revision 7398

We have verified the checksum already, no need for the installer to do it again.

2016-04-04 08:13 codesquid, revision 7397

Get path of running process in win32 syntax as opposed to device syntax.

2016-04-04 07:35 codesquid, revision 7396

Fix comment about NSIS version requirement

2016-04-03 14:58 codesquid, revision 7395

Split files and directories into different vectors to slightly improve performance and to correct the progress numbers.

2016-04-01 09:55 codesquid, revision 7394

Small performance increase.

2016-03-31 15:23 codesquid, revision 7393

Simplify some event handling.

2016-03-30 17:40 codesquid, revision 7392

Don't include extra separator in queue context menu on *nix.

2016-03-29 17:09 codesquid, revision 7391

Fix transfer failures when uploading using SFTP and another thread is already listing the target directory.

2016-03-29 15:14 codesquid, revision 7390

Re-implement queuing directories via drag&drop.

2016-03-29 09:41 codesquid, revision 7389

Re-implement queuing from local directory tree.

2016-03-23 10:16 codesquid, revision 7386

Apply filters.

2016-03-23 10:16 codesquid, revision 7385

Handle directories when queuing the recursion results.

2016-03-23 10:15 codesquid, revision 7384

Use local filters, not remote ones when starting local recursive operation.

2016-03-23 10:15 codesquid, revision 7383

Add small function to compile the regexes of a vector of filters.

2016-03-23 10:14 codesquid, revision 7382

Use the right operation object to display local progress.

2016-03-22 17:09 codesquid, revision 7381

Partially re-implement adding local directories to queue.

2016-03-16 10:47 codesquid, revision 7379

Merge translations and version bump from 3.16.x branch.

2016-03-16 08:40 codesquid, revision 7375

Merge upstream PuTTY changes.

2016-03-15 23:03 codesquid, revision 7371

Request Unicode build with NSIS 3. The move to NSIS 3 is due to the DLL hijacking vulnerability in older NSIS versions. Fixes #10785 reported by Rojan Rijal.

2016-03-14 13:40 codesquid, revision 7367

Update to most recent version of UAC plugin for NSIS

2016-03-14 09:26 codesquid, revision 7366

Create local recursive operation instance and handle its destruction.

2016-03-11 10:25 codesquid, revision 7365

Rip out queueing local directories, it's an inuntanglable mess. This functionality will be rewritten from scratch.

2016-03-10 10:57 codesquid, revision 7364

Add local recursive operation status.

2016-03-09 13:41 codesquid, revision 7363

Move CFolderProcessingThread out of the queue into own file and begin separating the logic. The goal is to have adding local directories to the queue behave exactly as adding remote directories to the queue, with the recursive operation status below the local file list. Under the hood, both local and remote recursive operations should have the same interface. This common functionality can then at a later step be used to have a local file search and possibly even a comparative search.

2016-03-08 08:40 codesquid, revision 7362

Rename recursive_operation.c/h to remote_recursive_operation.c/h

2016-03-04 16:11 codesquid, revision 7360

Improve Windows 10 compatibility.

2016-03-04 11:34 codesquid, revision 7359

Fix two harmless warnings.

2016-03-04 11:22 codesquid, revision 7358

Replace wxDynamicCast with dynamic_cast

2016-02-29 10:16 codesquid, revision 7351

Bump to 3.16.0

2016-02-29 10:15 codesquid, revision 7350

If building the installer with a special define, optional third-party offers can be displayed during setup. Installations from the auto-updater and installations do not display nor installer any offers.

2016-02-29 10:08 codesquid, revision 7349

Add a new leftover file due to da_DK renamed to da.

2016-02-29 10:05 codesquid, revision 7348

Updated translations.

2016-02-29 07:49 codesquid, revision 7347

Do not reset queue completion action after queue completion.

2016-02-22 13:51 codesquid, revision 7345

Bump to 3.16.0-rc1

2016-02-22 13:41 codesquid, revision 7343

Updated translations

2016-02-22 13:20 codesquid, revision 7342

Clarify wording.

2016-02-22 09:19 codesquid, revision 7341

Change location of leftover cleanup.

2016-02-22 09:03 codesquid, revision 7339

Clean leftovers from improperly uninstalled past versions.

2016-02-22 08:32 codesquid, revision 7338

Small workflow improvement when setting the "run command" queue completion action.

2016-02-17 16:42 codesquid, revision 7331

Remember the command to run with the corresponding queue completion action.

2016-02-17 15:12 codesquid, revision 7330

Increase max buffer size for longer error messages.

2016-02-17 10:36 codesquid, revision 7328

Some fixes to the network configuration wizard.

2016-02-17 09:46 codesquid, revision 7327

Merge NEWS from 3.15.x branch.

2016-02-16 10:51 codesquid, revision 7326

Remember queue completion action.

2016-02-16 08:40 codesquid, revision 7325

Listen on same address family as the control connection.

2016-02-15 15:47 codesquid, revision 7324

Make notification bubbles a normal queue completion action. Remove the temporary notification bubble option. Remove the disconnect and show message completion actions.

2016-02-15 10:30 codesquid, revision 7322

Use fz::sparse_optional from libfilezilla.

2016-02-15 09:22 codesquid, revision 7320

Use fz::shared_optional and fz::shared_value from libfilezilla.

2016-02-13 17:59 codesquid, revision 7318

Revert an unneeded change.

2016-02-13 15:09 codesquid, revision 7317

Add a new servertype for MS-DOS style servers actually preferring forward slashes. #10749

2016-02-13 10:41 codesquid, revision 7316

Add missing include.

2016-02-12 11:06 codesquid, revision 7315

Minor fixes to the Connect and DetachThread functions.

2016-02-09 19:05 codesquid, revision 7311

Move location of COPYING in the OS X application bundle. OS X has difficulties signing the bundle correctly with the file in the old location.

2016-02-09 18:12 codesquid, revision 7310

Handle divider double-clicks.

2016-02-09 17:56 codesquid, revision 7309

Make loading column widths more forgiving. Fixes restoring the size of columns in the queue tab for failed transfers.

2016-02-09 13:59 codesquid, revision 7308

Fix an assertion.

2016-02-05 09:16 codesquid, revision 7307

Fix a compile error.

2016-02-05 08:22 codesquid, revision 7306

FIx logic error in restoring focus.

2016-02-03 12:08 codesquid, revision 7305

Apply #10742: Add missing include to proxy.cpp

2016-02-03 08:57 codesquid, revision 7304

Remove more wxString usage from CSocket.

2016-02-02 09:28 codesquid, revision 7300

Bump to 3.15.0.1

2016-02-02 09:26 codesquid, revision 7299

Add option to configure display of notification bubbles on queue completion.

2016-02-02 09:22 codesquid, revision 7298

Updated translation

2016-02-02 08:45 codesquid, revision 7297

Allow specifying handler order. This fixes search from skipping the last search directory.

2016-02-01 10:51 codesquid, revision 7296

First round of wxString removal from the socket code.

2016-02-01 10:11 codesquid, revision 7295

Get rid of the synchronous callbacks used for rtt measurements.

2016-01-30 14:55 codesquid, revision 7288

Bump to 3.15.0

2016-01-30 14:48 codesquid, revision 7287

Updated translations.

2016-01-30 09:53 codesquid, revision 7285

Asserts aren't meant to be translatable.

2016-01-30 09:52 codesquid, revision 7284

Fix typo.

2016-01-30 09:20 codesquid, revision 7283

Display notification message if all transfers have finished on MSW.

2016-01-27 14:06 codesquid, revision 7279

Update copyright year to 2016

2016-01-26 08:41 codesquid, revision 7272

Add a missing include.

2016-01-25 16:45 codesquid, revision 7271

Add copyright notice to check_libc++.m4

2016-01-23 17:37 codesquid, revision 7269

Bump to 3.15.0-rc1

2016-01-23 17:36 codesquid, revision 7268

Updated translations.

2016-01-21 09:09 codesquid, revision 7267

Fix a harmless warning.

2016-01-21 08:30 codesquid, revision 7265

Fix possible extra write at end of download. #10726

2016-01-20 15:11 codesquid, revision 7264

Add extra safety margin to prevent squishing of certificate subject. Closes #10665

2016-01-20 13:38 codesquid, revision 7263

Change the "Connected" status message to "Logged in" which more accurately describes what happens.

2016-01-20 10:40 codesquid, revision 7262

Fix memory leak.

2016-01-20 09:34 codesquid, revision 7259

Fix setting initial view sizes when creating new tab. #10696

2016-01-19 15:21 codesquid, revision 7258

Need to compile be_misc.c

2016-01-19 11:07 codesquid, revision 7254

Merge upstream PuTTY changes.

2016-01-13 12:28 codesquid, revision 7252

Bump to 3.15.0-beta1

2016-01-13 12:17 codesquid, revision 7251

Updated translations

2016-01-12 19:02 codesquid, revision 7250

Require libfilezilla 0.3.0 or higher.

2016-01-12 14:17 codesquid, revision 7249

We no longer need to link against wxnet.

2016-01-12 14:17 codesquid, revision 7248

Fix compile error on non-MSW.

2016-01-12 10:18 codesquid, revision 7244

Get rid of wxIPV4address

2016-01-12 09:54 codesquid, revision 7243

Use our own socket implementation instead of wxSocket in the network configuration wizard.

2016-01-12 09:54 codesquid, revision 7242

Need to call remove_handler in destructor of external IP address resolver.

2016-01-11 22:09 codesquid, revision 7241

Use custom winsock initialization and request Winsock 2.2 instead of 1.1 as wx does.

2016-01-10 14:21 codesquid, revision 7240

Get rid of wxThread from the interface.

2016-01-10 13:52 codesquid, revision 7239

Eliminate wxThread from the engine.

2016-01-10 13:37 codesquid, revision 7238

Use fz::thread instead of wxThread.

2016-01-10 09:40 codesquid, revision 7237

Fix an assert when incrementing an erased vector iterator.

2016-01-08 12:48 codesquid, revision 7236

Update built-in pugixml copy.

2016-01-04 00:03 codesquid, revision 7229

Explicitly link against ws2_32, it's needed when building for MSW on some platforms.

2016-01-03 23:36 codesquid, revision 7228

Fix compilation on MSW if wxWidgets has been configured with the non-standard --enable-stl

2016-01-03 19:23 codesquid, revision 7227

Small performance improvement.

2016-01-03 18:57 codesquid, revision 7226

Small fixes to the search dialog: Only process listings if in a recursive list. When deleting, use the correct paths.

2016-01-01 18:52 codesquid, revision 7223

Additional cleanup of setting up recursive operations.

2016-01-01 11:09 codesquid, revision 7222

Allow processing of unrelated directories from search dialog.

2015-12-30 23:17 codesquid, revision 7221

Clean up the way recursive operations are started.

2015-12-18 13:05 codesquid, revision 7220

Improve compatibility with broken servers omitting the mandatory 1yz reply to the transfer commands as specified in RFC959 .

2015-12-18 12:14 codesquid, revision 7219

Vastly speed up writing of ASCII files to local disk. My large test file transfers 100 times faster.

2015-12-18 10:13 codesquid, revision 7218

Fix compile error SIMULATE_IO debug configuration.

2015-12-16 17:13 codesquid, revision 7217

Apply patch for Debian FTBFS bug 805869.

2015-12-16 17:06 codesquid, revision 7216

Fix typo, reported by Adrien Cunin.

2015-12-08 19:14 codesquid, revision 7215

Remove MIDL sections from project file.

2015-12-08 19:10 codesquid, revision 7214

Update svn:ignore

2015-11-29 21:14 codesquid, revision 7211

Remove extraneous %, fixes #10706

2015-11-26 10:07 codesquid, revision 7209

IP functions have been moved to libfilezilla.

2015-11-26 09:34 codesquid, revision 7208

Remove no longer needed tests, those code is now in libfilezilla

2015-11-23 12:18 codesquid, revision 7199

Minor refactoring.

2015-11-21 20:17 codesquid, revision 7198

Need to convert commands sent to fzputtygen to UTF-8 instead of system encoding.

2015-11-21 19:12 codesquid, revision 7197

Fix link error in tools.

2015-11-20 14:33 codesquid, revision 7196

Handle keyfile paths containing non-ASCII characters.

2015-11-20 11:42 codesquid, revision 7195

Fix mutex locking violation if logfile cannot be initialized. #10704

2015-11-19 16:21 codesquid, revision 7194

Fix a bunch of compiler warnings, mostly about unused parameters.

2015-11-18 10:41 codesquid, revision 7184

Adapt to changed semantics of recursive_remove::remove

2015-11-17 14:04 codesquid, revision 7181

Fix a compile error on *nix

2015-11-17 13:25 codesquid, revision 7180

Use the local_filesys and recursive_remove classes from libfilezilla.

2015-11-16 11:11 codesquid, revision 7177

Further local_filesys cleanup.

2015-11-16 10:50 codesquid, revision 7176

Revert accidental commit that uncovered a compiler bug in Visual Studio.

2015-11-16 10:49 codesquid, revision 7175

Rename CLocalFileSystem to fz::local_filesys

2015-11-15 09:56 codesquid, revision 7174

Use xrc_call in a few more places

2015-11-15 09:49 codesquid, revision 7173

Use xrc_call for added robustness.

2015-11-12 09:28 codesquid, revision 7172

Updated translations

2015-11-09 09:37 codesquid, revision 7170

Add function to set a client certificate.

2015-11-06 09:10 codesquid, revision 7168

fzstring.h has been moved to libfilezilla.

2015-11-06 08:57 codesquid, revision 7165

Mention that date/time formatting system defaults depend on selected language. Fixes #10684

2015-10-29 08:38 codesquid, revision 7147

Apply patch by twu2: Add missing directory comparison checkbox in new bookmark dialog.

2015-10-28 08:28 codesquid, revision 7143

Adjust path to libfilezilla in VS project file.

2015-10-26 17:25 codesquid, revision 7139

Set appid on desktop icon.

2015-10-23 15:54 codesquid, revision 7133

Fix compile error with some wx configuration not having implicit conversion to char const*

2015-10-23 14:53 codesquid, revision 7132

Fix compile error due to mismatched arguments to the ternary operator.

2015-10-23 08:57 codesquid, revision 7130

If run stand-alone, e.g. in the unit test, m_pControlSocket can be 0. Check for it.

2015-10-23 08:53 codesquid, revision 7129

Replace some wxString and wxChar usages with std::wstring and wchar_t

2015-10-16 09:51 codesquid, revision 7109

Bump to 3.14.1

2015-10-16 09:39 codesquid, revision 7108

Updated translations

2015-10-15 13:08 codesquid, revision 7106

Fail if pkg-config cannot be found

2015-10-15 12:44 codesquid, revision 7105

Show helpful URL if libfilezilla has not been found.

2015-10-15 12:41 codesquid, revision 7104
  • D /FileZilla3/trunk/m4/libgnutls.m4

Remove no longer needed libgnutls.m4

2015-10-15 12:41 codesquid, revision 7103

Update pkg.m4 from upstream.

2015-10-15 12:17 codesquid, revision 7102

Document libfilezilla dependency.

2015-10-15 12:07 codesquid, revision 7100

If opening local file fails, report a critical error so that no automatic retry is performed. Fixes #10668

2015-10-14 11:49 codesquid, revision 7097

Fix a hypothetical memory leak.

2015-10-14 07:42 codesquid, revision 7096

Merge upstream PuTTY changes.

2015-10-13 14:45 codesquid, revision 7095

Always quote $enableval

2015-10-13 14:44 codesquid, revision 7094

Applied patch submitted by Nicolas Chauvet <kwizart@gmail.com> with some small modifications: Add configure flag to use GnuTLS system ciphers.

2015-10-13 14:33 codesquid, revision 7093

Display a warning if a used algorithm is insecure.

2015-10-13 13:50 codesquid, revision 7092

Add warning flags in case an insecure algorithm is used.

2015-10-13 09:32 codesquid, revision 7091

Instead of faking changing layout options in the settings dialog, directly set the options and revert in case of cancel.

2015-10-13 08:36 codesquid, revision 7090

Fix changing of icon themes and simplify updating message log settings.

2015-10-07 18:51 codesquid, revision 7083

The SSH_FXP_STATUS packet contains a human-readable error description. If receiving unexpected errors, print the description.

2015-10-06 23:25 codesquid, revision 7081

Update to accomodate lib changes.

2015-10-06 16:12 codesquid, revision 7077

Remove tests which are now part of libfilezilla

2015-10-05 17:59 codesquid, revision 7066

Update Visual Studio solution and project files.

2015-10-05 17:59 codesquid, revision 7065

Don't use size_t, it still is 32bit on too many systems. Just use int64_t.

2015-10-05 14:31 codesquid, revision 7061

Fix test compilation.

2015-10-05 12:37 codesquid, revision 7051

Use standalone libfilezilla.

2015-10-04 08:46 codesquid, revision 7048

Fix compile errors.

2015-10-04 08:39 codesquid, revision 7047

Move file class to library.

2015-10-04 08:07 codesquid, revision 7046

Don't overqualify namespace.

2015-10-04 08:06 codesquid, revision 7045

Make sure _UNICODE is defined prior to including <windows.h>

2015-10-03 18:45 codesquid, revision 7043

Fix compilation on *nix.

2015-10-03 18:09 codesquid, revision 7042

Move process class to library.

2015-09-30 20:55 codesquid, revision 7041

Rename GetRandomNumber to random_number and move to lib.

2015-09-30 20:55 codesquid, revision 7040

Rename GetRandomNumber to random_number and move to lib.

2015-09-30 14:50 codesquid, revision 7039

Fix compile error

2015-09-30 14:45 codesquid, revision 7038

Move event loop to library.

2015-09-30 14:25 codesquid, revision 7037

Add sleep function.

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

Fix accidental revert.

2015-09-30 14:04 codesquid, revision 7035

Cleanup event_handler and event_loop.

2015-09-30 12:07 codesquid, revision 7034

Move event.h to library

2015-09-30 10:08 codesquid, revision 7033

Fix compile error.

2015-09-30 09:56 codesquid, revision 7032

Move event loop into fz namespace.

2015-09-30 09:23 codesquid, revision 7031

Use std::index_sequence instead of our custom integer sequence.

2015-09-29 21:57 codesquid, revision 7030

Need to include errno.h for symbolic error codes.

2015-09-29 21:48 codesquid, revision 7029

Need to include cstdlib for std::abort

2015-09-29 21:47 codesquid, revision 7028

#include <errno.h> since we use errno

2015-09-29 18:04 codesquid, revision 7027

Implement string conversion on *nix.

2015-09-29 16:19 codesquid, revision 7026

Remove stray \v that doesn't belong in translated strings.

2015-09-29 16:17 codesquid, revision 7025

Update svn:ignore

2015-09-29 08:38 codesquid, revision 7024

Fix declaration of thread_proc callback.

2015-09-28 14:15 codesquid, revision 7021

Add the MinGW implementation for the threads.

2015-09-28 14:14 codesquid, revision 7020

Add libfilezilla.lib to release builds.

2015-09-28 08:58 codesquid, revision 7019

Add a thread class since std::thread is unusable on some platforms. Non-std::thread implementation not yet implemented.

2015-09-27 17:08 codesquid, revision 7018

Remove mutex.cpp from engine makefile.

2015-09-27 17:02 codesquid, revision 7017

Move mutex class to libfilezilla.

2015-09-27 14:26 codesquid, revision 7016

Fix compile errors on *nix

2015-09-27 14:15 codesquid, revision 7015

Fix compile error on MinGW

2015-09-27 14:13 codesquid, revision 7014

Set svn:eol-style

2015-09-27 14:12 codesquid, revision 7013

Finish datetime cleanup and move into library.

2015-09-27 10:34 codesquid, revision 7012

Rename some additional datetime functions.

2015-09-25 12:33 codesquid, revision 7011

#include <strings.h> for strcasecmp

2015-09-25 11:42 codesquid, revision 7010

Fix forward-declaration of fz::datetime.

2015-09-25 11:36 codesquid, revision 7009

Fix a warning.

2015-09-25 11:34 codesquid, revision 7008

Fix compile error on non-MSW.

2015-09-25 09:42 codesquid, revision 7007

Fix testcase compilation

2015-09-25 09:34 codesquid, revision 7006

Further cleanup of time handling classes.

2015-09-25 08:53 codesquid, revision 7005

Move time classes into fz namespace, rename them to lowercase.

2015-09-25 08:51 codesquid, revision 7004

Fix path to libfilezilla.a

2015-09-24 09:59 codesquid, revision 7003

Fix compile error due to wxString brokenness

2015-09-24 09:50 codesquid, revision 7002

Need to #include <string.h> for _stricmp on Windows

2015-09-24 09:50 codesquid, revision 7001

Add include path

2015-09-24 09:38 codesquid, revision 7000

Add the foundation for a new base library which eventually will become stand-alone so that it can be used by other software as well, e.g. FileZilla Server or a future command-line client.

2015-09-23 08:24 codesquid, revision 6999

Update svn:ignore

2015-09-23 08:24 codesquid, revision 6998

Rename libfilezilla.h to libfilezilla_engine.h

2015-09-23 08:22 codesquid, revision 6997

Rename libfilezilla.h to libfilezilla_engine.h

2015-09-22 06:30 codesquid, revision 6996

Remove confusing file and line number from a normal status message.

2015-09-18 08:15 codesquid, revision 6995

Fix reading of comparison flag from XML.

2015-09-16 11:42 codesquid, revision 6993

Bump to 3.14.0

2015-09-16 08:16 codesquid, revision 6992

Remove an assertion that no longer holds.

2015-09-16 08:06 codesquid, revision 6991

Updated translations

2015-09-15 15:13 codesquid, revision 6990

Remove two subdirectories that shouldn't be part of the distribution, they are already in the toplevel

2015-09-14 18:32 codesquid, revision 6989

Small adjustments of minimum sizes.

2015-09-14 09:59 codesquid, revision 6988

Actually remove the usleep call.

2015-09-13 10:42 codesquid, revision 6987

Fix compile error.

2015-09-13 09:44 codesquid, revision 6986

Additional fixes for pre-epoch timestamps

2015-09-13 08:21 codesquid, revision 6985

CPPUNIT_ASSERT_EQUAL's first argument is the expected value

2015-09-13 08:17 codesquid, revision 6984

Allow one millisecond difference due to rounding errors

2015-09-13 08:05 codesquid, revision 6983

Fix test suite error, usleep semantics aren't actually defined for more than a second.

2015-09-11 14:06 codesquid, revision 6982

Add C++14 operator delete that takes a size_t

2015-09-10 09:36 codesquid, revision 6981

Merge upstream changes.

2015-09-10 07:56 codesquid, revision 6980

Ensure insecure ciphers are below the warning threshold.

2015-09-09 20:43 codesquid, revision 6979

Instead of silently failing when encountering an insecure algorithm, print an error message.

2015-09-09 14:25 codesquid, revision 6978

Fix compile warnings.

2015-09-09 14:04 codesquid, revision 6976

Bump to 3.14.0-rc2

2015-09-09 14:02 codesquid, revision 6975

Updated translations

2015-09-09 13:52 codesquid, revision 6974

Small parsing speed improvement for MLSD facts.

2015-09-09 13:33 codesquid, revision 6973

Removing selected queue items had complexity of O(n^2). While this is still the worse-case, many common cases are now O(n).

2015-09-08 13:49 codesquid, revision 6972

Further memory savings.

2015-09-07 11:48 codesquid, revision 6971

Use a deque instead of a list for the file items to save memory.

2015-09-07 11:38 codesquid, revision 6970

Reset timeout if trying next address.

2015-09-04 11:40 codesquid, revision 6968

Bump to 3.14.0-rc1

2015-09-04 11:40 codesquid, revision 6967

Updated translations

2015-09-04 09:46 codesquid, revision 6966

Fix memory leak.

2015-09-04 09:33 codesquid, revision 6965

Handle failures to load dialog.

2015-09-04 09:30 codesquid, revision 6964

Fix logic error in comment handling.

2015-09-03 11:13 codesquid, revision 6963

import.c is now needed by fzsftp as well.

2015-09-02 15:13 codesquid, revision 6959

Allow use of foreign key files without conversion if they aren't password protected.

2015-09-02 12:41 codesquid, revision 6958

Show error message when trying to load SSH1 key.

2015-09-02 12:26 codesquid, revision 6957

Disable SSH1 support.

2015-08-31 15:09 codesquid, revision 6956

Fix interaction between keyfiles and interactive logins.

2015-08-31 15:08 codesquid, revision 6955

Do not ask to convert password-protected keyfiles.

2015-08-31 13:38 codesquid, revision 6954

Handle wrong key passphrase.

2015-08-31 13:15 codesquid, revision 6953

Always send key passphrase request regardless of login type.

2015-08-31 12:54 codesquid, revision 6952

Handle password protected keyfiles.

2015-08-28 08:09 codesquid, revision 6951

Do not open search dialog if not idle.

2015-08-27 08:42 codesquid, revision 6950

Change checkbox label, locally edited files aren't being deleted.

2015-08-25 14:14 codesquid, revision 6949

When remote directory does not exist during synchronized browsing, ask whether it should be created.

2015-08-25 10:14 codesquid, revision 6948

When local directory does not exist during synchronized browsing, ask whether it should be created.

2015-08-24 13:14 codesquid, revision 6946

Bump to 3.13.1

2015-08-24 13:06 codesquid, revision 6945

Updated translations

2015-08-24 12:48 codesquid, revision 6944

Try 1y instead of 0x when checking for C++14 support.

2015-08-23 09:10 codesquid, revision 6943

Fix Ctrl+Shif+I shortcut and on OS X, add Ctrl+,

2015-08-22 08:54 codesquid, revision 6942

Merge with upstream PuTTY.

2015-08-21 21:51 codesquid, revision 6941

Fix key computation if the combination of cipher and kex-hash requires more than 2 iterations Until now, PuTTY assumed key computation (RFC 4253 section 7.2) requires at most 2 iterations. This patch increases the limit to 4 iterations as is needed for chacha20-poly1305@openssh.com with diffie-hellman-group-exchange-sha1: ceil(512/160)==4. This can be reproduced connecting to a recent OpenSSH using the following two lines in /etc/sshd_config: Ciphers=chacha20-poly1305@openssh.com KexAlgorithms=diffie-hellman-group-exchange-sha1 This bug has originally been reported at https://trac.filezilla-project.org/ticket/10633

2015-08-21 16:39 codesquid, revision 6940

Create minidumps on crashes for fzsftp.exe and fzputtygen as well.

2015-08-20 11:59 codesquid, revision 6939

Add missing include.

2015-08-18 18:19 codesquid, revision 6938

Use LIBS instead of LDFLAGS in -latomic detection.

2015-08-18 18:11 codesquid, revision 6937

Check whether pugixml has been compiled with long long support.

2015-08-17 15:58 codesquid, revision 6936

Fix another testcase compile error.

2015-08-17 15:48 codesquid, revision 6935

Fix *nix builds.

2015-08-17 15:47 codesquid, revision 6934

Hopefully fix compile error in testcase.

2015-08-17 15:25 codesquid, revision 6933

Additional memory savings.

2015-08-17 13:07 codesquid, revision 6932

Save a significant amount of memory by using std::(w)string directly instead of using wxString.

2015-08-16 17:57 codesquid, revision 6931

Add check whether we need -latomic

2015-08-16 10:56 codesquid, revision 6930

Do not use custom random_device if using visual studio.

2015-08-16 10:56 codesquid, revision 6929

Sadly on some MinGW toolchains, std::random_device is non-functional. Implement our own.

2015-08-15 23:27 codesquid, revision 6928

Fix typo breaking source distribution

2015-08-15 12:35 codesquid, revision 6926

Bump to 3.13.0

2015-08-15 12:28 codesquid, revision 6925

Updated translations

2015-08-14 16:58 codesquid, revision 6920

Avoid using wxFileName::GetModificationTime

2015-08-13 22:29 codesquid, revision 6919

Bigger initial dimensions of main window.

2015-08-13 22:24 codesquid, revision 6918

Slightly increase minimal size of tree control in settings dialog.

2015-08-13 17:01 codesquid, revision 6917

Display $HOME instead of / if last used directory is invalid.

2015-08-13 14:05 codesquid, revision 6916

Small performance improvements.

2015-08-13 13:04 codesquid, revision 6915

We shouldn't needed it, but set ai_socktype to SOCK_STREAM on the hint for the bind address just in case.

2015-08-12 15:10 codesquid, revision 6914

Check that system pugixml is at least version 1.5

2015-08-12 12:36 codesquid, revision 6913

Fix assertion in debug builds.

2015-08-12 08:34 codesquid, revision 6912

Fix logic error in memory xml writer.

2015-08-12 08:30 codesquid, revision 6911

Fix compile error

2015-08-11 20:27 codesquid, revision 6910

Add some safety checks.

2015-08-10 19:07 codesquid, revision 6904

Bump to Bump to 3.13.0-rc2

2015-08-10 19:02 codesquid, revision 6902

Fixed last compile error.

2015-08-10 18:42 codesquid, revision 6901

Updated translations

2015-08-10 17:04 codesquid, revision 6900

Added missing configure checks from PuTTY.

2015-08-10 15:35 codesquid, revision 6899

Fix another conversion from DORD to int

2015-08-10 15:08 codesquid, revision 6898

Don't cast pointers to int, use intptr_t

2015-08-10 15:07 codesquid, revision 6897

Don't redefine SECURITY_WIN32

2015-08-10 15:07 codesquid, revision 6896

value_length must be DWORD

2015-08-10 14:49 codesquid, revision 6895

Fix a warning

2015-08-10 14:48 codesquid, revision 6894

Fix signature of platform_new_connection

2015-08-10 14:38 codesquid, revision 6893

Fix MinGW compile error

2015-08-10 14:33 codesquid, revision 6892

Fix generating fingerprint of ssh2 key

2015-08-10 14:27 codesquid, revision 6891

Change include order so that it compiles with our own config.h

2015-08-10 14:26 codesquid, revision 6890

Fix dependencies.

2015-08-10 14:26 codesquid, revision 6889

Fix warning.

2015-08-10 14:10 codesquid, revision 6888

Add missing file.

2015-08-10 14:03 codesquid, revision 6887

Fix function prototype after the PuTTY merge.

2015-08-10 14:02 codesquid, revision 6886

Fix include error

2015-08-10 13:45 codesquid, revision 6885

Check for pugixml.hpp instead of pugixml.h

2015-08-10 13:15 codesquid, revision 6884

Merge with upstream PuTTY changes.

2015-08-09 20:20 codesquid, revision 6883

Minor cleanup

2015-08-05 21:30 codesquid, revision 6881

Bump to 3.13.0-rc1

2015-08-05 21:29 codesquid, revision 6880

Fix compile error

2015-08-05 20:42 codesquid, revision 6879

Updated translations

2015-08-05 14:27 codesquid, revision 6878

Clean up error handling.

2015-08-05 13:45 codesquid, revision 6877

Use consistent spelling for key file.

2015-08-05 13:32 codesquid, revision 6876

Finished wxLongLong removal.

2015-08-05 13:07 codesquid, revision 6875

Replace wxArrayString with std::vector<wxString>

2015-08-04 08:34 codesquid, revision 6874

Add export to all queue tab context menus.

2015-08-04 07:15 codesquid, revision 6873

Fixed compile error introduced in r6871

2015-08-03 22:32 codesquid, revision 6872

Add translator comment

2015-08-03 22:25 codesquid, revision 6871

Revert some changes that led to translation changes.

2015-08-03 14:30 codesquid, revision 6870

Hide controls that aren't relevant to the current protocol and logon type selection.

2015-08-03 08:49 codesquid, revision 6869

Set CDirectoryListing::listing_has_dirs when adding an unsure directory.

2015-08-03 08:41 codesquid, revision 6868

If deleting a directory tree navigate out of the deleted subdir when refreshing. #10591

2015-08-01 10:37 codesquid, revision 6867

Typo.

2015-08-01 10:36 codesquid, revision 6866

Register App Path for Win+R. #10613

2015-07-31 18:44 codesquid, revision 6865

Fix copy-paste error found by Coverity.

2015-07-31 15:36 codesquid, revision 6864

Fix a warning.

2015-07-31 15:19 codesquid, revision 6863

Do not update recursion progress more than 5 times per second.

2015-07-31 13:00 codesquid, revision 6862

Cache lookup is now O(log n) instead of O(n)

2015-07-31 11:53 codesquid, revision 6861

Fix compile error

2015-07-30 16:25 codesquid, revision 6860

Patch by Ander Juaristi with some minor modifications: Allow entering site-specific SFTP private keys in the Site Manager. Modifications: - Fixed order of LogonType enum - Moved/renamed the two new files - Fixed XRC layout - Diable keyfile browse button along with text control

2015-07-30 15:48 codesquid, revision 6859

Fixed typo in comment.

2015-07-30 13:14 codesquid, revision 6858

Make some additional types movable.

2015-07-30 12:46 codesquid, revision 6857

Make some classes move-constructible.

2015-07-30 10:03 codesquid, revision 6856

Updated translations.

2015-07-30 08:37 codesquid, revision 6855

CServerPath::Segmentize did a lot of needless copying.

2015-07-29 13:28 codesquid, revision 6854

Mention proxy type in connection message.

2015-07-29 13:27 codesquid, revision 6853

Additional debug logging.

2015-07-28 20:28 codesquid, revision 6852

Same as r6592 but for connecting from the command-line. Closes #10605

2015-07-28 16:40 codesquid, revision 6851

Further removal of wxLongLong.

2015-07-28 15:46 codesquid, revision 6850

Small cleanup.

2015-07-28 15:29 codesquid, revision 6849

Fix compile error.

2015-07-28 15:09 codesquid, revision 6848

Convert some additional TinyXML remnants.

2015-07-28 14:57 codesquid, revision 6847

Work in progress: Move from TinyXML to pugixml.

2015-07-27 12:14 codesquid, revision 6844

Slightly smaller file.

2015-07-23 20:53 codesquid, revision 6842

Convert WSAEADDRINUSE to EADDRINUSE.

2015-07-22 16:58 codesquid, revision 6841

::CreateMutex may return NULL.

2015-07-22 14:14 codesquid, revision 6840

Use std::make_unique instead of custom implementation.

2015-07-22 13:15 codesquid, revision 6839

The time has come to require C++14 support.

2015-07-22 07:36 codesquid, revision 6837

Fix a few XRC errors.

2015-07-20 18:11 codesquid, revision 6834

Remove no longer needed define.

2015-07-20 18:10 codesquid, revision 6833

Visual Studio 2015 has arrived. Remove support for older versions.

2015-07-11 09:47 codesquid, revision 6828

Additional wxDateTime -> CDateTime conversion.

2015-07-11 09:23 codesquid, revision 6827

The underlying socket object lives longer than the TLS layer, pass socket as reference instead.

2015-07-09 17:49 codesquid, revision 6826

Remove an assert. The function works correctly without it and what the assert complains about is possible user input.

2015-07-09 17:26 codesquid, revision 6824

Tag 3.12.0.2

2015-07-09 17:18 codesquid, revision 6823

Fix regression on servers that don't have supported MLSD facts enabled by default. #10577

2015-07-09 12:43 codesquid, revision 6821

Bump to 3.12.0.1

2015-07-09 12:17 codesquid, revision 6820

Fix typo in UTF8 detection.

2015-07-09 12:13 codesquid, revision 6819

Fix location of status bar being off by one pixel

2015-07-08 21:38 codesquid, revision 6818

Work around a declaration clash on SunOS.

2015-07-08 19:53 codesquid, revision 6817

Fix typo

2015-07-08 13:01 codesquid, revision 6815

Bump to 3.12.0

2015-07-08 12:55 codesquid, revision 6814

Updated translations

2015-07-08 09:04 codesquid, revision 6813

Reconnect once if a disconnect happens during a command. Should fix #10574

2015-07-07 07:55 codesquid, revision 6812

Get format string from the correct label, spotted by Coverity.

2015-07-07 07:54 codesquid, revision 6811

Add missing breaks, spotted by Coverity.

2015-07-07 07:54 codesquid, revision 6810

Fix use after free spotted by Coverity.

2015-07-07 07:20 codesquid, revision 6809

Relax parsing of FEAT lines.

2015-07-06 21:58 codesquid, revision 6808

Minor cleanup.

2015-07-06 13:30 codesquid, revision 6807

Fix a few more warnings.

2015-07-06 13:06 codesquid, revision 6806

Fix compiler warning.

2015-07-06 13:04 codesquid, revision 6805

Fix warning.

2015-07-06 08:41 codesquid, revision 6804

Check for open message boxes and dialogs before showing asynchronous requests. Fixes #9514.

2015-07-01 11:19 codesquid, revision 6803
  • D /FileZilla3/trunk/docs/todo.txt

Remove an outdated todo list.

2015-07-01 10:01 codesquid, revision 6802

Use https:// where applicable.

2015-06-30 11:37 codesquid, revision 6801

Add directory comparison as option in the site manager and for bookmarks.

2015-06-30 10:05 codesquid, revision 6800

Allow comparing directories when not connected.

2015-06-30 09:41 codesquid, revision 6799

Fix a typo.

2015-06-30 09:36 codesquid, revision 6798

wxListCtrlEx::ScrollTopItem: Clamp passed item to item count.

2015-06-30 09:33 codesquid, revision 6797

More graceful handling of end of directory comparison.

2015-06-29 14:50 codesquid, revision 6795

Bump to 3.12.0-rc1

2015-06-29 12:36 codesquid, revision 6794

Quote paths containing spaces when executing fzputtygen.

2015-06-29 08:54 codesquid, revision 6793

Updated translations

2015-06-26 08:11 codesquid, revision 6792

Allow navigating the server during recursive operations.

2015-06-26 07:35 codesquid, revision 6791

Add origin flag to CCommandQueue::Idle

2015-06-22 12:18 codesquid, revision 6790

Show recursive operation progress.

2015-06-22 12:18 codesquid, revision 6789

Ignore listings from recursive operations if operation has been stopped already.

2015-06-22 12:12 codesquid, revision 6788

Add wxPLURAL_LL that works with 64bit integers on 32bit systems, unlike wxPLURAL.

2015-06-21 19:04 codesquid, revision 6787

Revert accidental commit.

2015-06-21 18:58 codesquid, revision 6786

2015-06-21 17:45 codesquid, revision 6785

Add a bit of documentation.

2015-06-20 16:32 codesquid, revision 6784

This should fix a compile error with some non-standard wx configurations.

2015-06-20 13:33 codesquid, revision 6783

Avoid C++14 generic lambda.

2015-06-19 09:33 codesquid, revision 6782

Warn if trying to import files from newer version of FZ.

2015-06-19 09:32 codesquid, revision 6781

Use wxMessageBoxEx instead of wxMessageBox

2015-06-19 09:29 codesquid, revision 6780

Little bit of cleanup.

2015-06-18 16:54 codesquid, revision 6779

Show a message if trying to open sitemanager.xml created by a more recent version.

2015-06-18 09:43 codesquid, revision 6778

Write own version and platform into created xml files.

2015-06-18 08:38 codesquid, revision 6777

Add debug message with details if gnutls_certificate_verify_peers2 fails.

2015-06-17 14:05 codesquid, revision 6776

Display cpu features and settings directory on about dialog.

2015-06-17 12:16 codesquid, revision 6775

Recursive operations no longer cause the remote directory listing and directory tree to be updated.

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

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

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.

2015-03-15 10:00 codesquid, revision 6571

Increase minimum timeout to 10 seconds. 5 causes too many failed transfers at the end of fast uploads due to buffering.

2015-03-14 22:27 codesquid, revision 6570

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

2015-03-14 11:09 codesquid, revision 6568

Bump to 3.10.3-beta1

2015-03-14 11:06 codesquid, revision 6567

Updated translations.

2015-03-13 10:26 codesquid, revision 6566

Fix constness

2015-03-13 10:16 codesquid, revision 6565

Fix handling of multiple arguments when executing processes.

2015-03-12 16:30 codesquid, revision 6564

Apply patch #10302 by scarabeus to fix compile error on openSUSE with minor modification to use wx_str().

2015-03-10 10:14 codesquid, revision 6561

Remove a little bit of dead code.

2015-03-10 10:14 codesquid, revision 6560

Add option to enable SFTP compression.

2015-03-09 11:18 codesquid, revision 6558

CPU is in $host_cpu, not $host_os

2015-03-09 11:01 codesquid, revision 6557

Show error message if running the installer for 64bit FZ on a 32bit Windows.

2015-03-08 10:24 codesquid, revision 6556

Add missing else block in ChangeSocketEventHandler leading to a tiny loss of performance.

2015-03-07 09:33 codesquid, revision 6555

Add substitution to tell the installer about 64bit, use 64bit program files on 64bit installs.

2015-03-06 20:02 codesquid, revision 6554

Fix include path of UAC.nsh

2015-03-06 19:54 codesquid, revision 6553

Update Makefile.am to reflect UAC changes

2015-03-06 19:53 codesquid, revision 6552

Update UAC plugin to latest version, hopefully this fixed admin detection issues some users have reported.

2015-03-06 19:51 codesquid, revision 6551

Remove redundant checks

2015-03-06 14:56 codesquid, revision 6549

Fix a couple build failures.

2015-03-06 14:28 codesquid, revision 6548

Move shell extension into a sub package and manually configure for both 32 and 64bit MSW.

2015-03-05 16:20 codesquid, revision 6547

For now also put the 32bit shell extension into the repository. Currently building 32bit FZ cannot build the 64bit shell extension and building 64bit FZ cannot build the 32bit shell extension.

2015-03-04 09:11 codesquid, revision 6546

Force regview to 32 if (un)installing the 32bit shell extension.

2015-03-03 23:21 codesquid, revision 6545

Mark some classes final and non-copyable where appropriate.

2015-03-03 23:05 codesquid, revision 6544

Small #include cleanup

2015-03-03 15:54 codesquid, revision 6543

Missing include. #10280

2015-03-02 20:28 codesquid, revision 6541

Bump to 3.10.2

2015-03-02 20:19 codesquid, revision 6540

Updated translations

2015-03-02 16:26 codesquid, revision 6539

Merge PuTTY upstream changes.

2015-03-02 14:43 codesquid, revision 6538

Re-sign to include intermediate certificate in chain.

2015-03-02 11:57 codesquid, revision 6537

Signed 64bit shell extension.

2015-03-02 11:55 codesquid, revision 6536

Remove no longer needed MinGW runtime libraries.

2015-03-02 11:49 codesquid, revision 6535

Update 64bit shell extension.

2015-03-02 11:03 codesquid, revision 6534

We neither want exceptions not RTTI in the shell extension, it only brings in unwanted dependencies.

2015-03-02 08:34 codesquid, revision 6533

Fix a typo leading to invalid file sizes.

2015-03-01 20:55 codesquid, revision 6530

Whitespace cleanup and revert an accidental commit. Patch by XhmikosR.

2015-03-01 20:33 codesquid, revision 6529

Add missing includes in testcases.

2015-03-01 18:49 codesquid, revision 6528

More include fixes.

2015-03-01 12:25 codesquid, revision 6527

Add missing include.

2015-03-01 11:16 codesquid, revision 6526

Fix typo in include.

2015-03-01 10:45 codesquid, revision 6525

Fix a harmless coverity warning.

2015-02-28 09:10 codesquid, revision 6524

Fix typos.

2015-02-28 08:40 codesquid, revision 6523

Don't call wxString::Last on empty strings, it asserts.

2015-02-27 20:20 codesquid, revision 6522

Always use case-insensitive compare when checking whether a file with the same name is already being edited. We don't know which type of filesystem the temp directory is on, e.g. FZ could be run on Linux with the temp directory located on an SMB share hosted on a Windows server.

2015-02-27 17:08 codesquid, revision 6521

Add two explicit casts to solve ambiguous overloads.

2015-02-27 09:17 codesquid, revision 6518

Replace wxLongLong_t with int64_t.

2015-02-27 09:15 codesquid, revision 6517

Fixed a typo.

2015-02-27 08:17 codesquid, revision 6516

Fix a compile error.

2015-02-26 23:18 codesquid, revision 6515

Sadly wxDateTime constructor doesn't take native 64bit types.

2015-02-26 23:04 codesquid, revision 6514

Use int64_t instead of wxLongLong in a couple of places.

2015-02-26 19:28 codesquid, revision 6513

Fix crash if there is no password element.

2015-02-26 19:02 codesquid, revision 6512

Minor modernization.

2015-02-26 18:35 codesquid, revision 6511

Handle failure to load dialog.

2015-02-26 15:10 codesquid, revision 6510

Remove stray semicolon.

2015-02-25 13:56 codesquid, revision 6508

Bump to 3.10.2-rc2

2015-02-25 13:55 codesquid, revision 6507

Updated translations

2015-02-25 13:43 codesquid, revision 6506

Minor reformatting.

2015-02-25 10:01 codesquid, revision 6505

Fix compile error.

2015-02-25 09:52 codesquid, revision 6504

I'm not sure we can yet require SSE2 support. Gather CPU capabilities in the updater.

2015-02-25 08:50 codesquid, revision 6503

Call FinalizeWrite at the end of downloads to ensure all data has been written and to report failure if it has not. Might fix #10269 though I could not reproduce it.

2015-02-24 14:16 codesquid, revision 6501

Snake oil cures all ailments: base64 password encoding.

2015-02-24 13:28 codesquid, revision 6500

Move file.h to include directory.

2015-02-23 19:30 codesquid, revision 6499

Restore toolbar state if clicking the filter button and dismissing the dialog.

2015-02-23 19:01 codesquid, revision 6498

Add missing implementation of CFile::Opened()

2015-02-23 15:06 codesquid, revision 6497

Fix a few more compiler warnings.

2015-02-23 11:33 codesquid, revision 6496

The default dump directory as per MSDN is %LOCALAPPDATA%\CrashDumps Oddly enough when specifying a custom dump directory, no variable replacements are done. Use the default dump directory instead.

2015-02-23 11:03 codesquid, revision 6495

Remove crash option from debug menu.

2015-02-23 11:01 codesquid, revision 6494

Enable creation of minidump files in the default settings directory in case of crashes.

2015-02-23 09:34 codesquid, revision 6493

Minor simplification.

2015-02-23 09:28 codesquid, revision 6492

Fix HTTP proxy handshake, don't send the Basic-Authorization header if the challenge is empty.

2015-02-22 14:32 codesquid, revision 6491

Fix a couple of warnings.

2015-02-21 12:39 codesquid, revision 6488

Bump to 3.10.2-rc1

2015-02-21 12:35 codesquid, revision 6487

Updated translations

2015-02-21 11:17 codesquid, revision 6486

Merge latest PuTTY upstream changes.

2015-02-20 21:16 codesquid, revision 6485

Revert two overeager cast replacements.

2015-02-20 20:38 codesquid, revision 6484

Default some default constructors.

2015-02-20 20:36 codesquid, revision 6483

Change some reinterpret_cast into static_cast where we're just downcasting.

2015-02-20 19:09 codesquid, revision 6482

Fit subject panel to sizer after adding items

2015-02-20 14:57 codesquid, revision 6481

Only reparent on MSW.

2015-02-20 09:59 codesquid, revision 6480

Some certificates have hundreds of SANs. Make the subject box scrollable if it contains more than about 15 lines. Fixes #10236

2015-02-19 20:45 codesquid, revision 6479

Reuse XRC of certificate verification dialog for the certificate display dialog.

2015-02-19 20:43 codesquid, revision 6478

Small cleanup of CNetConfWizard::GetExternalIPAddress()

2015-02-19 17:28 codesquid, revision 6477

Fix a bunch of coverity warnings.

2015-02-19 17:11 codesquid, revision 6476

Only reset the signalled_ flag if waiting succeeded.

2015-02-19 15:16 codesquid, revision 6475

Fix segfaults in event filter.

2015-02-19 15:16 codesquid, revision 6474

Add event loop test

2015-02-19 15:15 codesquid, revision 6473

condition::wait with a timeout needs to return the result.

2015-02-19 14:12 codesquid, revision 6472

Add a testcase for the Dispatch function.

2015-02-19 13:07 codesquid, revision 6471

Fix a bunch of harmless warnings at higher warning levels.

2015-02-18 21:12 codesquid, revision 6470

Fix setting of ssh_socket.

2015-02-18 21:06 codesquid, revision 6469

Don't dereference the nullpointer.

2015-02-18 11:54 codesquid, revision 6468

Reset elapsed if waiting for the user or another engine.

2015-02-18 11:07 codesquid, revision 6467

Fix a couple Coverity warnings.

2015-02-18 10:40 codesquid, revision 6466

Remember last used selection when editing files already being edited.

2015-02-18 09:53 codesquid, revision 6465

Fix compile error.

2015-02-18 09:36 codesquid, revision 6464

When uploading, process acknowledgments as soon as they are available, not when the send buffer becomes full.

2015-02-18 09:30 codesquid, revision 6463

Ugly hack: Make internal socket available to other parts of the code.

2015-02-17 20:59 codesquid, revision 6462

Remember the currently active overall speed limit.

2015-02-17 15:17 codesquid, revision 6461

Add protocol version to fzsftp greeting, detect mismatch.

2015-02-17 09:17 codesquid, revision 6459

Fix initial focus on MSW.

2015-02-16 22:49 codesquid, revision 6458

Dispatch host address event.

2015-02-16 22:42 codesquid, revision 6457

Mark OnClose virtual again.

2015-02-16 22:41 codesquid, revision 6456

Use int64_t instead of wxLongLong in a few more places.

2015-02-16 18:27 codesquid, revision 6455

Make it possible for an event handler to handle multiple sockets.

2015-02-16 17:49 codesquid, revision 6454

Get rid of the socket event dispatcher, we can use the event loop in its place.

2015-02-16 14:49 codesquid, revision 6453

Add utility function to remove pending events of a given type from a handler.

2015-02-16 14:39 codesquid, revision 6452

Update some translations.

2015-02-16 09:23 codesquid, revision 6451

Use the C++ compiler instead of the preprocessor to check for positional printf arguments. This is necessary since the way the stdlib is selected in Clang is fundamentally broken by design. Based on patch by Mojca Miklavec.

2015-02-15 16:12 codesquid, revision 6450

Slightly improve performance of CSizeFormatting, use int64_t instead of wxLongLong in some places.

2015-02-15 15:09 codesquid, revision 6449

Minor speedup.

2015-02-15 13:41 codesquid, revision 6448

Fix timer interval when re-adding the timeout timer.

2015-02-14 14:11 codesquid, revision 6447

Redirect unneeded output to /dev/null in test for libidn.

2015-02-14 11:11 codesquid, revision 6446

Convert engine and controlsocket pointers into references.

2015-02-14 10:24 codesquid, revision 6445

Fix compile error

2015-02-14 09:19 codesquid, revision 6444

Use an atomic_int to keep track of activity status instead of ordinary int + mutex.

2015-02-14 08:49 codesquid, revision 6443

If connection times out, print timeout value in error message.

2015-02-13 15:53 codesquid, revision 6442

Inline scoped_lock.

2015-02-13 15:36 codesquid, revision 6441

Remove stray semicolon

2015-02-13 10:12 codesquid, revision 6440

Use atomics to keep track of progress, part 2.

2015-02-13 09:13 codesquid, revision 6439

Use atomics to keep track of progress.

2015-02-13 09:11 codesquid, revision 6438

Need to update log level in GUI thread as well.

2015-02-12 17:11 codesquid, revision 6437

Add a variadic dispatch helper.

2015-02-12 15:59 codesquid, revision 6436

dynamic_cast is very slow. typeid and type_info::operator== are also slow. Implement a custom type identification that results in just a few simple instructions in the assembly code.

2015-02-12 15:57 codesquid, revision 6435

Rely on the assert.

2015-02-12 09:00 codesquid, revision 6434

Handle platforms without thread_local

2015-02-11 18:46 codesquid, revision 6433

Add check for thread_local

2015-02-11 17:18 codesquid, revision 6432

Fix compilation with old Visual Studio.

2015-02-11 14:59 codesquid, revision 6431

Use a thread-local variable to hold current debug level. This avoids expensive mutex locks.

2015-02-10 21:52 codesquid, revision 6430

Fix segfault in simulated IO.

2015-02-10 21:48 codesquid, revision 6429

Add comments to remove workarounds once Jessie and VS2015 become stable.

2015-02-10 21:47 codesquid, revision 6428

Handle systems with unsteady steady clock.

2015-02-10 18:46 codesquid, revision 6427

Fix logic inversion.

2015-02-10 18:35 codesquid, revision 6426

Add a check for steady steady_clock

2015-02-10 18:20 codesquid, revision 6425

Fix compile error.

2015-02-10 18:15 codesquid, revision 6424

Replace wxStopWatch, use a simpler monotonic clock instead.

2015-02-09 15:38 codesquid, revision 6423

Replace some more wx locking primitives.

2015-02-09 15:31 codesquid, revision 6422

Minor cleanup, add a missing mutex around CIOThread::SetEventHandler.

2015-02-08 17:38 codesquid, revision 6421

Use std::bitset to pass the changed options to all listeners.

2015-02-07 13:45 codesquid, revision 6420

Fix compile error.

2015-02-07 13:09 codesquid, revision 6419

Replace wxMutex, wxCriticalSection and wxCondition with a much faster implementation.

2015-02-05 17:31 codesquid, revision 6418

Work in progress: Call the option change handler with a vector containing all changed options instead of calling it multiple times. This makes it easier to handle multiple related options without causing excessive updates.

2015-02-05 16:07 codesquid, revision 6417

We need a mutex in the rate limiter.

2015-02-05 15:45 codesquid, revision 6416

Don't run the speedlimit timer every 250ms if there's active limit.

2015-02-05 10:04 codesquid, revision 6415

In socket.h #include <errno.h>, fixes #10217

2015-02-05 09:18 codesquid, revision 6414

Fix untranslatable string.

2015-02-04 14:14 codesquid, revision 6413

Automatically refresh trees if sort mode changes.

2015-02-04 13:40 codesquid, revision 6412

Fix sorting in site manager dialog to be case-insensitive on Windows. Rearrange some common functionality between all the trees.

2015-02-03 13:56 codesquid, revision 6411

Simplify CFileZillaEngine(Private)::GetTransferStatus

2015-02-03 13:47 codesquid, revision 6410

Simplify transfer status notifications to avoid some totally unnecessary allocations.

2015-02-03 13:09 codesquid, revision 6409

In CFileZillaEnginePrivate::OnOptionChanged move getting the new value out of the mutex before assigning it inside of it.

2015-02-03 10:37 codesquid, revision 6408

Ensure total transferred file size is transmitted from the fzsftp process to FileZilla at the end of a transfer.

2015-02-01 11:15 codesquid, revision 6406

Bump to 3.10.1.1

2015-02-01 10:53 codesquid, revision 6405

Fix regression when editing multiple files with the same name.

2015-01-31 13:50 codesquid, revision 6403

Bump to 3.10.1

2015-01-31 13:47 codesquid, revision 6402

Updated translations

2015-01-30 16:14 codesquid, revision 6401

Fix compile error

2015-01-30 14:54 codesquid, revision 6400

Some editors leave junk behind. Silently remove it.

2015-01-27 10:46 codesquid, revision 6399

Don't override proxy settings when loading a specific session. #10165

2015-01-24 16:12 codesquid, revision 6395

Bump to 3.10.1-rc1

2015-01-24 15:53 codesquid, revision 6394

Updated translations

2015-01-24 15:21 codesquid, revision 6393

If re-editing multiple files already being edited, add a checkbox to apply action to all selected file.

2015-01-24 14:03 codesquid, revision 6392

Pass the full list of files to the edit handler instead of calling it individually.

2015-01-24 13:33 codesquid, revision 6391

Use unique_ptr for the link resolver state.

2015-01-24 10:50 codesquid, revision 6390

Check for existing sites prior to showing the ask save password dialog in case of settings loss.

2015-01-24 10:41 codesquid, revision 6389

Fix setting of port and protocol.

2015-01-23 10:44 codesquid, revision 6388

Fix description of what the ftp:// prefix does.

2015-01-22 12:36 codesquid, revision 6387

Don't call the expensive GetSafePath twice.

2015-01-21 19:55 codesquid, revision 6386

Fix over-qualification. Patch by XhmikosR.

2015-01-21 19:24 codesquid, revision 6385

Fix editing the same local file multiple times.

2015-01-21 18:01 codesquid, revision 6384

Deleting items does not trigger the selection changed event. Manually call SetCtrlState in this case.

2015-01-21 17:46 codesquid, revision 6383

Use wxTextCtrl::ChangeValue instead of wxTextCtrl::SetValue. Fix small bug where the default port is needlessly displayed in the port field during drag&drop operations.

2015-01-21 16:04 codesquid, revision 6382

Improve display of GNUTLS_E_PULL_ERROR and GNUTLS_E_PUSH_ERROR, it was confusing users: While the error occurred in the push/pull function, it does not mean that either function is faulty. Silence the TLS error reporting and pass the socket error to higher layers instead of the generic ECONNABORTED.

2015-01-21 13:56 codesquid, revision 6381

Display subject alternative names in certificate dialog.

2015-01-21 13:31 codesquid, revision 6380

Include subject alternative names in certificate structure.

2015-01-21 10:38 codesquid, revision 6379

Instead of hiding alert details in debug messages, directly show the alert at the intended output level.

2015-01-20 14:52 codesquid, revision 6378

Cleanup destruction of hidden items.

2015-01-20 14:52 codesquid, revision 6377

Check for null m_pContextControl

2015-01-20 14:23 codesquid, revision 6376

Remove some old code only needed for compatibility with wx <= 2.8.10

2015-01-20 14:07 codesquid, revision 6375

Return early in UpdateSpeedLimitsIcon if the icon could not be loaded.

2015-01-20 09:47 codesquid, revision 6374

The time has come to disable RC4.

2015-01-18 11:42 codesquid, revision 6373

Use the parent window to get the screen as the dialog isn't realized yet.

2015-01-17 14:08 codesquid, revision 6372

Display SHA-256 certificate fingerprint instead of MD5 fingerprint.

2015-01-17 09:06 codesquid, revision 6371

Check return value of wxDisplay::GetFromWindow to avoid an assert. Addresses #10099. Root cause why it returns wxNOT_FOUND is unknown still.

2015-01-16 15:30 codesquid, revision 6369

Bump to 3.10.0.2

2015-01-16 15:29 codesquid, revision 6368

Updated translation

2015-01-16 15:20 codesquid, revision 6367

In rare cases a freshly deleted directory cannot be instantly recreated. Postpone stale directory cleanup until after creating the working directory.

2015-01-16 10:22 codesquid, revision 6366

Simplify buffer handling if sending doesn't send everything. At that point we know that there had been no previous buffer.

2015-01-16 10:02 codesquid, revision 6365

Fix a handle leak.

2015-01-16 09:55 codesquid, revision 6364

Add some consts and replace some reinterpret_casts with static_cast

2015-01-15 10:27 codesquid, revision 6363

Remove a bit of dead code.

2015-01-15 10:00 codesquid, revision 6362

Fix crash if a keyfile has been configured but the keyfile does not exist or is otherwise invalid.

2015-01-15 09:06 codesquid, revision 6361

Fix uninitialized variable: The value pointed to by perms wasn't set.

2015-01-12 19:26 codesquid, revision 6359

Bump to 3.10.0.1

2015-01-12 19:25 codesquid, revision 6358

Updated translations

2015-01-12 19:08 codesquid, revision 6357

wxFile internally uses _open which uses CreateFile with share mode FILE_SHARE_READ|FILE_SHARE_WRITE. For now also specify this share mode in our own file implementation, even though we do not want other programs from modifying the files we are transferring. Unfortunately lack of FILE_SHARE_WRITE breaks remote file editing, there are too many badly broken programs out there that keep descriptors open for writing even when not writing. TODO: In a future version, compare file timestamps before and after transfer. If timestamp has changed at the end of transfer, fail and retry.

2015-01-12 18:58 codesquid, revision 6356

Fix interrupted handshakes due to extremely large requests sent by server.

2015-01-11 09:58 codesquid, revision 6353

Fix post-login commands when selected protocol is INSECURE_FTP.

2015-01-11 09:45 codesquid, revision 6352

Small refactoring to reduce lifetime of wxFFile

2015-01-11 09:44 codesquid, revision 6351

Fix initialization of m_edit member, this prevented from saving queue items that were loaded from queue.

2015-01-09 09:19 codesquid, revision 6348

Apply #9997 to #include <errno.h> to fix a compile error.

2015-01-07 13:15 codesquid, revision 6345

Bump to 3.10.0

2015-01-07 13:12 codesquid, revision 6344

Use signed char as data type as plain char may be unsigned.

2015-01-07 12:49 codesquid, revision 6343

Updated translations.

2015-01-07 08:26 codesquid, revision 6342

Use QueueEvent instead of AddPendingEvent and wxPostEvent, it avoids a call to wxEvent::Clone.

2015-01-04 19:23 codesquid, revision 6341

Set onetime file exists action as unknown initially. Fixes #9981.

2015-01-04 19:22 codesquid, revision 6340

Use signed char as data type as plain char may be unsigned.

2015-01-03 14:21 codesquid, revision 6339

Fix typo.

2015-01-03 11:35 codesquid, revision 6337

Bump to 3.10.0-rc2

2015-01-03 11:32 codesquid, revision 6336

Updated translations.

2015-01-03 10:23 codesquid, revision 6335

Update Copyright year.

2015-01-03 10:13 codesquid, revision 6334

Fix compile error

2015-01-03 10:13 codesquid, revision 6333

Fix initialization of Welsh and Estonian.

2015-01-03 10:13 codesquid, revision 6332

Rename Estonian translation file. #9978

2015-01-03 10:09 codesquid, revision 6331

Added Welsh translation.

2015-01-01 20:22 codesquid, revision 6328

Make CFileZillaEngine non-copyable.

2015-01-01 20:21 codesquid, revision 6327

Make CSystemImageList non-copyable.

2015-01-01 20:20 codesquid, revision 6326

Make internals of CSystemImageList private.

2015-01-01 20:16 codesquid, revision 6325

CSplitterWindowEx::PrepareSplit should have the sash position as reference.

2015-01-01 20:02 codesquid, revision 6324

Use strongly typed enum for Column_type.

2015-01-01 19:57 codesquid, revision 6323

Fix potential performance issue with the constructor.

2015-01-01 19:49 codesquid, revision 6322

Fix return value of DoSetBufferSizes and add a return value to SetBufferSizes.

2015-01-01 19:43 codesquid, revision 6321

Remove a redundant member that's also in a base class.

2014-12-31 09:11 codesquid, revision 6320

Fix crash due to incorrect assignment. Fixes #9972.

2014-12-29 20:20 codesquid, revision 6319

Handle left click in addition to right click on data type button in status bar.

2014-12-29 17:38 codesquid, revision 6317

Bump to 3.10.0-rc1

2014-12-29 17:37 codesquid, revision 6316

Updated translations

2014-12-29 15:18 codesquid, revision 6315

Remove the defunct string coalescer.

2014-12-29 15:18 codesquid, revision 6314

If building for 32bit Windows, pass the --large-address-aware flag to the linker.

2014-12-28 20:23 codesquid, revision 6313

Fix a couple of warnings when compiled with -Wextra

2014-12-28 20:13 codesquid, revision 6312

Fix harmless compiler warning.

2014-12-28 20:12 codesquid, revision 6311

Remove a !this check.

2014-12-28 20:09 codesquid, revision 6310

Some reordering to reduce padding.

2014-12-28 18:06 codesquid, revision 6309

Reduce memory footprint listing local directories on Windows.

2014-12-28 17:47 codesquid, revision 6308

As there are only a few fixed status messages in the queue, use an enum instead of an (optional) string.

2014-12-28 17:01 codesquid, revision 6307

Make the status message optional.

2014-12-28 16:48 codesquid, revision 6306

Fix error message text when requeuing fails.

2014-12-28 16:18 codesquid, revision 6305

Revert an unintended change.

2014-12-28 16:03 codesquid, revision 6304

Fix initialization of target file.

2014-12-28 13:35 codesquid, revision 6303

Remove comparison of unsigned char < 0

2014-12-28 12:44 codesquid, revision 6302

Fix compiler warning.

2014-12-28 12:37 codesquid, revision 6301

Add a null pointer check when setting filter condition tab order.

2014-12-28 12:34 codesquid, revision 6300

Add another nullpointer check.

2014-12-28 12:31 codesquid, revision 6299

Fix potential nullpointer dereference.

2014-12-28 12:27 codesquid, revision 6298

Fix IP address detection.

2014-12-28 12:26 codesquid, revision 6297

Add test for IsIpAddress

2014-12-28 11:33 codesquid, revision 6296

Fix comment.

2014-12-28 11:31 codesquid, revision 6295

Fix coverity warning.

2014-12-28 11:25 codesquid, revision 6294

Use std::unique_ptr instead of manual memory management.

2014-12-28 10:50 codesquid, revision 6293

Remove some dead code and add a check for -1 return on Seek().

2014-12-28 10:42 codesquid, revision 6292

Turn dead code into an assert.

2014-12-27 17:38 codesquid, revision 6291

Make target file a sparse optional.

2014-12-27 16:44 codesquid, revision 6290

Member reordering.

2014-12-27 15:14 codesquid, revision 6289

Rearrange members of CFileItem and set type of some enums to further reduce memory footprint.

2014-12-27 14:46 codesquid, revision 6288

Cleanup folder processing thread and use a flag bit to remember binary attribute to save memory.

2014-12-27 14:45 codesquid, revision 6287

Use CLocalPath instead of wxString to remember local path.

2014-12-27 14:05 codesquid, revision 6286

SetLocalDir now accepts CLocalPath as argument.

2014-12-27 13:50 codesquid, revision 6285

Share local path data.

2014-12-27 11:16 codesquid, revision 6284

Get rid of m_bEmpty, instead check whether the data object is set.

2014-12-27 10:26 codesquid, revision 6283

Get rid of the indentation tracking. We only have two levels.

2014-12-23 14:39 codesquid, revision 6282

Update svn:ignore

2014-12-23 14:04 codesquid, revision 6281

Merge upstream changes

2014-12-21 11:58 codesquid, revision 6280

Don't free the returned conf value, it's not a copy.

2014-12-21 11:45 codesquid, revision 6279

Set pointer to NULL after freeing the keyfiles list.

2014-12-21 11:34 codesquid, revision 6278

Fix a crash with latest wx sources when creating the toolbar. Since dropdown tool support is now part of wx, we no longer need this ugly hack.

2014-12-20 16:54 codesquid, revision 6277

Fix a handle leak: For every command executed, one event and one thread handle was leaked.

2014-12-20 15:45 codesquid, revision 6276

Fix a couple of memory/resource leaks and some memory corruption. Upstream has been notified.

2014-12-20 14:34 codesquid, revision 6275

Don't free the config subkey.

2014-12-20 14:03 codesquid, revision 6274

Fix memory leak.

2014-12-20 09:43 codesquid, revision 6273

Fix version number in manifest. Windows requires it to have 4 components.

2014-12-20 09:36 codesquid, revision 6272

Update Manifest to indicate Windows 10 support.

2014-12-19 15:04 codesquid, revision 6270

Bump to beta3

2014-12-19 15:04 codesquid, revision 6269

Updated translations

2014-12-19 14:05 codesquid, revision 6268

Disable connection sharing.

2014-12-19 13:48 codesquid, revision 6267

Reimplement support for multiple keyfiles.

2014-12-19 09:55 codesquid, revision 6266

Restore proxy support.

2014-12-19 09:47 codesquid, revision 6265

Use the new packet handling functions in the (ch)mtime commands.

2014-12-18 16:08 codesquid, revision 6264

Fix compile error

2014-12-18 15:58 codesquid, revision 6263

Fix list of common source files.

2014-12-18 15:38 codesquid, revision 6262

Update fzputtygen

2014-12-18 15:14 codesquid, revision 6261

Merge upstream PuTTY changes. Thinks not yet updated or known to be broken: fzputtygen, keyfile support, proxy support.

2014-12-18 09:56 codesquid, revision 6260

Do not unconditionally set TCP_NODELAY on the data connection.

2014-12-18 09:49 codesquid, revision 6259

Do not send PBSZ 0 and PROT P if the server denies both AUTH TLS and AUTH SSL. Fixes #9949.

2014-12-13 09:46 codesquid, revision 6258

Slightly speed up converting received data to local character encoding.

2014-12-13 09:30 codesquid, revision 6257

Fix compile error.

2014-12-12 10:01 codesquid, revision 6255

Add checkboxes to find files and directories to the search dialog.

2014-12-12 09:26 codesquid, revision 6254

Prevent flicker when a processed directory did not add new content to the search results.

2014-12-11 16:28 codesquid, revision 6253

Slightly improve parsing speed of large directory listings.

2014-12-11 09:00 codesquid, revision 6252

Fix applying the file exist action to notifications already in the request queue.

2014-12-11 08:53 codesquid, revision 6251

Split overly long function.

2014-12-09 14:45 codesquid, revision 6250

Fix assert

2014-12-09 13:47 codesquid, revision 6249

Refresh local listing after creating directory.

2014-12-09 13:44 codesquid, revision 6248

Add Ctrl+Shift+N hotkey to create new directory.

2014-12-08 17:10 codesquid, revision 6247

Fix toolbar icon size on 24x24 themes.

2014-12-08 10:11 codesquid, revision 6245

Signed the 64bit shell extension.

2014-12-08 08:35 codesquid, revision 6244

Further minification of new theme by XhmikosR.

2014-12-07 10:32 codesquid, revision 6243

Add new theme from #9933

2014-12-06 10:52 codesquid, revision 6242

Fix cppcheck warnings. Patch by XhmikosR with small modification.

2014-12-06 10:50 codesquid, revision 6241

Whitespace cleanup. Patch by XhmikosR.

2014-12-06 10:49 codesquid, revision 6240

Formatting. Patch by XhmikosR.

2014-12-05 09:20 codesquid, revision 6238

Bump to 3.10.0-beta2

2014-12-05 09:15 codesquid, revision 6237

Updated translations

2014-12-05 09:00 codesquid, revision 6236

Fix preview of themes with nonstandard sizes.

2014-12-05 08:22 codesquid, revision 6235

Reset queued logs if canceling while waiting for the retry timer.

2014-12-04 16:40 codesquid, revision 6234

Protect transfer status with a mutex.

2014-12-04 15:28 codesquid, revision 6233

Take sub-second information into account when calculating speeds to smooth out displayed speeds.

2014-12-04 11:10 codesquid, revision 6232

Don't directly set numValue and strValue of the options cache.

2014-12-04 10:37 codesquid, revision 6231

Increase linker subsystem and osversion to 6.0 (Vista) on Windows.

2014-12-04 09:56 codesquid, revision 6230

Fix timeout when uploading files.

2014-12-04 09:34 codesquid, revision 6229

Fix a timing issue when checking for updates.

2014-12-03 13:20 codesquid, revision 6225

Bump 3.10.0-beta1

2014-12-03 13:19 codesquid, revision 6224

Updated translations.

2014-12-03 09:44 codesquid, revision 6223

Adjust top item rect if negative, add some asserts.

2014-12-03 09:35 codesquid, revision 6222

Fix GetNextItemSimple, we actually need to loop.

2014-12-02 21:41 codesquid, revision 6221

Only show an abbreviated message log by default. Only show details in case of an error or when explicitly enabled.

2014-12-02 13:15 codesquid, revision 6220

We no longer need to copy the error through a wxChar pointer.

2014-12-02 10:08 codesquid, revision 6219

Slightly change order of function calls when using FTP over TLS, so that sending of the USER command is displayed after the message that the TLS connection has been established.

2014-12-02 10:03 codesquid, revision 6218

Refer to TLS instead of TLS/SSL, as the latter is no longer supported.

2014-12-02 10:01 codesquid, revision 6217

Likewise, state which directory has been listed.

2014-12-02 10:01 codesquid, revision 6216

State which directory is being listed in log output.

2014-12-01 14:05 codesquid, revision 6215

Add missing .m4

2014-12-01 09:59 codesquid, revision 6214

Better error handling when creating directories when a file with same name exists.

2014-12-01 08:46 codesquid, revision 6213

Disable string coalescer. It's not yet thread-safe.

2014-12-01 08:36 codesquid, revision 6212

Initialize variable.

2014-11-30 09:54 codesquid, revision 6211

Require wx3.0.2, fix documentation.

2014-11-30 09:47 codesquid, revision 6210

Only check for libidn if there's no AI_IDN.

2014-11-30 09:09 codesquid, revision 6209

Fix a typo, minor formatting.

2014-11-30 09:04 codesquid, revision 6208

If getaddrinfo supports AI_IDN we do not need libidn.

2014-11-30 09:03 codesquid, revision 6207

Fix conversion error.

2014-11-29 19:57 codesquid, revision 6206

Check for nullpointer earlier.

2014-11-29 09:57 codesquid, revision 6204

Increase limit of in-flight requests to match the size of the TCP advertised receive window.

2014-11-28 15:13 codesquid, revision 6203

Fix quoting of command to execute.

2014-11-28 10:25 codesquid, revision 6202

Reduce code duplication.

2014-11-28 10:22 codesquid, revision 6201

At least for now, do not enable preallocation by default. Preallocation has unfortunate consequences in case the program crashes.

2014-11-28 10:21 codesquid, revision 6200

Use SetCheckFromOption to set check from option.

2014-11-28 10:20 codesquid, revision 6199

Fix duplicate mnemonic, p is already taken.

2014-11-28 10:19 codesquid, revision 6198

Fix compile error with Visual Studio.

2014-11-28 10:11 codesquid, revision 6197

Apply patch #8094: Preallocate space to avoid fragmentation.

2014-11-27 19:49 codesquid, revision 6196

Fix a typo

2014-11-27 14:09 codesquid, revision 6195

Disable timezone offset detection for SFTP as the reference times are now all in UTC.

2014-11-27 14:04 codesquid, revision 6194

Do not assume the mtime field is initialized if the ACMODTIME flag is not present.

2014-11-27 14:02 codesquid, revision 6193

Make use of the SSH_FILEXFER_ACMODTIME attribute in directory listings. It is required by the specifications to be in UTC.

2014-11-25 13:09 codesquid, revision 6192

Make use of SOCK_CLOEXEC, cleanup socket error handling.

2014-11-25 09:16 codesquid, revision 6191

Add shortcut for Cancel.

2014-11-25 09:15 codesquid, revision 6190

Minor cleanup.

2014-11-24 12:39 codesquid, revision 6189

Fix sending of notifications.

2014-11-24 08:33 codesquid, revision 6188

Remove an unused option.

2014-11-22 11:07 codesquid, revision 6187

pimpl the engine to better abstract internals.

2014-11-22 09:57 codesquid, revision 6186

Apply #9851 by Richard Hughes with a few small changes: Install filezilla.appdata.xml

2014-11-21 14:59 codesquid, revision 6185

As we require at least Windows Vista, bump minimum IE headers to IE7, as 6 isn't available on Vista to keep it consistent.

2014-11-21 14:54 codesquid, revision 6184

Remove some unneeded defines.

2014-11-21 14:53 codesquid, revision 6183

Minor refactoring.

2014-11-21 14:35 codesquid, revision 6182

Remove the experimental chunked event processing code, it's no longer needed with a threaded engine.

2014-11-20 16:48 codesquid, revision 6181

Fix a nullpointer dereference.

2014-11-20 10:18 codesquid, revision 6180

These days wxString doesn't use reference counting on its own anymore, there's no need to unshare the string anymore when the thread boundary is crossed.

2014-11-19 14:41 codesquid, revision 6179

Make asynchronous request reply processing asynchronous as well.

2014-11-18 16:20 codesquid, revision 6178

Use implicit memory management for notifications.

2014-11-18 10:02 codesquid, revision 6177

Update encryption icon if server agreed to encryption.

2014-11-18 09:04 codesquid, revision 6176

Break up sending into chunks to keep the event loop going.

2014-11-17 15:22 codesquid, revision 6175

Make options thread-safe.

2014-11-14 13:02 codesquid, revision 6174

Make event handling slightly more efficient. Also add some debug functionality to simulate file I/O to assist with benchmarks.

2014-11-11 10:32 codesquid, revision 6173

Convert string via fn_str() when opening

2014-11-11 10:19 codesquid, revision 6172

Implement CFile on *nix

2014-11-11 09:11 codesquid, revision 6171

Add a lean replacement for wxFile that under Windows is using the CreateFile family of API functions instead of _open (which in turn uses CreateFile). This is a slightly faster and allows us to pass some useful flags, e.g. FILE_FLAG_SEQUENTIAL_SCAN.

2014-11-09 11:27 codesquid, revision 6170

Fix updater to handle changed semantics of disconnect command.

2014-11-08 11:33 codesquid, revision 6169

Remove remote filename validity check. The server checks this.

2014-11-08 11:32 codesquid, revision 6168

Now that the engine is threaded, we can use bigger buffers without interactivity suffering.

2014-11-05 14:30 codesquid, revision 6164

Fix typo.

2014-11-05 14:30 codesquid, revision 6163

Fix compile error due to naming conflict.

2014-11-05 10:31 codesquid, revision 6162

Disable debug flag, it's not meant to be enabled.

2014-11-04 18:29 codesquid, revision 6161

Pass O_CLOEXEC when opening files.

2014-11-04 18:24 codesquid, revision 6160

Convert external IP address resolver to new threading.

2014-11-03 09:58 codesquid, revision 6159

Remember whether AUTH TLS/SSL worked, though don't act on this yet.

2014-11-03 08:41 codesquid, revision 6158

Now that the engine is threaded, we can re-enabled FTP over TLS by default as performance is no longer an issue. Hence revert #3967.

2014-11-01 23:16 codesquid, revision 6157

Static event tables and templates are bizarre. If this doesn't fix compilation I might use a non-templated base class.

2014-11-01 23:09 codesquid, revision 6156

Fix explicit template instantiation.

2014-11-01 14:11 codesquid, revision 6155

Now that the site manager uses wxTreeCtrlEx, use some of its utility.

2014-11-01 09:51 codesquid, revision 6154

The Site Manager's site tree now drag-scrolls.

2014-11-01 09:33 codesquid, revision 6153

Fix loading of size filters.

2014-10-31 22:49 codesquid, revision 6152

Allow >2GB size filters.

2014-10-31 14:03 codesquid, revision 6151

Allow drag/drop scrolling of tree controls.

2014-10-31 10:27 codesquid, revision 6150

Make deleting engines safe(r).

2014-10-31 10:26 codesquid, revision 6149

Minor reformatting.

2014-10-29 08:24 codesquid, revision 6138

*nix implementation of process class.

2014-10-28 11:29 codesquid, revision 6137

Replace wx' wxProcess, it cannot be used from a different thread. Unix support not yet implemented.

2014-10-23 09:29 codesquid, revision 6135

Updated FileZilla.incs with an updated version by Fabian Egli to improve the quality of the larger icons in the file.

2014-10-22 08:17 codesquid, revision 6134

Not remembering passwords is recommended.

2014-10-21 13:41 codesquid, revision 6133

MinGW doesn't have std::mutex by default as installed on Debian.

2014-10-21 12:37 codesquid, revision 6132

Merge translation updates.

2014-10-18 10:08 codesquid, revision 6130

Make logging thread-safe.

2014-10-18 08:50 codesquid, revision 6129

Get rid of some code duplication.

2014-10-16 08:44 codesquid, revision 6126

Bump to 3.9.0.6

2014-10-15 09:42 codesquid, revision 6124

Disable SSLv3

2014-10-14 12:19 codesquid, revision 6123

Fix event loop stalling.

2014-10-14 12:19 codesquid, revision 6122

Misc. minor cleanup.

2014-10-13 15:51 codesquid, revision 6121

Implement CRefcountObject in terms of std::shared_ptr to gain thread-safety.

2014-10-06 13:25 codesquid, revision 6119

Move event loop to its own thread.

2014-10-06 08:34 codesquid, revision 6118

Implement command handling via event loop.

2014-10-01 16:26 codesquid, revision 6117

Fix alignment of log lines.

2014-10-01 13:21 codesquid, revision 6116

Move docs/ and COPYING out of bundle root, otherwise the bundle cannot be signed anymore, Apple broke this on purpose to annoy me.

2014-10-01 08:54 codesquid, revision 6114

Add a function to check common command prerequisites to further simplify command processing.

2014-10-01 07:44 codesquid, revision 6113

Small cleanup, make more use of std::unique_ptr.

2014-09-30 08:35 codesquid, revision 6112

Simplify reply handling in command queue.

2014-09-30 08:33 codesquid, revision 6111

Unfortunately there's no std::make_unique in C++11. Provide our own implementation.

2014-09-29 08:40 codesquid, revision 6110

A little bit of cleanup.

2014-09-28 08:56 codesquid, revision 6109

Fix detection of MODE Z.

2014-09-25 15:22 codesquid, revision 6108

If connected via generic proxy, don't use the connection's peer IP in the EPSV response.

2014-09-25 15:14 codesquid, revision 6107

Prefer EPSV over PASV if using a generic proxy.

2014-09-25 15:00 codesquid, revision 6106

Testing shows that many proxies use bogus values for the type and address. Thus get rid of address type remembering again.

2014-09-25 14:51 codesquid, revision 6105

Remember remote address type if using SOCKS5 proxy.

2014-09-25 11:42 codesquid, revision 6104

Detect EPSV command support.

2014-09-22 14:38 codesquid, revision 6103

Small code cleanup.

2014-09-22 14:28 codesquid, revision 6102

Fix assertion.

2014-09-22 14:11 codesquid, revision 6101

Forward critical flag.

2014-09-22 14:09 codesquid, revision 6100

Initialize all members of CFileZillaEnginePrivate::t_failedLogins

2014-09-22 14:05 codesquid, revision 6099

Remove an unneeded and unmatched lock.

2014-09-22 12:52 codesquid, revision 6098

Simplify command validation and add mutexes around engine functions.

2014-09-22 12:52 codesquid, revision 6097

Simplify command validation and add mutexes around engine functions.

2014-09-22 08:21 codesquid, revision 6096

Mark labels of next and back button as translatable.

2014-09-21 06:54 codesquid, revision 6095

Translate WSAECONNRESET.

2014-09-12 16:18 codesquid, revision 6072

Small improvements for hidpi displays: Use dialog units, not pixels to specify sizes.

2014-09-11 22:01 codesquid, revision 6071

Need to #include <algorithm> for std::find

2014-09-11 13:12 codesquid, revision 6070

Preserve relative order of option change handlers.

2014-09-10 17:28 codesquid, revision 6069

On OS X, the default drag result if Control is pressed is wxDragNone. Fixup the drag result.

2014-09-10 16:00 codesquid, revision 6068

Fix assertion when dragging over empty list control

2014-09-10 07:44 codesquid, revision 6067

Modernize code a bit.

2014-09-06 16:41 codesquid, revision 6064

Bump to 3.9.0.5

2014-09-06 16:37 codesquid, revision 6062

Reset triggered events when closing socket.

2014-09-06 09:26 codesquid, revision 6059

Bump to 3.0.9.4

2014-09-05 13:58 codesquid, revision 6058

Remove accidentally committed debug logging.

2014-09-04 12:55 codesquid, revision 6057

Deduplicate some code.

2014-09-04 12:22 codesquid, revision 6056

Apply #8039 to allow file editing to start from search dialog. Patch by brunoramos.

2014-09-03 15:27 codesquid, revision 6054

Remove redundant variable as suggested by by XhmikosR.

2014-09-03 14:42 codesquid, revision 6053

Restore from backup file if loading primary file fails.

2014-09-02 10:30 codesquid, revision 6051

Fixing password paste broke context menu in site manager. Correct this regression by passing uninteresting events through to wxDialog. Fixes #9768

2014-09-02 08:45 codesquid, revision 6049

Fix context menu in search dialog on non-Windows platforms. Event object of the context menu event is the contained child window, not the wxListCtrl itself. Fixes #9803

2014-09-02 08:29 codesquid, revision 6047

Also fix rename crash on remote file list. Fixes 9797.

2014-09-02 08:25 codesquid, revision 6046

Fix crash on MSW when chosing rename from the right-click context menu after having slowly clicked twice on a file to already start rename.

2014-08-31 10:04 codesquid, revision 6045

Add an XRC helper and refactor file exists dialog.

2014-08-31 08:26 codesquid, revision 6044

Split event_loop.h into multiple files.

2014-08-30 08:10 codesquid, revision 6041

Decrease wait time when delaying async request due to mouse button. Otherwise starting transfers of already existing files with double-click feels slow.

2014-08-30 07:48 codesquid, revision 6040

Replace use of wxXmlResource::LoadDialog with wxDialogEx' Load.

2014-08-30 07:32 codesquid, revision 6039

Use wxDialogEx for the password entry dialog, so that Ctrl+V works on OS X.

2014-08-29 10:27 codesquid, revision 6038

Remove redundant use of the enum keyword.

2014-08-29 09:25 codesquid, revision 6037

Fix language of emplace check

2014-08-29 09:19 codesquid, revision 6036

Only use std::map::emplace if it's available.

2014-08-29 09:16 codesquid, revision 6035

Add test for std::map::emplace which GCC 4.7 does not seem to have.

2014-08-28 07:20 codesquid, revision 6034

Compile regexes also when applying filters, not only when the dialog closes.

2014-08-27 16:51 codesquid, revision 6033

Modernize path cache and make it thread-safe.

2014-08-25 14:11 codesquid, revision 6032

Whitespace cleanup. Patch by XhmikosR.

2014-08-25 13:52 codesquid, revision 6031

Work towards making the engine and the directory cache thread-safe.

2014-08-23 18:41 codesquid, revision 6030

Don't shadow class template parameter. Fixes GCC compilation.

2014-08-23 18:38 codesquid, revision 6029

Fix compile error with GCC.

2014-08-23 13:52 codesquid, revision 6028

As all engines now share the same options, use a different mechanism to ensure the update server's certificate is signed by the trusted root CA.

2014-08-21 17:36 codesquid, revision 6027

For now there can only be a single event loop for all engines as there's data shared between all engines, notably the rate limiting and the directory cache. Also gets rid of all remaining wxTimers in the engine.

2014-08-21 16:42 codesquid, revision 6026

Looks like we need to #include <type_traits>

2014-08-20 13:10 codesquid, revision 6025

Simplify usage.

2014-08-20 09:20 codesquid, revision 6024

Implement wxTimer replacement.

2014-08-20 07:02 codesquid, revision 6023

Work in progress: Get rid of and wx event handling in the engine and use a custom event loop (for now emulated using wxEvtHandler and pending events). This is a first step in moving the engine into its own thread and necessary since wx event loops can only exist in the primary thread.

2014-08-15 20:10 codesquid, revision 6022

Fix logic inversion checking for IPv6 addresses in SOCKS4 path.

2014-08-15 20:07 codesquid, revision 6021

wxWidgets does not handle paths containing hash signs when using wildcard matching in resource loading. Work around it by finding matching files ourselves.

2014-08-13 14:04 codesquid, revision 6019

Bump to 3.9.0.3

2014-08-13 14:03 codesquid, revision 6018

Updated translation.

2014-08-13 13:45 codesquid, revision 6017

Further fixes to close handling on Windows.

2014-08-13 12:58 codesquid, revision 6016

Added Basque translator.

2014-08-13 12:49 codesquid, revision 6015

Improve compatibility with reparsepoint-based network shares (aka DFS)

2014-08-12 08:58 codesquid, revision 6013

Fix a few harmless but annoying warnings reported by the VS14 CTP.

2014-08-12 07:26 codesquid, revision 6012

Address some findings of Visual Studio's code analysis.

2014-08-11 13:28 codesquid, revision 6011

Fix another left-shift of a negative number.

2014-08-11 13:21 codesquid, revision 6010

Don't left-shift negative numbers.

2014-08-11 08:37 codesquid, revision 6009

Updated translations.

2014-08-10 13:04 codesquid, revision 6008

Fix status view tabbing on OS X.

2014-08-10 12:37 codesquid, revision 6007

Restore focus when window gets reactivated on OS X.

2014-08-10 09:21 codesquid, revision 6006

Handle Tab for tree controls on OS X.

2014-08-08 13:53 codesquid, revision 6001

Remove BOM that accidentally got added.

2014-08-08 08:16 codesquid, revision 6000

Try opening first using wxLaunchDefaultApplication

2014-08-08 07:49 codesquid, revision 5999

Fix translation, #6486

2014-08-08 07:42 codesquid, revision 5998

Fix translation, #9680

2014-08-07 14:05 codesquid, revision 5997

Improve compatibility with some non-standard wx configurations.

2014-08-06 19:38 codesquid, revision 5995

Fix a crash due to a nullpointer dereference introduced in r5453

2014-08-06 15:00 codesquid, revision 5994

Remove unneeded style

2014-08-06 13:32 codesquid, revision 5993

Fix navigation under Linux.

2014-08-06 12:56 codesquid, revision 5992

Remove more remnants of old navigation code.

2014-08-06 12:23 codesquid, revision 5991

Remove old navigation code.

2014-08-06 12:14 codesquid, revision 5990

Fix tab navigation through message log.

2014-08-06 12:09 codesquid, revision 5989

Remove old navigation key code.

2014-08-06 12:06 codesquid, revision 5988

Fix tab order when adding pages.

2014-08-06 10:07 codesquid, revision 5987

Fix main window tab handling.

2014-08-06 09:21 codesquid, revision 5986

Fix tab traversal of file lists.

2014-08-06 08:59 codesquid, revision 5985

Fix tab order upon splitting.

2014-08-06 08:54 codesquid, revision 5984

Enable tab traversal in views and fix tab order after attaching a content window or the header window.

2014-08-06 08:53 codesquid, revision 5983

Enable tab traversal for tree controls.

2014-08-06 08:53 codesquid, revision 5982

Enable tab traversal for view header.

2014-07-31 13:15 codesquid, revision 5955

Bump to 3.9.0.2

2014-07-31 13:14 codesquid, revision 5954

Update translations.

2014-07-31 10:17 codesquid, revision 5953

Refresh dialog after changing certificate to display.

2014-07-31 08:18 codesquid, revision 5952

Remove 10 lines at a time when the log gets too big.

2014-07-30 14:44 codesquid, revision 5951

Fix nullpointer dereference on shutdown.

2014-07-30 14:10 codesquid, revision 5950

Fix CMD+X and CMD+C

2014-07-30 13:16 codesquid, revision 5949

Outside of debug builds, reset debug log level and raw listing if FZDEBUG environment variable is not 1.

2014-07-30 13:08 codesquid, revision 5948

Only call SetInsertionPointEnd if not already at the end.

2014-07-30 08:57 codesquid, revision 5947

Fix selecting newly created tabs.

2014-07-29 19:50 codesquid, revision 5946

Improve handling of some localized date formats, in particular with date/time of the format 29 jul 21:34

2014-07-29 14:22 codesquid, revision 5945

The shell extension isn't part of SFC, so don't treat it as a PROTECTED library.

2014-07-29 12:05 codesquid, revision 5944

Fix closing FileZilla if a recursive operation is active.

2014-07-28 18:50 codesquid, revision 5941

Add comments in code to remind me of previous commit.

2014-07-28 18:49 codesquid, revision 5940

GCC <= 4.7 does not like defaulted virtual destructors. Let's wait for Debian Stable to have GCC >= 4.8

2014-07-28 18:33 codesquid, revision 5939

Disable Nagle algorithm a little bit earlier.

2014-07-28 18:32 codesquid, revision 5938

Disable Nagle algorithm during TLS handshake.

2014-07-28 14:16 codesquid, revision 5934

Refactor command and notification classes and mark a bunch of classes final.

2014-07-27 13:35 codesquid, revision 5922

Handle a spurious GNUTLS_E_AGAIN from gnutls_record_recv.

2014-07-26 17:19 codesquid, revision 5920

Get link target on *nix.

2014-07-26 08:21 codesquid, revision 5919

Follow symbolic links when creating backup files.

2014-07-26 08:20 codesquid, revision 5918

Follow symbolic links on Windows, part 2.

2014-07-26 08:18 codesquid, revision 5917

Handle paths of the form \\?\c:\foo.bar and \\?\UNC\server\share\foo.bar

2014-07-25 19:59 codesquid, revision 5916

Follow symbolic links on Windows.

2014-07-25 14:11 codesquid, revision 5915

Remove debug code

2014-07-25 13:58 codesquid, revision 5914

Load resources via CDialogEx::Load to benefit from the OSX Cmd+A/V fixes.

2014-07-25 13:50 codesquid, revision 5913

Handle Cmd+V and Cmd+A in dialogs. For some reason we cannot use the normal menu event handler as with the main menu for some reason. Intercept the event before it is being processed by wxDialog and below.

2014-07-25 12:23 codesquid, revision 5912

Pasting via keyboard on OS X doesn't work with combo boxes and password entries. Not even EVT_CHAR_HOOK gets called. Accelerators work though, so use just that.

2014-07-24 09:18 codesquid, revision 5911

Detect reparse points. They cannot be followed yet though.

2014-07-23 16:52 codesquid, revision 5910

Do not show error message if "Create and enter" is used with enabled synchronized browsing. Fixes #9665

2014-07-22 18:13 codesquid, revision 5909

Add comment for translators.

2014-07-22 15:49 codesquid, revision 5908

2014-07-22 09:22 codesquid, revision 5907

Update svn:ignore

2014-07-22 08:59 codesquid, revision 5905

Bump to 3.9.0.1

2014-07-22 08:59 codesquid, revision 5904

Updated translation

2014-07-22 08:52 codesquid, revision 5903

Small size reduction submitted by XhmikosR.

2014-07-22 08:28 codesquid, revision 5902

Even if fzshellext.dll is unloaded, libgcc_s_sjlj-1.dll and libstdc++-6.dll stay loaded in Explorer and some programs using Explorer components. Try harder to get rid of old versions of these files.

2014-07-21 15:08 codesquid, revision 5899

Bump to 3.9.0

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

Fix language code mentioned in catalog.

2014-07-21 15:01 codesquid, revision 5897

Actually we need lo_LA coupled with a small patch for wx.

2014-07-21 15:01 codesquid, revision 5896

Fix order of settings directories when looking for current locale

2014-07-21 14:41 codesquid, revision 5895

Remove LA country, wx doesn't know about it and it shouldn't be needed anyhow.

2014-07-21 14:34 codesquid, revision 5894

Fix language code of Lao.

2014-07-21 14:31 codesquid, revision 5893

Added Lao translation.

2014-07-21 14:31 codesquid, revision 5892

Updated translations

2014-07-21 13:20 codesquid, revision 5891

Fix preprocessor warning

2014-07-21 12:26 codesquid, revision 5890

OS X has no toolbar right-click or dropdown arrow. Show dropdown if holding down a modifier key.

2014-07-21 12:07 codesquid, revision 5889

Set maximum port length to 5.

2014-07-21 10:29 codesquid, revision 5888

Minify application icon.

2014-07-21 08:22 codesquid, revision 5887

Save 689 more bytes.

2014-07-20 17:37 codesquid, revision 5886

Generate Makefile of new icon set.

2014-07-20 17:13 codesquid, revision 5885

Fix mime type of .png files.

2014-07-20 17:02 codesquid, revision 5884

Add a new icon set by Mr. Silencer.

2014-07-20 16:35 codesquid, revision 5883

Slightly reduce size of all icons.

2014-07-17 18:32 codesquid, revision 5880

Fix assertion entering UNC paths. Closes #9649

2014-07-17 14:39 codesquid, revision 5879

Use wxStdDialogButtonSizer in editing dialogs.

2014-07-17 13:22 codesquid, revision 5878

Actually delete files.

2014-07-17 13:13 codesquid, revision 5877

Actually check for d_type member of dirent struct. The macro isn't standardized and may not exist, despite there being a d_type.

2014-07-17 13:01 codesquid, revision 5876

Cleanup CLocalFileSystem::RecursiveDelete

2014-07-16 14:03 codesquid, revision 5874

Bump to 3.9.0-rc3

2014-07-16 13:55 codesquid, revision 5873

Updated translations.

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.

2014-07-01 17:14 codesquid, revision 5767

Fix assertion in date/time comparison.

2014-07-01 15:02 codesquid, revision 5766

Fix a copy&paste error when hiding remote directory tree.

2014-07-01 14:28 codesquid, revision 5764

Version bump to 3.9.0-beta3

2014-07-01 14:20 codesquid, revision 5763

Updated translations.

2014-07-01 14:15 codesquid, revision 5762

Update svn:ignore.

2014-07-01 13:29 codesquid, revision 5761

Fix one last nullpointer dereference.

2014-07-01 13:27 codesquid, revision 5760

Set correct initial parent to avoid reparenting. Reparenting doesn't work during construction on OS X, afterwards main window is unresponsive. Oddly enough, this only happens on OS X if a display is connected. On a headless machine controlled via VNC this does not happen.

2014-07-01 13:05 codesquid, revision 5759

Another bug.

2014-07-01 12:58 codesquid, revision 5758

And yet another nullpointer dereference spotted by returning early from the constructor.

2014-07-01 12:55 codesquid, revision 5757

Fix another nullpointer dereference.

2014-07-01 12:48 codesquid, revision 5756

Fix potential nullpointer dereference.

2014-07-01 12:43 codesquid, revision 5755

Default-initialize members.

2014-06-30 19:45 codesquid, revision 5754

Generate greyscale images for the toolbar if using GTK3 build of wx.

2014-06-30 07:19 codesquid, revision 5753

Language change now always requires a restart. Too much breaks if changing language if the GUI is up.

2014-06-29 10:23 codesquid, revision 5752

I've encountered random crashes in the spell checker for text controls. Disable spell checker on OS X, it's not really needed in an FTP client.

2014-06-29 10:08 codesquid, revision 5751

Fix update dialog in right-to-left languages.

2014-06-29 09:56 codesquid, revision 5750

Add tooltip.

2014-06-29 09:34 codesquid, revision 5749

Minor performance improvement.

2014-06-29 09:34 codesquid, revision 5748

Terminate URL with slash.

2014-06-28 09:30 codesquid, revision 5747

Fix language comparison, runtime was rightfully complaining about a bad operator.

2014-06-28 09:29 codesquid, revision 5746

Reposition pages in RTL mode.

2014-06-28 08:13 codesquid, revision 5745

Custom drawing code isn't needed on wxMAC either, so we can now completely remove it.

2014-06-28 07:41 codesquid, revision 5744

Use a hyperlink control to link to help page about date/time formatting.

2014-06-28 07:18 codesquid, revision 5743

The custom tab drawing code isn't needed anymore under Windows either.

2014-06-27 21:19 codesquid, revision 5742

No need for CFilterDC on wxGTK.

2014-06-27 21:18 codesquid, revision 5741

wxAUI works a lot better with wxGTK in version 3. Disable a bunch of old workarounds.

2014-06-27 06:42 codesquid, revision 5740

Fix a rare memory leak.

2014-06-26 18:40 codesquid, revision 5738

3.9.0-beta2 is here.

2014-06-26 18:39 codesquid, revision 5737

Update translation files.

2014-06-26 18:21 codesquid, revision 5736

Use wxStdDialogButtonSizer in conditional dialogs.

2014-06-26 17:13 codesquid, revision 5735

When toggling tree visibility if enabling directory comparison, set the corresponding option so that menu and toolbar states are updated. Fixes #9620.

2014-06-24 16:53 codesquid, revision 5734

Disable wrapping warnings.

2014-06-24 16:44 codesquid, revision 5733

Add more spacing between OK and Cancel in settings dialog.

2014-06-23 19:01 codesquid, revision 5732

Fix comparison, sort function now returns positve/negative numbers instead of +/-1. Reported in #9607, introduced by #9402.

2014-06-23 06:44 codesquid, revision 5729

Adjust the throbber's minsize after loading the animation.

2014-06-23 06:30 codesquid, revision 5728

Only mark background as transparent on wxGTK,, otherwise under Windows the background is never cleared and junk filling it up eventually.

2014-06-22 17:05 codesquid, revision 5727

Fix spurious error message when closing FileZilla, fixes #9600.

2014-06-22 16:04 codesquid, revision 5726

Replace IsEmpty with empty, patch by XhmikosR.

2014-06-22 15:59 codesquid, revision 5725

Another wxStaticBox fix, these subtle differences between platforms...

2014-06-22 15:47 codesquid, revision 5724

Fix sizing of settings dialog under GTK.

2014-06-22 15:26 codesquid, revision 5723

With some GTK themes, initially reported static box size is wrong. This is an attempt to work around it.

2014-06-22 14:08 codesquid, revision 5722

Mark activity indicators as having a transparent background.

2014-06-22 13:51 codesquid, revision 5721

Return wxString() instead of empty string literals or wxEmptyString. Patch by XhmikosR.

2014-06-22 13:48 codesquid, revision 5720

Replace CServerPath's IsEmpty and Clear with empty and clear.

2014-06-22 13:23 codesquid, revision 5719

Use empty() instead of comparing against empty string literal. Patch by XhmikosR, modified to use empty() instead of IsEmpty().

2014-06-22 13:06 codesquid, revision 5718

std::size_t is same as size_t.

2014-06-22 12:58 codesquid, revision 5717

Fix endless loop when minimizing to tray: Show(false) triggers OnIconize again.

2014-06-21 20:47 codesquid, revision 5715

Version bump

2014-06-21 18:11 codesquid, revision 5714

Updated translations

2014-06-21 15:00 codesquid, revision 5713

Use auto instead of std::iterator, patch by XhmikosR.

2014-06-21 13:15 codesquid, revision 5712

Use wxStdDialogButtonSizer in additional dialogs.

2014-06-21 12:25 codesquid, revision 5711

Fix coverity warnings.

2014-06-21 11:58 codesquid, revision 5710

Whitespace cleanup. Patch by XhmikosR.

2014-06-21 11:58 codesquid, revision 5709

Use a more modern HTML dialect. Patch by XhmikosR.

2014-06-21 11:53 codesquid, revision 5708

Some initialization fixes based on patch by XhmikosR.

2014-06-21 10:28 codesquid, revision 5707

Convert more dialog to use wxStdDialogButtonSizer

2014-06-21 10:11 codesquid, revision 5706

On OSX minimum toolbar button size is 24x24. Add border around icons accordingly, otherwise the icons look horribly blurred.

2014-06-21 08:13 codesquid, revision 5705

Get rid of extra horizontal line above toolbar under Windows.

2014-06-21 07:51 codesquid, revision 5704

Fix background of queue tabs if FileZilla starts maximized.

2014-06-21 07:41 codesquid, revision 5703

Fix sizers of import and export dialog, minor code cleanup.

2014-06-20 18:54 codesquid, revision 5702

Use wxStdDialogButtonSizer for bookmark dialogs.

2014-06-20 17:29 codesquid, revision 5701

Use AC_CHECK_TOOL to search for windres.

2014-06-20 17:10 codesquid, revision 5700

Change order in which windres is being searched: Use host_alias first.

2014-06-20 17:06 codesquid, revision 5699

Add a bit of room between OK and cancel buttons.

2014-06-20 17:03 codesquid, revision 5698

Move sitemanager into own file. Use wxStdDialogButtonSizer for fileexists dialogs.

2014-06-20 16:25 codesquid, revision 5697

Remove debug code.

2014-06-20 14:43 codesquid, revision 5696

Fix crashes when removing lines.

2014-06-20 13:00 codesquid, revision 5695

As we cannot specify tab position on OS X, pre-align with spaces.

2014-06-20 12:31 codesquid, revision 5694

Small cleanup.

2014-06-20 12:14 codesquid, revision 5693

Fix compile error

2014-06-20 12:00 codesquid, revision 5692

Remove extra parenthesis.

2014-06-20 11:36 codesquid, revision 5691

Fix a compile error.

2014-06-20 10:01 codesquid, revision 5690

Use wxStdDialogButtonSizer for the input dialog.

2014-06-20 09:45 codesquid, revision 5689

Add missing library in release builds.

2014-06-20 09:36 codesquid, revision 5688

On Windows, we want to handle the context menu ourselves.

2014-06-20 09:17 codesquid, revision 5687

Disable slow asserts, make others a bit faster.

2014-06-20 09:02 codesquid, revision 5686

Disable some slow asserts.

2014-06-20 08:51 codesquid, revision 5685

Changed a bit too much.

2014-06-20 08:49 codesquid, revision 5684

Move some debug functionality from __WXDEBUG__ to WRAPDEBUG.

2014-06-20 08:42 codesquid, revision 5683

Fix background of speedlimits icon and reposition controls.

2014-06-20 08:34 codesquid, revision 5682

wxCommandEvent::IsChecked does not work for popup menus. Avoid it.

2014-06-20 07:43 codesquid, revision 5681

Now that we're using C++11, use std::shared_ptr instead of our own CSharedPointer

2014-06-20 07:13 codesquid, revision 5680

Grid sizers shouldn't have both row and column count set, that results in assertions.

2014-06-20 07:05 codesquid, revision 5679

Fix wrong row count.

2014-06-19 15:13 codesquid, revision 5678

Further refactoring.

2014-06-19 15:13 codesquid, revision 5677

Use wxString() and empty() where appropriate.

2014-06-19 14:35 codesquid, revision 5676

Further refactoring.

2014-06-19 14:08 codesquid, revision 5675

Modernize code a bit.

2014-06-19 09:17 codesquid, revision 5674

Move res out of loop for debug printing.

2014-06-19 09:16 codesquid, revision 5673

Additional fixes for setting bestWidth, use the max of actualWidth and desiredWidth.

2014-06-19 09:07 codesquid, revision 5672

Be more conservative when setting new max value in iterative wrapping.

2014-06-19 08:53 codesquid, revision 5671

Fix a typo.

2014-06-19 08:52 codesquid, revision 5670

OS X wrapping fixes. It seems every platform handles wxStaticBox differently.

2014-06-19 08:50 codesquid, revision 5669

Update libtool check.

2014-06-18 22:23 codesquid, revision 5668

Change order of tests.

2014-06-18 21:53 codesquid, revision 5667

Add check for -stdlib=libc++

2014-06-18 19:51 codesquid, revision 5666

Fix a typo.

2014-06-18 17:55 codesquid, revision 5665

Wrapping on GTK+3 now works.

2014-06-18 17:08 codesquid, revision 5664

Get rid of useless enum. Makes it easier to remove pages for debugging.

2014-06-18 16:43 codesquid, revision 5663

Add check for C++11 support.

2014-06-17 18:10 codesquid, revision 5662

Don't depend on GTK+2 if wx uses GTK+3

2014-06-17 17:19 codesquid, revision 5661

Fix parsing of IPv6 addresses.

2014-06-17 17:09 codesquid, revision 5660

Improve IPv6 address test.

2014-06-17 16:55 codesquid, revision 5659

Remove scrolling workaround, this was just a bug in wx3.0.0 fixed in wx3.0.1

2014-06-17 16:47 codesquid, revision 5658

Use perfect forwarding.

2014-06-17 16:47 codesquid, revision 5657

Minor simplification.

2014-06-15 15:54 codesquid, revision 5655

OS X has no wxCB_SORT. Let's perform insertion sort instead.

2014-06-15 15:54 codesquid, revision 5654

Avoid conflicting method name.

2014-06-15 15:43 codesquid, revision 5653

Adjust spacing for beauty.

2014-06-15 15:32 codesquid, revision 5652

Fix dropdown button size on OS X.

2014-06-15 14:12 codesquid, revision 5649

Another compile error.

2014-06-15 14:11 codesquid, revision 5648

Fix compile error.

2014-06-15 11:41 codesquid, revision 5647

wxWidgets 3.0.1 has been tagged. Bump minimum required wx version to 3.0.1, FZ needs the fixes in there.

2014-06-15 11:24 codesquid, revision 5646

Increase minimum page width to fit bulkier themes.

2014-06-15 11:06 codesquid, revision 5645

wxStaticBoxSizer is tricky. Seems to work now.

2014-06-15 10:47 codesquid, revision 5644

Another wxStaticBox fix.

2014-06-15 08:49 codesquid, revision 5643

Align label and hyperlink.

2014-06-15 07:49 codesquid, revision 5642

Avoid flicker when recreating the menu bar.

2014-06-15 07:44 codesquid, revision 5641

Make toolbar undockable.

2014-06-15 06:26 codesquid, revision 5640

Quote arguments to PKG_CHECK_MODULES

2014-06-15 06:25 codesquid, revision 5639

Add missing include

2014-06-15 06:19 codesquid, revision 5638

Update pkg.m4 with latest available version.

2014-06-14 22:08 codesquid, revision 5636

Remove call to deprecated function.

2014-06-14 21:42 codesquid, revision 5635

Fix setting of initial focus. Do it before opening the site manager at startup.

2014-06-14 21:31 codesquid, revision 5634

Get rid of leftmost separator to make it look a bit more modern.

2014-06-14 21:09 codesquid, revision 5633

Merge with wx' changes.

2014-06-14 20:50 codesquid, revision 5632

Fix an incorrect fix for wxString semantics.

2014-06-14 20:48 codesquid, revision 5631

Fix compiler warning.

2014-06-14 20:46 codesquid, revision 5630

Make use of wxSizer::Replace in wxDialogEx::ReplaceControl.

2014-06-14 20:25 codesquid, revision 5629

Fix typo in error message, reported by Yngve Spjeld Landro.

2014-06-14 11:30 codesquid, revision 5628

Several more fixes related to wxString semantics.

2014-06-14 10:24 codesquid, revision 5627

Fix wrapping of wxStaticBoxSizer not adding enough extra border. Also fix cache invalidation.

2014-06-14 09:14 codesquid, revision 5626

Parent panel needs to be slightly bigger under Linux.

2014-06-14 09:11 codesquid, revision 5625

Fix size of dialog under Linux.

2014-06-13 08:12 codesquid, revision 5624

Fix warning about unable to delete directory when deleting files.

2014-06-12 18:48 codesquid, revision 5622

Get rid of autogen.sh, autoreconf -i should suffice.

2014-06-12 18:44 codesquid, revision 5621

Update wxwin.m4 to version from wx3 repository.

2014-06-12 18:29 codesquid, revision 5620

Add test binary to svn:ignore

2014-06-12 18:28 codesquid, revision 5619

Fix background of activity indicators.

2014-06-12 17:40 codesquid, revision 5618

Fix viewing of current session certificate.

2014-06-09 21:41 codesquid, revision 5617

Add a mapping from WSAECONNABORTED to ECONNABORTED.

2014-06-09 09:07 codesquid, revision 5615

IsEnabled is no longer virtual. Deal with it.

2014-06-09 08:32 codesquid, revision 5614

Add missing include.

2014-06-08 19:32 codesquid, revision 5613

Fix warnings about deprecated functions.

2014-06-08 19:31 codesquid, revision 5612

Fix Try locale fallbacks when starting FileZilla.

2014-06-08 19:31 codesquid, revision 5611

Try locale fallbacks when starting FileZilla.

2014-06-08 18:47 codesquid, revision 5610

After a drag&drop, set control state.

2014-06-08 18:38 codesquid, revision 5609

More runtime errors cause by [0] and the likes.

2014-06-08 17:46 codesquid, revision 5608

Fix a lot of runtime errors.

2014-06-08 17:19 codesquid, revision 5607

Fix another assert.

2014-06-08 16:54 codesquid, revision 5606

Use en_US for English.

2014-06-08 16:43 codesquid, revision 5605

Fix segfault.

2014-06-08 16:34 codesquid, revision 5604

Fix some compile errors related to wx3.

2014-06-08 16:01 codesquid, revision 5603

Pass static box of issuer/subject as parent element in details.

2014-06-08 16:00 codesquid, revision 5602

Delete size label if selecting permisisons filter.

2014-06-08 14:17 codesquid, revision 5601

Port to wxWidgets 3.0

2014-06-08 14:15 codesquid, revision 5600

Fix compile error.

2014-06-08 10:24 codesquid, revision 5599

Fix another case of bad row count

2014-06-08 10:16 codesquid, revision 5598

Fix row count of some sizers.

2014-06-08 10:12 codesquid, revision 5597

Fix export dialog.

2014-06-08 07:48 codesquid, revision 5596

Updated translations.

2014-06-05 08:38 codesquid, revision 5593

Now it compiles.

2014-06-05 06:58 codesquid, revision 5592

Why do different compilers have to behave differently?

2014-06-05 06:53 codesquid, revision 5591

Fix more errors.

2014-06-05 06:49 codesquid, revision 5590

Hopefully fix compile errors.

2014-06-04 19:50 codesquid, revision 5589

Some more cleanup.

2014-06-04 19:45 codesquid, revision 5588

Unify sorting code.

2014-06-04 17:47 codesquid, revision 5587

Path by typz to make sort mode configurable, including an option to select natural sort. #9402

2014-06-01 09:06 codesquid, revision 5586

Last-minute update.

2014-06-01 09:00 codesquid, revision 5585

Prepare 3.8.1 release.

2014-05-31 22:11 codesquid, revision 5584

Updated translations

2014-05-31 21:45 codesquid, revision 5583

Add missing include to fix compile error on OS X.

2014-05-31 20:23 codesquid, revision 5582

Handle a potential signed/unsigned mismatch. Also, log some more.

2014-05-31 20:10 codesquid, revision 5581

Fix typo

2014-05-31 20:06 codesquid, revision 5580

More logging.

2014-05-31 19:53 codesquid, revision 5579

There's some problem with the update system in the official builds, finding it seems difficult.

2014-05-31 19:33 codesquid, revision 5578

Even more logging.

2014-05-31 19:16 codesquid, revision 5577

Add additional log messages to make debugging the updater easier.

2014-05-31 19:09 codesquid, revision 5576

Add debug function to always get updater log.

2014-05-30 10:12 codesquid, revision 5575

Updated translations.

2014-05-30 09:01 codesquid, revision 5574

Use normal path syntax of Windows. Patch by XhmikosR.

2014-05-29 14:03 codesquid, revision 5573

Make code a bit easier to understand.

2014-05-29 08:45 codesquid, revision 5572

Fix cov1109939 and cov1109958, the latter being a null pointer dereference.

2014-05-29 08:34 codesquid, revision 5571

Fix descriptor leak (cov1110000).

2014-05-29 08:31 codesquid, revision 5570

Add missing break (cov1109962).

2014-05-29 08:25 codesquid, revision 5569

Fix resource leak (cov1109984)

2014-05-29 08:22 codesquid, revision 5568

Fix memory leak (cov1216481).

2014-05-29 08:18 codesquid, revision 5567

Fix potential use-after-free (cov1216490)

2014-05-28 19:07 codesquid, revision 5566

Add virtual destructore to CFolderProcessingEntry to avoid a resource leak. Fixes cov1216491.

2014-05-27 20:17 codesquid, revision 5565

Make code a tiny bit more readable. Also, only include debug functionality if the DEBUG macro is set.

2014-05-27 18:12 codesquid, revision 5564

Small shell script fixes based on patch by XhmikosR.

2014-05-27 16:45 codesquid, revision 5563

Slightly reduce resource file sizes. Patch by XhmikosR.

2014-05-27 06:42 codesquid, revision 5562

Bump _WIN32_WINNT.

2014-05-27 06:27 codesquid, revision 5561

Fix warning, patch by XhmikosR.

2014-05-26 20:23 codesquid, revision 5560

Set correct output directory prior to creating desktop icon.

2014-05-26 20:14 codesquid, revision 5558

Revert a change with unexpected consequences. We do want the .po.new files always.

2014-05-26 19:58 codesquid, revision 5557

Whitespace cleanup. Patch by XhmikosR

2014-05-26 19:28 codesquid, revision 5556

Patch by typz for retina support on OS X. #9403

2014-05-25 11:34 codesquid, revision 5555

3.8.1-rc3

2014-05-25 11:16 codesquid, revision 5554

Fix xrc locations.

2014-05-25 10:25 codesquid, revision 5553

Bump to 3.8.1-rc2 as rc1 had wrong filenames.

2014-05-25 09:56 codesquid, revision 5551

Fix compiler warnings.

2014-05-25 09:14 codesquid, revision 5550

Version bump to 3.8.1-rc1

2014-05-25 09:14 codesquid, revision 5549

Updated translation.

2014-05-25 08:51 codesquid, revision 5548

Complain when XP is being found.

2014-05-25 08:36 codesquid, revision 5547

Add setting to change a remembered choice.

2014-05-25 08:36 codesquid, revision 5546

Fix assertion during forced application shutdown.

2014-05-25 08:28 codesquid, revision 5545

Add checkbox to remember selection when connecting while already connected.

2014-05-25 08:03 codesquid, revision 5544

Fix double mnemonic.

2014-05-24 18:11 codesquid, revision 5543

Remove code for Windows 2000.

2014-05-24 17:40 codesquid, revision 5542

Bump minimum required GnuTLS version.

2014-05-24 16:46 codesquid, revision 5541

XP is not supported anymore.

2014-05-24 16:45 codesquid, revision 5540

Mention that libidn isn't needed on Windows

2014-05-24 16:43 codesquid, revision 5539

Updated DLLs to new version.

2014-05-24 16:24 codesquid, revision 5538

With XP support dropped, libidn is no longer needed on Windows.

2014-05-24 07:36 codesquid, revision 5537

Look in XDG_CONFIG_HOME for the settings.

2014-05-24 06:51 codesquid, revision 5536

Fix warnings.

2014-05-23 22:35 codesquid, revision 5535

Fix two more warnings. The one in Mainfrm.cpp was due to a (now fixed) documentation error in wx.

2014-05-23 22:21 codesquid, revision 5534

Fix a warning.

2014-05-23 22:03 codesquid, revision 5533

Fix automake warnings.

2014-05-18 10:30 codesquid, revision 5532

Updated a few translations.

2014-05-11 21:48 codesquid, revision 5531

Add missing parenthesis.

2014-05-11 16:34 codesquid, revision 5530

Avoid a redundant insert.

2014-05-11 11:28 codesquid, revision 5529

Small changes to CServerPath declaration to prevent the cause for the previous commit.

2014-05-11 10:35 codesquid, revision 5528

Fix compile error, some compilers do not like the implicit conversion going on.

2014-05-11 10:11 codesquid, revision 5527

Use new location of xrc files.

2014-05-10 16:41 codesquid, revision 5526

Move .xrc into own directory.

2014-05-10 16:19 codesquid, revision 5525

C++1x has become C++11.

2014-05-10 16:01 codesquid, revision 5524

Patch by schittl, add item to create and enter directories to the context menus.

2014-05-07 06:31 codesquid, revision 5523

Use HTTPS when linking to the FileZilla website.

2014-05-01 21:41 codesquid, revision 5512

Stip libraries

2014-05-01 21:39 codesquid, revision 5511

Need to map WSAECONNREFUSED.

2014-05-01 21:23 codesquid, revision 5510

Fix script error.

2014-05-01 21:17 codesquid, revision 5509

Reference new libraries in Makefile.

2014-05-01 21:15 codesquid, revision 5508

Upgraded compiler infrastructure. Brings along new dependencies.

2014-04-26 10:49 codesquid, revision 5505

Having multiple wxDBusConnections is a bad idea as the very same unerlying dbus connection is being used. Only use one connection instead.

2014-04-26 09:01 codesquid, revision 5504

Fix harmless warnings.

2014-04-21 10:20 codesquid, revision 5503

Updated translations.

2014-04-20 20:48 codesquid, revision 5502

Reduce code duplication.

2014-04-20 14:19 codesquid, revision 5501

Fix compile error on non-Windows.

2014-04-20 09:46 codesquid, revision 5500

Handle changed settings ourselves, don't wait for main window to call SettingsChanged.

2014-04-19 12:46 codesquid, revision 5499

Apply patch by Tom (forum user 'schittli'): Use spin controls for number of concurrent transfers in the settings dialog.

2014-04-13 07:33 codesquid, revision 5498

Remove $INSTDIR only if uninstalling for good.

2014-04-12 21:34 codesquid, revision 5497

There's at least one SFTP server in the wild that spells out April, in French nonetheless.

2014-04-06 13:24 codesquid, revision 5491

Fix typo.

2014-03-30 13:13 codesquid, revision 5490

Allow longer SSH passwords.

2014-03-29 09:06 codesquid, revision 5489

Another attempt at fixing the focus issue. Surprisingly complex feature.

2014-03-28 09:14 codesquid, revision 5486

Bump version to 3.8.0

2014-03-28 09:13 codesquid, revision 5485

Updated translations

2014-03-28 07:58 codesquid, revision 5484

Fix #9259: Reset current offset if unsetting status line to prevent negative speeds in the momentary speed tooltip. Includes some refactoring to guard against negative speeds and to make the code perform a bit better.

2014-03-27 07:50 codesquid, revision 5483

Fix focus selection when connecting to a site with a default local directory.

2014-03-25 07:55 codesquid, revision 5482

Fix compile error

2014-03-25 07:45 codesquid, revision 5481

Keep track of open message boxes.

2014-03-25 07:29 codesquid, revision 5480

Be more careful about when to show the file changed notification.

2014-03-24 12:18 codesquid, revision 5479

Implement power-related queue completion actions on OS X

2014-03-22 22:02 codesquid, revision 5477

Add another library dependency.

2014-03-22 21:25 codesquid, revision 5476

Fix compile error.

2014-03-22 21:11 codesquid, revision 5475

Version bump

2014-03-22 21:07 codesquid, revision 5474

Updated translations.

2014-03-22 18:53 codesquid, revision 5473

Add queue completion option to suspend.

2014-03-22 14:07 codesquid, revision 5472

Apply updater settings if opening updater dialog from settings.

2014-03-22 14:04 codesquid, revision 5471

Reinitialize updater on settings change. Fix handling of unofficial builds.

2014-03-13 21:09 codesquid, revision 5465

Add missing parenthesis.

2014-03-13 20:37 codesquid, revision 5464

Bump version.

2014-03-13 20:37 codesquid, revision 5463

Updated translations.

2014-03-13 20:17 codesquid, revision 5462

Move some logic from dialog into updater. Handle the corner case of an available update but downloaded file missing.

2014-03-13 19:53 codesquid, revision 5461

Handling of relative URIs in redirects and some code cleanup.

2014-03-13 07:37 codesquid, revision 5460

Use gnutls_session_get_data2 instead of gnutls_session_get_data to simplify the code.

2014-03-13 07:25 codesquid, revision 5459

Make use of SNI.

2014-03-10 22:15 codesquid, revision 5458

Version bump.

2014-03-10 22:14 codesquid, revision 5457

Updated translations.

2014-03-10 21:09 codesquid, revision 5456

If download fails, allow user to retry.

2014-03-10 21:09 codesquid, revision 5455

Trigger dialog via timer, this avoids nasty reentrancy.

2014-03-10 21:08 codesquid, revision 5454

Only download updates if buildtype is official or nightly.

2014-03-10 19:34 codesquid, revision 5453

Fix FD_CLOSE handling to be more reliable.

2014-03-09 17:27 codesquid, revision 5452

Fix #8381 based on patch by jorrit.

2014-03-09 10:42 codesquid, revision 5451

Wait a bit after installer finishes.

2014-03-09 08:49 codesquid, revision 5450

Add update.xrc to distribution.

2014-03-08 19:18 codesquid, revision 5449

Small fix to filename extraction.

2014-03-08 13:55 codesquid, revision 5448

Make dialog a tad bit more lofty.

2014-03-08 13:54 codesquid, revision 5447

Fix compile error

2014-03-08 13:48 codesquid, revision 5446

Fix a bunch of warnings.

2014-03-08 13:27 codesquid, revision 5445

Fix building without update check support.

2014-03-08 13:23 codesquid, revision 5444

Move GetDownloadDir() to file_utils

2014-03-08 13:19 codesquid, revision 5443

Add language header where missing.

2014-03-08 13:06 codesquid, revision 5442

Remove unneeded file.

2014-03-08 12:59 codesquid, revision 5441

Move some file operation related code into common file, update svn:ignore.

2014-03-08 11:50 codesquid, revision 5440

wx' GetDocumentsDir is broken, it does not unescape paths. Work around it.

2014-03-08 10:43 codesquid, revision 5439

Opening the update dialog now starts a check if downloaded file is not complete or the information is stale. If no file has been downloaded, show a link to the FileZilla website on new version.

2014-03-08 10:42 codesquid, revision 5438

Don't start downloading automatically if auto-update is not compiled in.

2014-03-08 10:41 codesquid, revision 5437

Trigger update dialog only if auto-update is compiled in.

2014-03-03 21:00 codesquid, revision 5436

Re-implement auto-popup of update dialog if a new version is available.

2014-03-03 20:19 codesquid, revision 5435
  • D /FileZilla3/trunk/src/interface/updatewizard.cpp
  • D /FileZilla3/trunk/src/interface/updatewizard.h

Old update wizard goes the way of the dodo.

2014-03-03 20:18 codesquid, revision 5434

Honor autoupdate override from fzdefaults.xml and the --disable-autoupdatecheck configure option.

2014-03-03 20:15 codesquid, revision 5433

Remove a fixme that bacame obsolete since removal of non-Unicode builds.

2014-03-03 18:47 codesquid, revision 5432

Update settings dialog and make the updater honor the settings.

2014-03-03 13:56 codesquid, revision 5431

Remove old update wizard from .xrc

2014-03-03 13:44 codesquid, revision 5430

Get the error page working.

2014-03-03 11:58 codesquid, revision 5429

Handle icon sets without gifs.

2014-03-03 11:43 codesquid, revision 5428

Fix NSIS compile error.