platform/upstream/freerdp.git
7 years agoUsing android cpufeatures library for detection.
Armin Novak [Tue, 24 Jan 2017 08:56:45 +0000 (09:56 +0100)]
Using android cpufeatures library for detection.

7 years agoAdded arm64 and mips64 detection support.
Armin Novak [Tue, 24 Jan 2017 08:28:27 +0000 (09:28 +0100)]
Added arm64 and mips64 detection support.

7 years agoFixed NEON primitives.
Armin Novak [Mon, 23 Jan 2017 16:10:40 +0000 (17:10 +0100)]
Fixed NEON primitives.

7 years agoFixed YUV tests.
Armin Novak [Mon, 23 Jan 2017 15:55:50 +0000 (16:55 +0100)]
Fixed YUV tests.

7 years agoEnabled ASM primitives.
Armin Novak [Mon, 23 Jan 2017 14:38:02 +0000 (15:38 +0100)]
Enabled ASM primitives.

7 years agoMerge pull request #3718 from bmiklautz/fix/nightly-pkgs
akallabeth [Mon, 23 Jan 2017 16:00:07 +0000 (17:00 +0100)]
Merge pull request #3718 from bmiklautz/fix/nightly-pkgs

Fix nightly packages

7 years agoFix nightly packages
Bernhard Miklautz [Mon, 23 Jan 2017 15:43:00 +0000 (16:43 +0100)]
Fix nightly packages

Man pages weren't installed or wrong path was used.

7 years agoMerge pull request #3708 from akallabeth/termination_fixes
Bernhard Miklautz [Mon, 23 Jan 2017 14:47:39 +0000 (15:47 +0100)]
Merge pull request #3708 from akallabeth/termination_fixes

Client channel shutdown fixes

7 years agoFixed channel connected status.
Armin Novak [Mon, 23 Jan 2017 13:18:19 +0000 (14:18 +0100)]
Fixed channel connected status.

7 years agoMerge pull request #3664 from realjiangms/fix_gfx_ack
Bernhard Miklautz [Mon, 23 Jan 2017 12:49:25 +0000 (13:49 +0100)]
Merge pull request #3664 from realjiangms/fix_gfx_ack

Server/shadow: Fix handling for gfx acknowledge according to spec

7 years agoMerge pull request #3716 from akallabeth/planar_warning_fix
Bernhard Miklautz [Mon, 23 Jan 2017 12:44:18 +0000 (13:44 +0100)]
Merge pull request #3716 from akallabeth/planar_warning_fix

Fixed uninitialized variable warning.

7 years agoFixed uninitialized variable warning.
Armin Novak [Mon, 23 Jan 2017 12:27:30 +0000 (13:27 +0100)]
Fixed uninitialized variable warning.

7 years agoMerge pull request #3710 from akallabeth/local_16bpp_fixes
Martin Fleisz [Mon, 23 Jan 2017 10:59:52 +0000 (11:59 +0100)]
Merge pull request #3710 from akallabeth/local_16bpp_fixes

Local 16bpp fixes

7 years agoFixed alpha channel for color formats without.
Armin Novak [Mon, 23 Jan 2017 08:26:56 +0000 (09:26 +0100)]
Fixed alpha channel for color formats without.

7 years agoFixed staging surface scanline.
Armin Novak [Thu, 19 Jan 2017 16:16:25 +0000 (17:16 +0100)]
Fixed staging surface scanline.

7 years agoFixed color format selection for 16bpp
Armin Novak [Thu, 19 Jan 2017 16:14:16 +0000 (17:14 +0100)]
Fixed color format selection for 16bpp

7 years agoFixed planar with if local framebuffer is 16bpp
Armin Novak [Thu, 19 Jan 2017 16:13:07 +0000 (17:13 +0100)]
Fixed planar with if local framebuffer is 16bpp

7 years agoFixed scanline for RFX.
Armin Novak [Thu, 19 Jan 2017 15:40:58 +0000 (16:40 +0100)]
Fixed scanline for RFX.

7 years agoMerge pull request #3703 from akallabeth/prim_optimize
Bernhard Miklautz [Mon, 23 Jan 2017 09:39:02 +0000 (10:39 +0100)]
Merge pull request #3703 from akallabeth/prim_optimize

[PERFORMANCE] Inlined heavily used functions

7 years agoMerge pull request #3711 from hardening/monitor_layout
Bernhard Miklautz [Mon, 23 Jan 2017 09:02:14 +0000 (10:02 +0100)]
Merge pull request #3711 from hardening/monitor_layout

Misc fixes and improvements

7 years agoAdd a callback that allows to adjust monitors layout
David Fort [Thu, 19 Jan 2017 16:59:54 +0000 (17:59 +0100)]
Add a callback that allows to adjust monitors layout

This callback is useful in server mode when you want to adjust the monitor
layout just before the server monitor layout PDU is built and sent.

7 years agoTreat the result of the Capabilities callback
David Fort [Thu, 19 Jan 2017 16:57:44 +0000 (17:57 +0100)]
Treat the result of the Capabilities callback

The result was ignored. Plus return the correct value in case of licence error (-1
instead of FALSE).

7 years agoMerge pull request #3705 from akallabeth/android_openssl_1_1
Bernhard Miklautz [Thu, 19 Jan 2017 11:05:26 +0000 (12:05 +0100)]
Merge pull request #3705 from akallabeth/android_openssl_1_1

Android openssl 1 1

7 years agoDisabled OpenH264 in default android build.
Armin Novak [Wed, 18 Jan 2017 15:52:52 +0000 (16:52 +0100)]
Disabled OpenH264 in default android build.

7 years agoProgressive structs to private header for tests.
Armin Novak [Wed, 18 Jan 2017 15:41:02 +0000 (16:41 +0100)]
Progressive structs to private header for tests.

7 years agoProgressive struct now opaque.
Armin Novak [Wed, 18 Jan 2017 15:16:29 +0000 (16:16 +0100)]
Progressive struct now opaque.

7 years agoFixed missing return.
Armin Novak [Wed, 18 Jan 2017 14:41:50 +0000 (15:41 +0100)]
Fixed missing return.

7 years agoProgressive conversion and speed fixes
Armin Novak [Wed, 18 Jan 2017 14:25:24 +0000 (15:25 +0100)]
Progressive conversion and speed fixes

* Using destination color format and precomputed tile stride
* Using preallocated logger

7 years agoRemoved obsolete primitive usage.
Armin Novak [Mon, 16 Jan 2017 11:40:39 +0000 (12:40 +0100)]
Removed obsolete primitive usage.

7 years agoOptimized functions, removed duplicates.
Armin Novak [Mon, 16 Jan 2017 11:40:25 +0000 (12:40 +0100)]
Optimized functions, removed duplicates.

7 years agoInlined shift operations.
Armin Novak [Mon, 16 Jan 2017 11:39:34 +0000 (12:39 +0100)]
Inlined shift operations.

7 years agoInlined freerdp_image_copy helpers.
Armin Novak [Mon, 16 Jan 2017 10:45:53 +0000 (11:45 +0100)]
Inlined freerdp_image_copy helpers.

7 years agoInlined interleaved helper functions.
Armin Novak [Mon, 16 Jan 2017 10:39:55 +0000 (11:39 +0100)]
Inlined interleaved helper functions.

7 years agoOptimized freerdp_image_fill
Armin Novak [Mon, 16 Jan 2017 10:36:35 +0000 (11:36 +0100)]
Optimized freerdp_image_fill

7 years agoOptimized general_YUV444ToRGB_8u_P3AC4R for BGRX
Armin Novak [Mon, 16 Jan 2017 09:54:01 +0000 (10:54 +0100)]
Optimized general_YUV444ToRGB_8u_P3AC4R for BGRX

7 years agoInlined heavy used functions.
Armin Novak [Mon, 16 Jan 2017 09:25:12 +0000 (10:25 +0100)]
Inlined heavy used functions.

7 years agoOptimized general_RGBToRGB_16s8u_P3AC4R for BGRX
Armin Novak [Mon, 16 Jan 2017 09:13:35 +0000 (10:13 +0100)]
Optimized general_RGBToRGB_16s8u_P3AC4R for BGRX

7 years agoOptimized general_yCbCrToRGB_16s8u_P3AC4R for BGRX
Armin Novak [Mon, 16 Jan 2017 09:01:51 +0000 (10:01 +0100)]
Optimized general_yCbCrToRGB_16s8u_P3AC4R for BGRX

7 years agoFixed broken variable declaration.
Armin Novak [Wed, 18 Jan 2017 13:30:06 +0000 (14:30 +0100)]
Fixed broken variable declaration.

7 years agoMerge pull request #3702 from akallabeth/clear_reset_fix
Bernhard Miklautz [Wed, 18 Jan 2017 13:28:27 +0000 (14:28 +0100)]
Merge pull request #3702 from akallabeth/clear_reset_fix

ClearCodec fix #3642

7 years agoMerge pull request #3707 from akallabeth/AMV007-patch-2
Bernhard Miklautz [Wed, 18 Jan 2017 12:45:34 +0000 (13:45 +0100)]
Merge pull request #3707 from akallabeth/AMV007-patch-2

Rebased #2541

7 years agoFixed warnings due to API changes.
Armin Novak [Wed, 18 Jan 2017 11:39:40 +0000 (12:39 +0100)]
Fixed warnings due to API changes.

7 years agoMerge pull request #3704 from bmiklautz/versioning
Martin Fleisz [Tue, 17 Jan 2017 18:14:56 +0000 (19:14 +0100)]
Merge pull request #3704 from bmiklautz/versioning

Library naming and man pages

7 years agoReturn OK in case of channel not connected.
Armin Novak [Tue, 17 Jan 2017 15:27:56 +0000 (16:27 +0100)]
Return OK in case of channel not connected.

7 years agoChecks, return value fixes
Armin Novak [Tue, 17 Jan 2017 15:02:13 +0000 (16:02 +0100)]
Checks, return value fixes

* Added missing argument checks
* Use opened drdynvc->log where possible
* Fix drdynvc_send return in case channel not connected.

7 years agoDo not terminate channel disconnect if one fails.
Armin Novak [Tue, 17 Jan 2017 15:00:51 +0000 (16:00 +0100)]
Do not terminate channel disconnect if one fails.

7 years agoDecreased log verbosity.
Armin Novak [Tue, 17 Jan 2017 15:00:24 +0000 (16:00 +0100)]
Decreased log verbosity.

7 years agoFixed audio termination code.
Armin Novak [Tue, 17 Jan 2017 14:59:50 +0000 (15:59 +0100)]
Fixed audio termination code.

7 years agoFix typos in man pages.
Bernhard Miklautz [Tue, 17 Jan 2017 12:25:47 +0000 (13:25 +0100)]
Fix typos in man pages.

7 years agoFixed SONAME
Armin Novak [Tue, 17 Jan 2017 12:17:25 +0000 (13:17 +0100)]
Fixed SONAME

7 years agoMerge branch 'patch-2' of https://github.com/AMV007/FreeRDP into AMV007-patch-2
Armin Novak [Tue, 17 Jan 2017 09:03:05 +0000 (10:03 +0100)]
Merge branch 'patch-2' of https://github.com/AMV007/FreeRDP into AMV007-patch-2

Conflicts:
channels/tsmf/client/tsmf_ifman.c
channels/tsmf/client/tsmf_media.c

7 years agoMerge pull request #3669 from xhaakon/master
Norbert Federa [Mon, 16 Jan 2017 17:18:43 +0000 (18:18 +0100)]
Merge pull request #3669 from xhaakon/master

Limit MultifragMaxRequestSize in server mode

7 years agoUpdated library names after change in #3704
Armin Novak [Mon, 16 Jan 2017 17:08:07 +0000 (18:08 +0100)]
Updated library names after change in #3704

7 years agoUpdated gradle settings.
Armin Novak [Mon, 16 Jan 2017 15:40:06 +0000 (16:40 +0100)]
Updated gradle settings.

7 years agoRenamed OpenSSL library
Armin Novak [Mon, 16 Jan 2017 15:39:06 +0000 (16:39 +0100)]
Renamed OpenSSL library

To avoid collisions with system provided OpenSSL use
a different (unique) library name for android builds.

7 years agoAdded android release build configurations.
Armin Novak [Mon, 16 Jan 2017 14:23:11 +0000 (15:23 +0100)]
Added android release build configurations.

7 years agoUpdated android build scripts for OpenSSL 1.1
Armin Novak [Mon, 16 Jan 2017 13:57:28 +0000 (14:57 +0100)]
Updated android build scripts for OpenSSL 1.1

7 years agoInstall man pages
Bernhard Miklautz [Mon, 16 Jan 2017 10:34:32 +0000 (11:34 +0100)]
Install man pages

* man pages are only build/installed if WITH_MANPAGES is enabled
* create a new cmake function install_freerdp_man to unified install man
  pages
* install all man pages using the new function
* update the nightly packages accordingly

7 years agowlfreerdp: add initial man page
Bernhard Miklautz [Mon, 16 Jan 2017 10:09:26 +0000 (11:09 +0100)]
wlfreerdp: add initial man page

7 years agoshadow-cli: add initial man page
Bernhard Miklautz [Mon, 16 Jan 2017 08:25:58 +0000 (09:25 +0100)]
shadow-cli: add initial man page

7 years agoshadow server: add more error messages
Bernhard Miklautz [Mon, 16 Jan 2017 07:58:04 +0000 (08:58 +0100)]
shadow server: add more error messages

7 years agocmdline: fix wlog man page reference
Bernhard Miklautz [Thu, 12 Jan 2017 15:33:36 +0000 (16:33 +0100)]
cmdline: fix wlog man page reference

It's wlog(7) now.

7 years agowinpr-makecert: add initial man page
Bernhard Miklautz [Thu, 12 Jan 2017 15:25:25 +0000 (16:25 +0100)]
winpr-makecert: add initial man page

7 years agomakecert: fix a regression with > 2048 bit
Bernhard Miklautz [Thu, 12 Jan 2017 14:46:13 +0000 (15:46 +0100)]
makecert: fix a regression with > 2048 bit

When certificates with more than 2048 bits were generated and written to
file the read function used a erroneous calculated length causing the
used buffer to overflow.

7 years agowinpr-makecert: use sha256 and update command line
Bernhard Miklautz [Thu, 12 Jan 2017 10:04:34 +0000 (11:04 +0100)]
winpr-makecert: use sha256 and update command line

* use sha256 instead of sha1 as default hash algorithm
* fix command line parser
* mark not implemented command line switches as unsupported

7 years agowinpr-hash: cleanup cmd line and add man page
Bernhard Miklautz [Wed, 11 Jan 2017 14:28:18 +0000 (15:28 +0100)]
winpr-hash: cleanup cmd line and add man page

* add a initial man page
* clean up the command line a little bit (basically error messages)

7 years agoutils: remove unnecessary debug message.
Bernhard Miklautz [Wed, 11 Jan 2017 14:24:49 +0000 (15:24 +0100)]
utils: remove unnecessary debug message.

Change the level from info to debug as it's nothing a regular users
would have interest in.

7 years agoInclude major version number in library names
Bernhard Miklautz [Wed, 21 Dec 2016 14:25:03 +0000 (15:25 +0100)]
Include major version number in library names

Currently it is not possible to cleanly install multiple major version
of FreeRDP concurrently as some of the development libraries (.so files)
files can conflict.

This change renames all libraries to include the major version number in
the library name to fix this limitation.

The list of changed libraries:

libwinpr-tools.so -> libwinpr-tools2.so
libwinpr.so -> libwinpr2.so
libfreerdp.so -> libfreerdp2.so
libfreerdp-client.so -> libfreerdp-client2.so
libfreerdp-shadow.so -> libfreerdp-shadow2.so
libfreerdp-server.so ->  libfreerdp-server2.so
libfreerdp-shadow-subsystem.so -> libfreerdp-shadow-subsystem2.so
libuwac.so -> libuwac0.so

As the library names have changed, projects that use FreeRDP will need to
update their dependencies. -
If pkg-config or cmake find modules are used, reconfiguration might be
sufficient.

Fixes #3460

7 years agoMerge pull request #3701 from akallabeth/progressive_inlined
Martin Fleisz [Mon, 16 Jan 2017 09:36:28 +0000 (10:36 +0100)]
Merge pull request #3701 from akallabeth/progressive_inlined

[performance] Progressive inlined

7 years agoDo not reset V-Bar storage.
Armin Novak [Fri, 13 Jan 2017 10:14:30 +0000 (11:14 +0100)]
Do not reset V-Bar storage.

7 years agoMerge pull request #3665 from realjiangms/fix_ssl_add_all_digests
Norbert Federa [Fri, 13 Jan 2017 08:46:14 +0000 (09:46 +0100)]
Merge pull request #3665 from realjiangms/fix_ssl_add_all_digests

Winpr/openssl: Fix digests initialization in multi-thread

7 years agoMerge pull request #3694 from akallabeth/avc420_black_artifact_fix
Martin Fleisz [Fri, 13 Jan 2017 08:24:52 +0000 (09:24 +0100)]
Merge pull request #3694 from akallabeth/avc420_black_artifact_fix

Fixed solid fill command.

7 years agoMerge pull request #3688 from akallabeth/clear_codec_buffer_resize_fix
Martin Fleisz [Thu, 12 Jan 2017 16:27:05 +0000 (17:27 +0100)]
Merge pull request #3688 from akallabeth/clear_codec_buffer_resize_fix

Clear codec buffer resize fix

7 years agoMerge pull request #3696 from akallabeth/gdi_stride_init
Martin Fleisz [Thu, 12 Jan 2017 15:04:57 +0000 (16:04 +0100)]
Merge pull request #3696 from akallabeth/gdi_stride_init

Initializing gdi.stride on resize.

7 years agoInlined progressive helper functions.
Armin Novak [Thu, 12 Jan 2017 14:31:25 +0000 (15:31 +0100)]
Inlined progressive helper functions.

7 years agoUnified clipping of byte values.
Armin Novak [Thu, 12 Jan 2017 14:30:06 +0000 (15:30 +0100)]
Unified clipping of byte values.

7 years agoMerge pull request #3698 from rjcorrig/kb3203884
akallabeth [Thu, 12 Jan 2017 11:04:10 +0000 (12:04 +0100)]
Merge pull request #3698 from rjcorrig/kb3203884

winpr: Updates time zone data to December 2016

7 years agoUpdate timezone data to Dec 2016
Robert Corrigan [Wed, 11 Jan 2017 21:56:34 +0000 (16:56 -0500)]
Update timezone data to Dec 2016

7 years agoAllow custom MultifragMaxRequestSize in server mode
Jakub Adam [Sun, 1 Jan 2017 18:45:50 +0000 (19:45 +0100)]
Allow custom MultifragMaxRequestSize in server mode

FreeRDP calculates default request size in server mode based upon
the desktop resolution. In practice, however, I've found clients (namely
MS Lync 2013) which would show only a black screen when the value is
greater than 0x3EFFFF.

This change allows to override the default in such special cases by
assigning a different value to server->settings->MultifragMaxRequestSize
after the shadow server structure is initialized in shadow_server_new().

7 years agoMerge pull request #3622 from khvMX/master
akallabeth [Wed, 11 Jan 2017 15:31:15 +0000 (16:31 +0100)]
Merge pull request #3622 from khvMX/master

Ungrab keyboard feature for X11

7 years agoUnified clear internal buffer resize.
Armin Novak [Tue, 10 Jan 2017 13:15:53 +0000 (14:15 +0100)]
Unified clear internal buffer resize.
Internal datastructures now opaque.

7 years agoRemoved duplicated format variable.
Armin Novak [Tue, 10 Jan 2017 09:23:49 +0000 (10:23 +0100)]
Removed duplicated format variable.

7 years agoInitializing gdi.stride on resize.
Armin Novak [Wed, 11 Jan 2017 14:31:48 +0000 (15:31 +0100)]
Initializing gdi.stride on resize.

7 years agoMerge pull request #3695 from jcrespo-asg/win_cliprdr
Martin Fleisz [Wed, 11 Jan 2017 14:22:07 +0000 (15:22 +0100)]
Merge pull request #3695 from jcrespo-asg/win_cliprdr

windows clipboard fix: cliprdr_send_format_list format name

7 years agowindows fix: cliprdr_send_format_list format name
jcrespo-asg [Wed, 11 Jan 2017 13:29:48 +0000 (14:29 +0100)]
windows fix: cliprdr_send_format_list format name

7 years agoInitialize alpha channel in planar decode.
Armin Novak [Wed, 11 Jan 2017 12:41:47 +0000 (13:41 +0100)]
Initialize alpha channel in planar decode.

7 years agoFixed solid fill command.
Armin Novak [Wed, 11 Jan 2017 12:15:28 +0000 (13:15 +0100)]
Fixed solid fill command.

If the alpha channel must be ignored in this command.

7 years agoMerge pull request #3689 from iiordanov/fix_wrong_method_signature_OnRemoteClipboardC...
akallabeth [Wed, 11 Jan 2017 10:37:50 +0000 (11:37 +0100)]
Merge pull request #3689 from iiordanov/fix_wrong_method_signature_OnRemoteClipboardChanged

Correcting invocation of OnRemoteClipboardChanged to avoid java.lang.NoSuchMethodError

7 years agoMerge pull request #1750 from ccpp/master
akallabeth [Wed, 11 Jan 2017 10:02:00 +0000 (11:02 +0100)]
Merge pull request #1750 from ccpp/master

Support for HTTP-Proxy

7 years agoMerge pull request #3661 from akallabeth/error_status
Martin Fleisz [Wed, 11 Jan 2017 10:01:48 +0000 (11:01 +0100)]
Merge pull request #3661 from akallabeth/error_status

Error status for DNS errors

7 years agoMerge pull request #3684 from akallabeth/channel_attach_warn_fix
akallabeth [Wed, 11 Jan 2017 09:15:09 +0000 (10:15 +0100)]
Merge pull request #3684 from akallabeth/channel_attach_warn_fix

Fixed function argument types. #3683

7 years agoThe first parameter of LibFreeRDP.OnRemoteClipboardChanged() was
Iordan Iordanov [Tue, 10 Jan 2017 22:17:44 +0000 (17:17 -0500)]
The first parameter of LibFreeRDP.OnRemoteClipboardChanged() was
changed from int to long, however, the changed method signature was not
reflected in android_cliprdr.c.

As a result, a copy in the remote session would result in the
java.lang.NoSuchMethodError below:

01-08 20:24:16.620  8234  8865 E AndroidRuntime: FATAL EXCEPTION: Thread-11495
01-08 20:24:16.620  8234  8865 E AndroidRuntime: Process: com.iiordanov.aRDP, PID: 8234
01-08 20:24:16.620  8234  8865 E AndroidRuntime: java.lang.NoSuchMethodError: no static method "Lcom/freerdp/freerdpcore/services/LibFreeRDP;.OnRemoteClipboardChanged(ILjava/lang/String;)V"
01-08 20:51:44.737 11025 11439 F libc    : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xa0 in tid 11439 (Thread-6)
01-08 20:53:14.887 11717 11717 E AndroidRuntime: FATAL EXCEPTION: main

This commit fixes the bug.

7 years agoFixed function argument types. #3683
Armin Novak [Tue, 10 Jan 2017 08:17:14 +0000 (09:17 +0100)]
Fixed function argument types. #3683

7 years agoMerge pull request #3681 from mfleisz/openssl110_include_fix
akallabeth [Mon, 9 Jan 2017 16:07:08 +0000 (17:07 +0100)]
Merge pull request #3681 from mfleisz/openssl110_include_fix

Fix compilation with OpenSSL 1.1.0 using MSVC

7 years agoMerge pull request #3680 from akallabeth/patblt_fix
Bernhard Miklautz [Mon, 9 Jan 2017 16:02:49 +0000 (17:02 +0100)]
Merge pull request #3680 from akallabeth/patblt_fix

Fixed patblt for mono color. #3678

7 years agoMerge pull request #3662 from akallabeth/session_detach_support
Martin Fleisz [Mon, 9 Jan 2017 15:58:57 +0000 (16:58 +0100)]
Merge pull request #3662 from akallabeth/session_detach_support

Session detach support

7 years agoFix compilation with OpenSSL 1.1.0 using MSVC
Martin Fleisz [Mon, 9 Jan 2017 15:43:28 +0000 (16:43 +0100)]
Fix compilation with OpenSSL 1.1.0 using MSVC

7 years agoFixed software GDI line to pen color.
Armin Novak [Mon, 9 Jan 2017 15:35:34 +0000 (16:35 +0100)]
Fixed software GDI line to pen color.

7 years agoFixed patblt for mono color. #3678
Armin Novak [Mon, 9 Jan 2017 14:23:10 +0000 (15:23 +0100)]
Fixed patblt for mono color. #3678

7 years agoMerge pull request #3679 from akallabeth/auto_reconnect_infinite
Martin Fleisz [Mon, 9 Jan 2017 13:20:11 +0000 (14:20 +0100)]
Merge pull request #3679 from akallabeth/auto_reconnect_infinite

AutoReconnect support unlimited retries.