Armin Novak
|
3b0f5b5b48
|
Removed obsolete APPLE preprocessor switch.
|
2016-02-04 12:55:11 +01:00 |
|
akallabeth
|
eadfff87a6
|
Merge pull request #3107 from ccpp/tls-sni
Enable support for SNI on client side
|
2016-02-04 09:56:52 +01:00 |
|
Hardening
|
13df05be78
|
Merge pull request #3079 from akallabeth/drive_hotplug_fix
Fixed argument checks for drive channel.
|
2016-02-04 09:06:43 +01:00 |
|
Christian Plattner
|
c0226d686c
|
Enable support for SNI on client side
|
2016-02-04 08:34:51 +01:00 |
|
akallabeth
|
b769d84d0d
|
Merge pull request #3105 from nfedera/fix-cmake-include-names
appropriate names in server & client cmake exports
|
2016-02-03 13:55:37 +01:00 |
|
Norbert Federa
|
24a2f2ad8d
|
appropriate names in server & client cmake exports
|
2016-02-03 13:37:35 +01:00 |
|
Norbert Federa
|
157d81b268
|
Merge pull request #3104 from akallabeth/sign_mismatch_fixes
Sign mismatch warnings fixed
|
2016-02-03 12:56:45 +01:00 |
|
Armin Novak
|
96bf6fc89e
|
Fixed inverted check.
|
2016-02-03 12:46:02 +01:00 |
|
Armin Novak
|
f835744a88
|
Removed unused variable.
|
2016-02-03 12:45:49 +01:00 |
|
Armin Novak
|
40519f0912
|
Fixed initialization warning.
|
2016-02-03 12:45:31 +01:00 |
|
akallabeth
|
c17c7de117
|
Merge pull request #3094 from DavBfr/mac-adpcm
Add ADPCM codec for Mac client
@DavBfr Thx for this nice addition!
|
2016-02-03 12:11:27 +01:00 |
|
Armin Novak
|
d267750a79
|
Fixed flac caps creation.
|
2016-02-03 11:55:23 +01:00 |
|
Armin Novak
|
10956f3179
|
Fixed constant definition.
|
2016-02-03 11:51:31 +01:00 |
|
Armin Novak
|
22f704c0a8
|
Fixed _socket error check.
|
2016-02-03 11:45:22 +01:00 |
|
Armin Novak
|
c2d2ead7d1
|
Fixed error check.
|
2016-02-03 11:43:01 +01:00 |
|
Armin Novak
|
539be1f9a5
|
Fixed unsigned underflow.
|
2016-02-03 11:30:15 +01:00 |
|
Armin Novak
|
d1c59f7574
|
Fixed invalid boolean check.
|
2016-02-03 11:23:41 +01:00 |
|
Armin Novak
|
a1617c734c
|
Fixed unused check.
|
2016-02-03 11:22:27 +01:00 |
|
Armin Novak
|
511f9e810a
|
Use ERROR_INVALID_DATA for short buffers.
|
2016-02-03 11:04:35 +01:00 |
|
Martin Fleisz
|
97125094f8
|
Merge pull request #3103 from llyzs/memfix
gcc: assigned string must not be freed.
|
2016-02-03 09:46:16 +01:00 |
|
Vic Lee
|
73f895fd55
|
gcc: assigned string must not be freed.
|
2016-02-03 13:34:58 +08:00 |
|
David PHAM-VAN
|
506749b93c
|
Activate WITH_MACAUDIO flag if the build is for OS X
|
2016-02-02 11:58:05 -08:00 |
|
Martin Fleisz
|
220478ec01
|
Merge pull request #3101 from akallabeth/stdbool_detection_fix
Stdbool detection fix
|
2016-02-02 18:47:26 +01:00 |
|
Armin Novak
|
9b0ef3a4ec
|
Fixed stdint.h and stdbool.h detection.
|
2016-02-02 18:28:15 +01:00 |
|
Armin Novak
|
96aecca394
|
Fixed length check issue.
|
2016-02-02 17:59:56 +01:00 |
|
Armin Novak
|
5c9707505b
|
Fixed stdbool.h and stdint.h detection.
When one of those headers is not detected the CMake
variable is undefined. Using it for a #define did break
things.
|
2016-02-02 17:30:53 +01:00 |
|
Martin Fleisz
|
c862ca3e30
|
Merge pull request #3099 from akallabeth/mac_fullscreen
Mac fullscreen
|
2016-02-02 10:02:00 +01:00 |
|
Armin Novak
|
c908b951f1
|
Reformatted patch.
|
2016-02-02 09:50:23 +01:00 |
|
“John
|
8324b3d18f
|
Mac Fullscreen + window title
* Set Mac window title according to command line
* Hände fullscreen command line switch
|
2016-02-02 09:49:47 +01:00 |
|
Bernhard Miklautz
|
8ec39039e5
|
Merge pull request #3076 from akallabeth/remove_fixed_size_heap_strings
Removed fixed size strings.
|
2016-02-01 13:02:38 +01:00 |
|
akallabeth
|
cccc8b13db
|
Merge pull request #3096 from bmiklautz/fix/nightlies
pkg/deb: fix nightly builds
|
2016-02-01 13:00:23 +01:00 |
|
Bernhard Miklautz
|
7b9881ef6a
|
pkg/deb: fix nightly builds
with the latest cmake changes related to static channels builds fail on
wheezy and precise this fixes the problem.
|
2016-02-01 12:47:00 +01:00 |
|
David PHAM-VAN
|
3f5ce2d43f
|
Refactor format_supported with a nice switch() statement
|
2016-01-29 09:58:48 -08:00 |
|
David PHAM-VAN
|
8ef64aee96
|
Add ADPCM codec for Mac client
|
2016-01-28 16:11:39 -08:00 |
|
MartinHaimberger
|
e83f97b64a
|
Merge pull request #3093 from hardening/last_write_checks
Check more Stream_EnsureCapacity results when writing capabilities
|
2016-01-28 15:26:04 +01:00 |
|
MartinHaimberger
|
83b706c4be
|
Merge pull request #3092 from akallabeth/get_build_config
Added get_build_config functions.
|
2016-01-28 15:23:24 +01:00 |
|
David FORT
|
b6dd7bbb88
|
Check more Stream_EnsureCapacity results when writing capabilities
|
2016-01-28 15:12:26 +01:00 |
|
MartinHaimberger
|
99c0a7352e
|
Merge pull request #3091 from akallabeth/wlog_warning_fix
Fixed return value of WLog_FileAppender_WriteImageMessage
|
2016-01-28 14:36:50 +01:00 |
|
akallabeth
|
5a2a2b8ee0
|
Merge pull request #3090 from akallabeth/drdynvc_size_checks
Fixed size checks (thanks to @virtman)
|
2016-01-28 14:30:18 +01:00 |
|
Hardening
|
a2aa56ee28
|
Merge pull request #3067 from akallabeth/reset_abort_event
Resetting abort event on freerdp_connect.
|
2016-01-28 14:28:51 +01:00 |
|
Armin Novak
|
035f127081
|
Added get_build_config functions.
|
2016-01-28 14:26:50 +01:00 |
|
Armin Novak
|
d847993a0c
|
Using Stream_ReminingLength for read checks.
|
2016-01-28 12:30:10 +01:00 |
|
Armin Novak
|
c2515340c3
|
Fixed return value of WLog_FileAppender_WriteImageMessage
|
2016-01-28 12:08:57 +01:00 |
|
Armin Novak
|
6f50589c05
|
Cleared up error code usage.
|
2016-01-28 12:05:14 +01:00 |
|
Armin Novak
|
8595e395ab
|
Fixed size checks (thanks to @virtman)
|
2016-01-28 11:45:06 +01:00 |
|
Armin Novak
|
57f1e26f36
|
Checking capability read return.
Updated copyright headers.
|
2016-01-28 11:14:29 +01:00 |
|
Martin Fleisz
|
7294a7f27d
|
Merge pull request #3078 from akallabeth/wlog_cmd_options
Added new command line options for logger.
|
2016-01-28 10:33:17 +01:00 |
|
Martin Fleisz
|
81f5060aae
|
Merge pull request #3088 from clangm/patch-1
fix typo
|
2016-01-28 10:32:14 +01:00 |
|
clangm
|
62a559ad03
|
fix typo
Pretty sure that's supposed to be __MACOSX__, not __MAXOSX__
|
2016-01-27 15:40:08 -07:00 |
|
Hardening
|
bb4a0c5255
|
Merge pull request #3087 from DavBfr/fix-png-load
Fix png image loading that needed write access
|
2016-01-27 23:02:11 +01:00 |
|