Marc-André Moreau
4a4a36d5c4
cmake: remove vendor-specific options
2013-09-10 14:03:15 -04:00
Marc-André Moreau
8191f4b7b6
cmake: remove debug output
2013-09-10 11:58:43 -04:00
Benoît LeBlanc
525a86280f
Caching CMAKE_OSX_DEPLOYMENT_TARGET variable to prevent error on subsequent compilations
2013-09-10 11:45:25 -04:00
Benoît LeBlanc
f0e4b7ea21
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau
# Via Marc-André Moreau
* 'master' of git://github.com/awakecoding/FreeRDP:
cmake: remove debug output
cmake: add vendor-specific packaging extension point
cmake: fix package generation on Mac OS X
2013-09-10 09:31:49 -04:00
Marc-André Moreau
914d72d449
cmake: remove debug output
2013-09-10 09:27:14 -04:00
Marc-André Moreau
c8fe40098b
Merge pull request #3 from bmiklautz/xrdp-build-fix
...
link winpr/synch against librt
2013-09-10 05:00:43 -07:00
Bernhard Miklautz
8c796e9afc
winpr/synch: link against librt
2013-09-10 10:38:23 +02:00
Armin Novak
21127ec33b
Added a new flag to indicate the presence of a single not escaped argument
...
allowing the legacy command line <server>:<port> syntax.
2013-09-10 10:29:45 +02:00
Bernhard Miklautz
8baa04e7e5
Merge pull request #1448 from akallabeth/coverity_fixes
...
Multiple resource leak and NULL pointer dereferencing fixes
2013-09-10 00:56:30 -07:00
Marc-André Moreau
ef88801839
cmake: add vendor-specific packaging extension point
2013-09-09 22:25:47 -04:00
Marc-André Moreau
660e904a53
cmake: fix package generation on Mac OS X
2013-09-09 21:42:25 -04:00
Benoît LeBlanc
f1ae70fc74
Moved setting CMAKE_OSX_DEPLOYMENT_TARGET at beginning of script file, otherwise the compilation process fails.
2013-09-09 14:12:01 -04:00
Bernhard Miklautz
a2ce481586
x11/client: win8/server 2k12 fix for kbd sync
...
Keyboard indicator sync (caps lock/num lock/..) didn't work properly
on reconnect for windows 8 and windows 2012 server.
fixes #773
2013-09-09 18:41:57 +02:00
Armin Novak
a7a7bab619
Fixed optional argument parsing.
2013-09-09 17:21:15 +02:00
Armin Novak
4274b266c0
Fixed command line parser, now printing help, if an invalid option is detected.
2013-09-09 16:07:14 +02:00
Bernhard Miklautz
b2e1ea0e67
Merge pull request #1462 from akallabeth/device_collection_find_fix
...
Fixed NULL check in freerdp_device_collection_find
2013-09-09 01:23:20 -07:00
Bernhard Miklautz
952a2a4245
Merge pull request #1461 from akallabeth/clang_warning_fixes
...
Fixes clang warnings ```Allocator sizeof operand mismatch```
2013-09-09 01:22:16 -07:00
Armin Novak
be495e54e2
Fixed NULL check in freerdp_device_collection_find
2013-09-06 12:35:33 +02:00
Armin Novak
1f4205a04e
Fixed unchecked free in glyph.c (related to #1428 )
2013-09-06 11:35:54 +02:00
Armin Novak
3b931a9d69
Reverted accidental commit.
2013-09-06 11:08:45 +02:00
Armin Novak
4e0c7d251d
Fixed double free.
2013-09-06 11:07:33 +02:00
Armin Novak
c986f30c4a
Fixed smartcard related issues with double free.
2013-09-06 10:55:26 +02:00
Armin Novak
f399951031
Fixed input thread shutdown caused by previous commit.
2013-09-06 09:41:00 +02:00
Armin Novak
81a5e727d6
Added proper thread sync for input thread.
...
Channels thread now listening to message pipe quit signal posted
when shutting down the channel.
2013-09-06 09:02:46 +02:00
Marc-André Moreau
a0e09e6273
libfreerdp-core: fix server-side licensing sequence
2013-09-05 18:53:55 -04:00
Marc-André Moreau
f790831e7d
Merge branch 'master' of github.com:awakecoding/FreeRDP into xrdp-ng
2013-09-05 15:23:19 -04:00
Marc-André Moreau
2c8bef26de
cmake: add target helper functions
2013-09-05 15:20:51 -04:00
Armin Novak
9a3b4ac6c2
Fixed invalid event number.
2013-09-05 17:17:54 +02:00
Armin Novak
5731725712
Fixed malloc warning, now casting to void *.
2013-09-05 15:40:09 +02:00
Armin Novak
f2bc161f13
Fixed duplicate WaitForSingleObject on client thread.
2013-09-05 14:44:35 +02:00
Bernhard Miklautz
31b9b93548
Merge pull request #1458 from akallabeth/microphone_fixes
...
Fixed issue #1281 , thread shutdown now properly waiting for quit.
2013-09-05 05:40:42 -07:00
Armin Novak
4c1708e290
Fixed channel closing before waiting for thread to quit.
2013-09-05 14:36:06 +02:00
Armin Novak
8442c79e10
Added assertions and ExitThread calls.
2013-09-05 14:27:34 +02:00
Armin Novak
5f539e9dad
Fixed missing assert include.
2013-09-05 13:45:49 +02:00
Armin Novak
214807731f
Added missing assert include.
2013-09-05 13:44:12 +02:00
Armin Novak
8e6b79376c
Fixed possible race found by bmiklautz
2013-09-05 13:41:32 +02:00
Armin Novak
6c7ad72295
Fixed thread handling.
2013-09-05 13:40:16 +02:00
Armin Novak
777d8c3535
Fixed thread handling.
2013-09-05 13:40:04 +02:00
Armin Novak
2283a5ccdf
Fixed thread handling.
2013-09-05 13:39:54 +02:00
Armin Novak
c5a632d8f9
Fixed thread handling.
2013-09-05 13:39:43 +02:00
Armin Novak
8ae13cdace
Fixed thread hanling.
2013-09-05 13:39:32 +02:00
Armin Novak
e828cef981
Fixed thread handling.
2013-09-05 13:39:24 +02:00
Armin Novak
d7d5869cb6
Fixed thread handling.
2013-09-05 13:39:15 +02:00
Armin Novak
733a39779c
Fixed thread handling.
2013-09-05 13:39:05 +02:00
Armin Novak
d2fec8f612
Fixed thread handling.
2013-09-05 13:38:56 +02:00
Armin Novak
1d416ff387
Fixed thread handling.
2013-09-05 13:38:47 +02:00
Armin Novak
3b54ba3449
Fixed thread handling.
2013-09-05 13:38:35 +02:00
Armin Novak
07139276b5
Added newlines at end of file, prevents clang from crashing...
2013-09-05 12:14:35 +02:00
Armin Novak
cf20efb4c6
Simplified code for FindFirstFileA, now always using FindClose
...
for cleanup.
2013-09-05 12:14:35 +02:00
Armin Novak
ddab90ece4
Fixed alt_names free, now using cleanup function to wrap details.
2013-09-05 12:14:35 +02:00