Marc-André Moreau
|
05947dd0b2
|
libfreerdp-core: fix linux build
|
2013-12-18 22:02:59 -05:00 |
|
Benoît LeBlanc
|
043b834ac2
|
Fixed WaitForSingleObject and WaitForMultipleObjects (timeouts incorrectly sets). Added detailed error reporting, better timeout error handling.
|
2013-12-17 18:21:12 -05:00 |
|
Benoît LeBlanc
|
f4a0216c76
|
Fixed WaitForSingleObject and WaitForMultipleObjects (timeouts incorrectly sets). Added detailed error reporting, better timeout error handling.
|
2013-12-17 18:20:33 -05:00 |
|
Marc-André Moreau
|
652dbfd50d
|
libwinpr-sspi: fix NTLM TargetName bug
|
2013-12-17 11:51:13 -05:00 |
|
Marc-André Moreau
|
62199fc46a
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-12-10 11:54:03 -05:00 |
|
Marc-André Moreau
|
f963491ebe
|
libfreerdp-client: cleanup .rdp file parsing
|
2013-12-05 12:35:31 -05:00 |
|
Marc-André Moreau
|
84137cb76d
|
libwinpr-utils: create wlog output directory
|
2013-12-04 23:46:58 -05:00 |
|
Bernhard Miklautz
|
2b6b4a6685
|
updated file headers
|
2013-12-04 11:44:22 +01:00 |
|
Marc-André Moreau
|
cea8c08328
|
ifreerdp: fix iOS/OSX platform detection
|
2013-12-03 15:19:58 -05:00 |
|
Marc-André Moreau
|
ea9511fb0d
|
Merge branch 'master' of github.com:awakecoding/FreeRDP
|
2013-12-03 00:52:36 -05:00 |
|
Marc-André Moreau
|
d5f18e88cc
|
libwinpr-environment: fix usage of environ on OS X
|
2013-12-03 00:52:02 -05:00 |
|
Marc-André Moreau
|
d9e1c0abaa
|
libfreerdp-codec: add more planar unit tests
|
2013-11-29 02:16:16 -05:00 |
|
Marc-André Moreau
|
83ad1730b8
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
libfreerdp/core/input.c
libfreerdp/core/update.c
|
2013-11-23 16:39:29 -05:00 |
|
Bernhard Miklautz
|
204842561b
|
winpr-thread: fixed bugs in _CreateProcessExA
* don't run fork/exec if the command isn't found
* return from forked process with exit
|
2013-11-21 20:06:21 +01:00 |
|
Benoît LeBlanc
|
13322f5ba2
|
Removed warning
|
2013-11-18 11:59:53 -05:00 |
|
Benoît LeBlanc
|
184ee149f6
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2013-11-18 11:34:32 -05:00 |
|
Benoît LeBlanc
|
6e581daebb
|
Removed compilation warning
|
2013-11-18 11:34:24 -05:00 |
|
Marc-André Moreau
|
ea18d2b740
|
Merge pull request #1597 from bmiklautz/tests
Fixed failing tests
|
2013-11-15 08:22:05 -08:00 |
|
Marc-André Moreau
|
fa64ca758d
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-11-15 10:50:30 -05:00 |
|
Bernhard Miklautz
|
a56e3f259b
|
winpr: disabled schannel test
not practicable for now since it requires local key setup
|
2013-11-15 16:19:49 +01:00 |
|
Bernhard Miklautz
|
916f2d2dbf
|
winpr: fixed build warnings
* moved pthread_tryjoin_np to toplevel CMakeLists.txt
* removed duplicated -DHAVE_PTHREAD_GNU_EXT
|
2013-11-15 16:04:04 +01:00 |
|
Marc-André Moreau
|
a6af3f5c0a
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-11-15 09:38:29 -05:00 |
|
Armin Novak
|
fbc1acd70e
|
Fixed includes and test function naming.
|
2013-11-15 11:43:01 +01:00 |
|
Armin Novak
|
5dbd94e2a3
|
Added unit tests for thread and mutex.
|
2013-11-15 11:38:59 +01:00 |
|
Armin Novak
|
efd2d833c2
|
Extended test, now also checks, if lock / unlock is working.
|
2013-11-15 08:38:59 +01:00 |
|
Armin Novak
|
e17a4d1f26
|
Using CLOCK_MONOTONIC instead of CLOCK_REALTIME now.
Fixed timeout comparison for systems missing GNU posix extensions.
|
2013-11-14 13:48:20 +01:00 |
|
Armin Novak
|
719c1a27d6
|
Fixed broken timed wait for thread and mutex objects in WaitForSingleObject.
|
2013-11-14 09:34:16 +01:00 |
|
Marc-André Moreau
|
b0b8b6aa9e
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-11-12 12:59:41 -05:00 |
|
Marc-André Moreau
|
b1bcbea483
|
Merge pull request #1588 from akallabeth/message_queue_clear
Message queue clear
|
2013-11-12 09:59:38 -08:00 |
|
Armin Novak
|
4a1e9d2e4e
|
Using new API for message queue.
|
2013-11-12 15:18:45 +01:00 |
|
Armin Novak
|
638d26569f
|
Updated MessagePipe to new MessageQueue API.
|
2013-11-12 15:11:39 +01:00 |
|
Armin Novak
|
09d219b8d6
|
Added <MessageQueue_Clear> and custom handler argument to
<MessageQueue_New>.
|
2013-11-12 15:10:41 +01:00 |
|
Armin Novak
|
25e7682e02
|
Added <MessagePipe_Clear> and argument for custom handlers to
<MessagePipe_New>.
|
2013-11-12 15:10:08 +01:00 |
|
Marc-André Moreau
|
f17a36f84c
|
libwinpr-library: port GetModuleFileName to Mac OS X
|
2013-11-11 17:25:59 -05:00 |
|
Marc-André Moreau
|
226cad3e03
|
winpr: improve winpr.pc generation
|
2013-11-10 17:54:41 -05:00 |
|
Marc-André Moreau
|
fb23f08388
|
libfreerdp-client: fix possible infinite loop with .rdp file parsing containing freerdp options
|
2013-11-10 13:29:20 -05:00 |
|
Marc-André Moreau
|
4898868e9d
|
libwinpr-path: extend custom portability functions
|
2013-11-09 23:38:22 -05:00 |
|
Marc-André Moreau
|
0e662a060e
|
freerdp: improve pkgconfig .pc file generation
|
2013-11-09 17:51:09 -05:00 |
|
Marc-André Moreau
|
70aed3fa85
|
libfreerdp-core: minor style cleanup
|
2013-11-08 13:57:41 -05:00 |
|
Armin Novak
|
b34c2d0e1d
|
Removed unneccessary include <spawn.h>, which broke the build.
|
2013-11-08 10:27:57 +01:00 |
|
Marc-André Moreau
|
5536033a8a
|
libfreerdp-core: transport refactoring
|
2013-11-07 17:37:58 -05:00 |
|
Marc-André Moreau
|
61f95fbe16
|
libfreerdp-core: transport code style cleanup
|
2013-11-07 15:14:59 -05:00 |
|
Marc-André Moreau
|
7fa5ab7ced
|
Merge branch 'master' of github.com:mrthebunny/FreeRDP
|
2013-11-07 13:58:33 -05:00 |
|
Marc-André Moreau
|
8cbb7f42da
|
libwinpr-library: add GetModuleFileName implementation for Linux
|
2013-11-07 13:57:05 -05:00 |
|
Benoît LeBlanc
|
dfd39b6d0a
|
Fixed macro declaration
|
2013-11-07 13:55:06 -05:00 |
|
Benoît LeBlanc
|
c4dea17af3
|
added _scprintf macro to winpr because snprintf does not count characters on Windows.
Modified write_rdp_file_ macros for windows compatibility
|
2013-11-07 13:44:18 -05:00 |
|
Marc-André Moreau
|
3c44ff9c83
|
channels/rdpsnd: fix bug in rdpsnd and rdpdr deinitialization
|
2013-11-06 14:31:33 -05:00 |
|
Marc-André Moreau
|
33a9694b45
|
Merge pull request #15 from MartinHaimberger/WLOGIMPROVEMENT
improved wlog
|
2013-11-06 10:56:30 -08:00 |
|
Marc-André Moreau
|
b174dd9199
|
Merge pull request #16 from bmiklautz/process
Process
|
2013-11-06 10:55:55 -08:00 |
|
Marc-André Moreau
|
b8a1f7d6c0
|
freerdp: implement restricted admin mode pass-the-hash option
|
2013-11-06 10:02:58 -05:00 |
|