Marc-André Moreau
|
3530b83291
|
libfreerdp-codec: add annotated MPPC compression samples
|
2014-03-09 14:35:11 -04:00 |
|
Marc-André Moreau
|
d9a2fb4ff9
|
libfreerdp-codec: start MPPC compressor
|
2014-03-08 17:38:47 -05:00 |
|
Marc-André Moreau
|
77e91aa762
|
libwinpr-crt: add byteswap macros
|
2014-03-06 12:48:48 -05:00 |
|
Marc-André Moreau
|
95127d5632
|
libfreerdp-codec: start testing MPPC against large buffer
|
2014-03-05 18:03:39 -05:00 |
|
Marc-André Moreau
|
dbe7e7aae2
|
libwinpr-utils: move BitStream functions to macros
|
2014-03-05 13:08:11 -05:00 |
|
Marc-André Moreau
|
3ba1d1ff4e
|
libwinpr-utils: basic working UINT32-based bitstream implementation
|
2014-03-05 12:56:26 -05:00 |
|
Marc-André Moreau
|
2cd9649f37
|
libwinpr-utils: start new BitStream util
|
2014-03-04 18:15:03 -05:00 |
|
Marc-André Moreau
|
bb5c5dcaf0
|
libwinpr-wtsapi: start adding support for dynamically loaded FreeRDS-provided WTSAPI implementation
|
2014-03-01 00:32:23 -05:00 |
|
Marc-André Moreau
|
41236e87e3
|
winpr: fix calling convention declarations
|
2014-02-28 14:58:50 -05:00 |
|
Marc-André Moreau
|
6695873394
|
libwinpr-wtsapi: fix multiple inconsistencies with original wtsapi headers
|
2014-02-28 14:49:57 -05:00 |
|
Marc-André Moreau
|
e2c1713bcb
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into channels
|
2014-02-28 12:22:23 -05:00 |
|
Marc-André Moreau
|
fde6a98580
|
winpr: fix conflict with SAL on OS X
|
2014-02-28 12:22:12 -05:00 |
|
Marc-André Moreau
|
02f6e12c5f
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into channels
|
2014-02-27 12:37:23 -05:00 |
|
Marc-André Moreau
|
3d2397ffcc
|
winpr: fix SAL definition conflicts with X11 and libstdc++
|
2014-02-27 12:37:09 -05:00 |
|
Marc-André Moreau
|
922624f5b4
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into channels
|
2014-02-27 12:14:18 -05:00 |
|
Marc-André Moreau
|
25ff5ccd69
|
libwinpr-locale: add stubs and definitions
|
2014-02-27 12:09:00 -05:00 |
|
Marc-André Moreau
|
5a7cffe59c
|
winpr: expand specstrings and error definitions
|
2014-02-26 12:34:08 -05:00 |
|
Marc-André Moreau
|
1afeb448b4
|
libfreerdp-core: expose stubbed WtsApi function table from the core
|
2014-02-16 20:12:45 -05:00 |
|
Marc-André Moreau
|
cf274e3523
|
libwinpr-wtsapi: make use of static function table
|
2014-02-16 19:38:12 -05:00 |
|
Marc-André Moreau
|
74d054172c
|
libwinpr-wtsapi: define SSPI-like WTSAPI function table
|
2014-02-16 15:42:36 -05:00 |
|
Marc-André Moreau
|
22fbf48109
|
libwinpr-utils: add synchronized version of HashTable
|
2014-02-13 22:25:30 -05:00 |
|
Marc-André Moreau
|
9668549fa4
|
Merge pull request #24 from MartinHaimberger/wlogimprovment
improved WLog
|
2014-02-12 06:54:20 -05:00 |
|
Marc-André Moreau
|
d64f86d52c
|
wfreerdp: fix 64-bit build
|
2014-02-10 00:34:17 -05:00 |
|
Marc-André Moreau
|
ad86d3c333
|
libwinpr-utils: add HashTable
|
2014-02-09 21:55:21 -05:00 |
|
Marc-André Moreau
|
7f49c7302d
|
libwinpr-winsock: stub more of winsock
|
2014-02-05 16:25:55 -05:00 |
|
Marc-André Moreau
|
e8a9b7ff14
|
libfreerdp-core: fix ignored port settings for TS Gateway and vmconnect
|
2014-02-05 11:54:42 -05:00 |
|
Marc-André Moreau
|
7c7aa192ec
|
libwinpr-wtsapi: include wtsapi32.h on Windows
|
2014-02-03 00:56:16 -05:00 |
|
Marc-André Moreau
|
851ace73ff
|
libwinpr-crypto: implement CryptProtectMemory/CryptUnprotectMemory
|
2014-02-01 11:52:04 -05:00 |
|
Marc-André Moreau
|
6365880f4d
|
libwinpr-memory: add missing definitions
|
2014-01-31 20:48:31 -05:00 |
|
Marc-André Moreau
|
80449cd2c5
|
libwinpr-memory: start stubbing
|
2014-01-31 18:27:58 -05:00 |
|
Marc-André Moreau
|
ae2a51fdc5
|
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP
|
2014-01-28 22:58:18 -05:00 |
|
Alessandro Pilotti
|
9d6dcab3c6
|
Fixes build issue on Windows
Solves the following build issue:
error C2373: 'InitializeCriticalSectionEx' : redefinition;
different type modifiers
|
2014-01-28 01:09:14 +02:00 |
|
Marc-André Moreau
|
fab0cd2779
|
libwinpr-synch: stub timer queues
|
2014-01-24 17:48:55 -05:00 |
|
Martin Haimberger
|
24ee273540
|
fixed compiler warning
|
2014-01-15 06:15:18 -08:00 |
|
Martin Haimberger
|
65d7e17d4c
|
improved WLog
childlogger use per default now a WLOG_LEVEL_INHERIT level
so the loglevel is taken from the first parent which has another level set.
|
2014-01-15 05:52:48 -08:00 |
|
Marc-André Moreau
|
62199fc46a
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-12-10 11:54:03 -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
|
d9e1c0abaa
|
libfreerdp-codec: add more planar unit tests
|
2013-11-29 02:16:16 -05:00 |
|
Benoît LeBlanc
|
6e581daebb
|
Removed compilation warning
|
2013-11-18 11:34:24 -05:00 |
|
Marc-André Moreau
|
b0b8b6aa9e
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2013-11-12 12:59:41 -05: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
|
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
|
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
|
cc301348df
|
libwinpr-crt: added SecureZeroMemory
|
2013-11-01 18:32:36 -04:00 |
|
Marc-André Moreau
|
8a64934c7b
|
libwinpr-io: start device file implementation
|
2013-10-31 11:02:25 -04:00 |
|