platform/upstream/freerdp.git
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 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 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.

7 years agoAutoReconnect support unlimited retries.
Armin Novak [Mon, 9 Jan 2017 11:34:09 +0000 (12:34 +0100)]
AutoReconnect support unlimited retries.

7 years agoMerge pull request #3677 from alex7ce/master
Bernhard Miklautz [Mon, 9 Jan 2017 09:56:35 +0000 (10:56 +0100)]
Merge pull request #3677 from alex7ce/master

Added missing pointer.SetPosition to corrected crash

7 years agoDeclared pointer.SetPosition to corrected crash if mouse pointer position changed...
Alexander [Fri, 6 Jan 2017 12:27:23 +0000 (14:27 +0200)]
Declared pointer.SetPosition to corrected crash if mouse pointer position changed programmatically

7 years agoMerge pull request #3668 from bmiklautz/channel_ex
Norbert Federa [Wed, 28 Dec 2016 11:45:52 +0000 (12:45 +0100)]
Merge pull request #3668 from bmiklautz/channel_ex

Improve and fix extended channel handling

7 years agoUse common handle ids for all channels
Bernhard Miklautz [Wed, 28 Dec 2016 11:05:01 +0000 (12:05 +0100)]
Use common handle ids for all channels

Channels with regular and extended interface need to live in the same
handle name space otherwise they can't be uniquely identified in the
global channel manager.

7 years agoAdd "Ex" interface support for external channels
Armin Novak [Wed, 28 Dec 2016 10:21:14 +0000 (11:21 +0100)]
Add "Ex" interface support for external channels

Support the VirtualChannelEntryEx interface also for channels that are
not static (as in compiled in).

7 years agoWinpr/openssl: Fix digests initialization in multi-thread
zihao.jiang [Mon, 26 Dec 2016 14:21:36 +0000 (22:21 +0800)]
Winpr/openssl: Fix digests initialization in multi-thread
SSL functions like OpenSSL_add_all_digests should be invoked at very beginning as they are not MT safe.
If not we might meet double free exception as following:

 #0  0x00007f23ddd71c37 in raise () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x00007f23ddd75028 in abort () from /lib/x86_64-linux-gnu/libc.so.6
 #2  0x00007f23dddae2a4 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
 #3  0x00007f23dddba55e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
 #4  0x00007f23dc6ecfcd in CRYPTO_free () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
 #5  0x00007f23dc6ef8d1 in OBJ_NAME_add () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
 #6  0x00007f23dc77dcd8 in EVP_add_digest () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
 #7  0x00007f23dc782321 in OpenSSL_add_all_digests () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
 #8  0x00007f23c781da28 in winpr_openssl_get_evp_md (md=4) at /home/zihao/workspace/zihao_FreeRDP/winpr/libwinpr/crypto/hash.c:52
 #9  0x00007f23c781dccb in winpr_Digest_Init (ctx=0x7f22d064d470, md=<optimized out>) at /home/zihao/workspace/zihao_FreeRDP/winpr/libwinpr/crypto/hash.c:344
 #10 0x00007f23d486139b in security_salted_mac_signature (rdp=0x7f23859f5a20, data=0x7f238542d4fb "\004\204\022\004", length=4743, encryption=<optimized out>, output=0x7
     at /home/zihao/workspace/zihao_FreeRDP/libfreerdp/core/security.c:378
 #11 0x00007f23d488d73f in fastpath_send_update_pdu (fastpath=<optimized out>, updateCode=4 '\004', s=0x7f23859f5f40, skipCompression=true)
     at /home/zihao/workspace/zihao_FreeRDP/libfreerdp/core/fastpath.c:1076
 #12 0x00007f23d4891c4f in update_send_surface_frame_bits (context=0x7f23859f5540, cmd=0x7f22b2ffcc80, first=true, last=true, frameId=6)
     at /home/zihao/workspace/zihao_FreeRDP/libfreerdp/core/update.c:1041

Related reports: https://rt.openssl.org/Ticket/Display.html?id=2216&user=guest&pass=guest

7 years agoX11 ungrab keyboard only if RightCtrl is released right away
Viktor Mukha [Tue, 20 Dec 2016 09:59:45 +0000 (10:59 +0100)]
X11 ungrab keyboard only if RightCtrl is released right away

7 years agoAdded detach support for microphone
Armin Novak [Mon, 19 Dec 2016 16:13:25 +0000 (17:13 +0100)]
Added detach support for microphone

7 years agoAdded attach/detach support for channels.
Armin Novak [Mon, 19 Dec 2016 16:07:01 +0000 (17:07 +0100)]
Added attach/detach support for channels.

7 years agoPrinting a warning if a error is overwritten.
Armin Novak [Mon, 19 Dec 2016 13:13:36 +0000 (14:13 +0100)]
Printing a warning if a error is overwritten.

7 years agoSetting DNS error if lookup fails.
Armin Novak [Mon, 19 Dec 2016 12:49:40 +0000 (13:49 +0100)]
Setting DNS error if lookup fails.

7 years agoMerge pull request #3657 from akallabeth/auto_reconnect_max_retry_support
Martin Fleisz [Mon, 19 Dec 2016 12:14:30 +0000 (13:14 +0100)]
Merge pull request #3657 from akallabeth/auto_reconnect_max_retry_support

New argument /auto-reconnect-max-retries:<retries>

7 years agoMerge pull request #3660 from nfedera/fix_profiler_print_format_specifier
Martin Fleisz [Mon, 19 Dec 2016 09:50:09 +0000 (10:50 +0100)]
Merge pull request #3660 from nfedera/fix_profiler_print_format_specifier

fix format specifier in profiler_print

7 years agoMerge pull request #3658 from xhaakon/master
Bernhard Miklautz [Mon, 19 Dec 2016 09:22:30 +0000 (10:22 +0100)]
Merge pull request #3658 from xhaakon/master

Fix -Wundef with GCC 6.2.1 in wtypes.h

7 years agofix format specifier in profiler_print
Norbert Federa [Mon, 19 Dec 2016 09:01:18 +0000 (10:01 +0100)]
fix format specifier in profiler_print

7 years agoSanity check for auto reconnect retries.
Armin Novak [Mon, 19 Dec 2016 08:17:08 +0000 (09:17 +0100)]
Sanity check for auto reconnect retries.

7 years agoMerge branch 'master' into master
Norbert Federa [Mon, 19 Dec 2016 07:50:16 +0000 (08:50 +0100)]
Merge branch 'master' into master

7 years agoMerge pull request #3655 from nfedera/fix-wtypes-and-formatstrings
Norbert Federa [Mon, 19 Dec 2016 07:46:25 +0000 (08:46 +0100)]
Merge pull request #3655 from nfedera/fix-wtypes-and-formatstrings

Fix wtypes and format strings

7 years agoctest for int format specifiers and usage doc
Norbert Federa [Fri, 16 Dec 2016 12:38:43 +0000 (13:38 +0100)]
ctest for int format specifiers and usage doc

7 years agoX11 will ungrab keyboard when RightCtrl is pressed
Viktor Mukha [Fri, 16 Dec 2016 13:15:47 +0000 (14:15 +0100)]
X11 will ungrab keyboard when RightCtrl is pressed

7 years agofix string format specifiers
Norbert Federa [Tue, 13 Dec 2016 21:47:08 +0000 (22:47 +0100)]
fix string format specifiers

- fixed invalid, missing or additional arguments
- removed all type casts from arguments
- added missing (void*) typecasts for %p arguments
- use inttypes defines where appropriate

7 years agorewrite of wtypes.h
Norbert Federa [Tue, 13 Dec 2016 21:41:46 +0000 (22:41 +0100)]
rewrite of wtypes.h

7 years agoFix -Wundef with GCC 6.2.1 in wtypes.h
Jakub Adam [Fri, 16 Dec 2016 11:15:53 +0000 (12:15 +0100)]
Fix -Wundef with GCC 6.2.1 in wtypes.h

Undefined preprocessor macro in wtypes.h produces:

  warning: "__ILP64__" is not defined [-Wundef]

This causes unnecessary hassle to people who compile their FreeRDP-based
applications with -Werror.

7 years agoNew argument /auto-reconnect-max-retries:<retries>
Armin Novak [Fri, 16 Dec 2016 11:56:17 +0000 (12:56 +0100)]
New argument /auto-reconnect-max-retries:<retries>

7 years agoMerge pull request #3648 from akallabeth/clear_codec_fixed
Martin Fleisz [Thu, 15 Dec 2016 15:02:05 +0000 (16:02 +0100)]
Merge pull request #3648 from akallabeth/clear_codec_fixed

Clear Codec and AVC420 fixes

7 years agoMerge pull request #3653 from mfleisz/cmake_fix
akallabeth [Thu, 15 Dec 2016 12:01:50 +0000 (13:01 +0100)]
Merge pull request #3653 from mfleisz/cmake_fix

cmake: Fix wrong pdb name

7 years agoMerge pull request #3654 from akallabeth/auto_reconnect_fix
Martin Fleisz [Thu, 15 Dec 2016 11:28:50 +0000 (12:28 +0100)]
Merge pull request #3654 from akallabeth/auto_reconnect_fix

Fixed +auto-reconnect (#3650)

7 years agoFixed +auto-reconnect (#3650)
Armin Novak [Thu, 15 Dec 2016 11:09:05 +0000 (12:09 +0100)]
Fixed +auto-reconnect (#3650)

7 years agorfx: fix possible segfault in error case
Bernhard Miklautz [Tue, 13 Dec 2016 14:36:05 +0000 (15:36 +0100)]
rfx: fix possible segfault in error case

7 years agoCode reformatting of proxy.c, proxy.h
Christian Plattner [Tue, 13 Dec 2016 11:10:47 +0000 (12:10 +0100)]
Code reformatting of proxy.c, proxy.h

7 years agocmake: Query OUTPUT_NAME property for pdb name
Martin Fleisz [Tue, 13 Dec 2016 08:38:02 +0000 (09:38 +0100)]
cmake: Query OUTPUT_NAME property for pdb name

7 years agoDynamic environment variable length of $https_proxy
Christian Plattner [Mon, 12 Dec 2016 16:16:12 +0000 (17:16 +0100)]
Dynamic environment variable length of $https_proxy

7 years agoClear codec internal format: keep API compatible
Armin Novak [Mon, 12 Dec 2016 16:04:41 +0000 (17:04 +0100)]
Clear codec internal format: keep API compatible

7 years agoBug: strndup not supported in windows
Christian Plattner [Mon, 12 Dec 2016 15:56:52 +0000 (16:56 +0100)]
Bug: strndup not supported in windows

7 years agocmake: Fix wrong pdb name
Martin Fleisz [Mon, 12 Dec 2016 12:12:41 +0000 (13:12 +0100)]
cmake: Fix wrong pdb name

7 years agoMore abstracted proxy handling
Christian Plattner [Sat, 10 Dec 2016 22:13:35 +0000 (23:13 +0100)]
More abstracted proxy handling

7 years agoBugfix setting HTTP proxy name (fixes environment variable detection)
Christian Plattner [Sat, 10 Dec 2016 18:00:32 +0000 (19:00 +0100)]
Bugfix setting HTTP proxy name (fixes environment variable detection)

7 years agoUse logging API for HTTP proxy
Christian Plattner [Sat, 10 Dec 2016 17:59:58 +0000 (18:59 +0100)]
Use logging API for HTTP proxy

7 years agoMerge branch 'gateway-http-bugfix'
Christian Plattner [Fri, 9 Dec 2016 19:43:02 +0000 (20:43 +0100)]
Merge branch 'gateway-http-bugfix'

Conflicts:
client/common/cmdline.c
include/freerdp/settings.h
libfreerdp/common/settings.c
libfreerdp/core/settings.c
libfreerdp/core/tcp.c
libfreerdp/core/transport.c

7 years agoRevert "HTTP Proxy: Simplify using buffered BIO and trio_asprintf"
Christian Plattner [Thu, 8 Dec 2016 17:51:26 +0000 (18:51 +0100)]
Revert "HTTP Proxy: Simplify using buffered BIO and trio_asprintf"

This reverts commit 91eddce7fba1d801bb969739844b87fcb2310755.

Conflicts:
libfreerdp/core/proxy.c
libfreerdp/core/tcp.c

7 years agoProvide clear codec intermediate format.
Armin Novak [Wed, 7 Dec 2016 12:47:56 +0000 (13:47 +0100)]
Provide clear codec intermediate format.

7 years agoFixed clear codec glyph cache.
Armin Novak [Wed, 7 Dec 2016 11:49:04 +0000 (12:49 +0100)]
Fixed clear codec glyph cache.

7 years agoRespecting color depth with RDP_CODEC_ID_NONE.
Armin Novak [Wed, 7 Dec 2016 10:26:42 +0000 (11:26 +0100)]
Respecting color depth with RDP_CODEC_ID_NONE.

7 years agoUsing a single codec context per session.
Armin Novak [Tue, 6 Dec 2016 15:44:00 +0000 (16:44 +0100)]
Using a single codec context per session.

7 years agoMerge pull request #3626 from akallabeth/primitives_speedup
Bernhard Miklautz [Tue, 6 Dec 2016 13:34:35 +0000 (14:34 +0100)]
Merge pull request #3626 from akallabeth/primitives_speedup

Added optimized pixel write functions for colors.

7 years agoMerge pull request #3643 from mfleisz/misc_fixes
akallabeth [Tue, 6 Dec 2016 09:42:42 +0000 (10:42 +0100)]
Merge pull request #3643 from mfleisz/misc_fixes

Misc fixes

7 years agoclient/win: Too many params in function call
Martin Fleisz [Mon, 5 Dec 2016 12:47:19 +0000 (13:47 +0100)]
client/win: Too many params in function call

7 years agocodec: Fix broken return values
Martin Fleisz [Mon, 5 Dec 2016 12:44:08 +0000 (13:44 +0100)]
codec: Fix broken return values

7 years agocodec: Minor code cleanup
Martin Fleisz [Mon, 5 Dec 2016 12:43:45 +0000 (13:43 +0100)]
codec: Minor code cleanup

7 years agoMerge pull request #3640 from awakecoding/uwp_fix
Marc-André Moreau [Fri, 2 Dec 2016 21:54:06 +0000 (16:54 -0500)]
Merge pull request #3640 from awakecoding/uwp_fix

UWP portability fixes

7 years agowinpr: fix UWP portability
Marc-André Moreau [Fri, 2 Dec 2016 18:18:55 +0000 (13:18 -0500)]
winpr: fix UWP portability

7 years agoMerge pull request #3635 from akallabeth/android_build_update
Bernhard Miklautz [Fri, 2 Dec 2016 11:25:07 +0000 (12:25 +0100)]
Merge pull request #3635 from akallabeth/android_build_update

Updated build tools and readme for android.

7 years agoEnsure securityFlags are always initialized.
Armin Novak [Fri, 2 Dec 2016 09:46:43 +0000 (10:46 +0100)]
Ensure securityFlags are always initialized.

7 years agoFixed format specifier mismatch.
Armin Novak [Fri, 2 Dec 2016 09:15:17 +0000 (10:15 +0100)]
Fixed format specifier mismatch.

7 years agoAdded 64bit support to API.
Armin Novak [Fri, 2 Dec 2016 09:12:26 +0000 (10:12 +0100)]
Added 64bit support to API.

7 years agoUpdated build tools and readme for android.
Armin Novak [Thu, 1 Dec 2016 09:51:27 +0000 (10:51 +0100)]
Updated build tools and readme for android.

7 years agoMerge pull request #3638 from mfleisz/comp_fixes
Bernhard Miklautz [Fri, 2 Dec 2016 10:30:55 +0000 (11:30 +0100)]
Merge pull request #3638 from mfleisz/comp_fixes

codec: Fix compiler errors

7 years agocodec: Fix compiler errors
Martin Fleisz [Fri, 2 Dec 2016 10:13:20 +0000 (11:13 +0100)]
codec: Fix compiler errors

7 years agoMerge pull request #3580 from akallabeth/clear_logging
Bernhard Miklautz [Fri, 2 Dec 2016 09:31:22 +0000 (10:31 +0100)]
Merge pull request #3580 from akallabeth/clear_logging

Extensive debug messages for clear_decompress.

7 years agoExtensive debug messages for clear_decompress.
Armin Novak [Thu, 20 Oct 2016 09:09:37 +0000 (11:09 +0200)]
Extensive debug messages for clear_decompress.

7 years agoMerge pull request #3637 from mfleisz/rfx_api_simplify
akallabeth [Fri, 2 Dec 2016 08:38:33 +0000 (09:38 +0100)]
Merge pull request #3637 from mfleisz/rfx_api_simplify

codec: Remove src format parameter from rfx_process_message