Norbert Schneider
69f83eba3e
VK_RMENU corrected
2013-02-25 15:49:59 +01:00
Norbert Schneider
f417c32c40
windows keys for Mac
...
Map apple command keys to win keys
2013-02-25 15:10:39 +01:00
Marc-André Moreau
9f8d79c72a
Merge pull request #933 from thinstuff/android
...
aFreeRDP: initial release
2013-01-29 06:35:30 -08:00
Bernhard Miklautz
f239e1f9c4
aFreeRDP: initial release
...
This is the initial release of aFreeRDP the FreeRDP Android client.
For build instructions have a look to docs/README.android.
2013-01-29 12:59:58 +01:00
Vic Lee
2fa23e598e
include/winpr/pool.h: fix windows build.
2013-01-29 15:04:17 +08:00
Vic Lee
aac76c16c4
include: add various missing extern C decls.
2013-01-29 14:45:49 +08:00
Bernhard Miklautz
7089b8dcae
primitives: return value to fix compiler warning
2013-01-25 18:13:14 +01:00
Marc-André Moreau
4a79425af2
Merge pull request #930 from bmiklautz/elif
...
added missing defined() in #elif
2013-01-25 09:04:03 -08:00
Bernhard Miklautz
f91b88f714
added missing defined() in #elif
...
gcc >= 4.4 requires a condition in #elif.
2013-01-25 17:50:40 +01:00
Marc-André Moreau
36c8f8e9c2
Merge pull request #929 from bmiklautz/armbuild
...
build: changed detection for i686/x86_64
2013-01-25 07:50:38 -08:00
Bernhard Miklautz
2dee5a1517
build: changed detection for i686/x86_64
...
Fixes compilation/feature detection on arm.
2013-01-25 14:27:47 +01:00
Marc-André Moreau
8db12370b0
Merge pull request #926 from bmiklautz/zero_tp
...
winpr/pool: zero thread pool on creation
2013-01-24 08:35:25 -08:00
Bernhard Miklautz
f54f6ce196
winpr/pool: zero thread pool on creation
2013-01-24 17:17:12 +01:00
Marc-André Moreau
b2c49aad04
Merge pull request #922 from awakecoding/master
...
Platform-Specific System Information
2013-01-23 16:45:38 -08:00
Marc-André Moreau
0478449fb4
libwinpr-sysinfo: fix build on Mac OS X
2013-01-23 19:37:50 -05:00
Marc-André Moreau
ebefab1de4
libfreerdp-codec: add processor count detection and auto-enabling of threads in RemoteFX decoder
2013-01-23 19:21:14 -05:00
Marc-André Moreau
da3a3d5c9a
libfreerdp-primitives: cleanup platform definitions
2013-01-23 18:39:48 -05:00
Marc-André Moreau
ec22b89772
libwinpr-sysinfo: added platform-specific macro definitions
2013-01-23 17:46:32 -05:00
Marc-André Moreau
eed07feb4d
Merge branch 'master' of github.com:awakecoding/FreeRDP
2013-01-23 11:50:28 -05:00
Marc-André Moreau
a5b66e3766
libfreerdp-codec: fix build on Windows
2013-01-23 11:48:31 -05:00
Marc-André Moreau
23b7c3b157
Merge pull request #920 from dlesaffre/master
...
serial port comm: prevent read in freed memory
2013-01-23 07:12:19 -08:00
Marc-André Moreau
a3fa819b59
Merge pull request #921 from bmiklautz/nsc_mem
...
codec/nsc: initialize elements with NULL
2013-01-23 07:11:39 -08:00
Bernhard Miklautz
1b16ed49f1
codec/nsc: initialize elements with NULL
...
bmpdata and plane_buf[i] are checked agains NULL before using/freeing them
but they were not initialized to NULL. This caused segfaults in
the sample server.
2013-01-23 14:55:38 +01:00
David Lesaffre
12804eb119
prevent read in freed memory
2013-01-23 14:25:33 +01:00
Marc-André Moreau
c61ef3eb23
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-01-22 23:02:29 -05:00
Marc-André Moreau
bab543b201
libfreerdp-codec: start parallelizing rfx_decode_rgb
2013-01-22 23:00:20 -05:00
Marc-André Moreau
683e395bf8
Merge pull request #918 from awakecoding/master
...
RemoteFX Parallel Processing of Tiles
2013-01-22 19:03:06 -08:00
Marc-André Moreau
7b7acf4944
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-01-22 21:57:21 -05:00
Marc-André Moreau
94ad538185
libfreerdp-codec: added registry keys for multithreaded RemoteFX decoder
2013-01-22 21:54:13 -05:00
Marc-André Moreau
22f374ac36
libfreerdp-codec: implement buffer pooling for RemoteFX
2013-01-22 21:24:04 -05:00
Marc-André Moreau
f5d9b06252
libwinpr-utils: added buffer pool
2013-01-22 20:36:08 -05:00
Marc-André Moreau
37a59efbe3
libfreerdp-codec: use _aligned_free for RemoteFX buffers
2013-01-22 18:32:17 -05:00
Marc-André Moreau
438a727c6b
libfreerdp-codec: start parallel decoding of RemoteFX tiles
2013-01-22 18:14:50 -05:00
Marc-André Moreau
fb189989af
libwinpr-pool: fix InitializeThreadpoolEnvironment
2013-01-22 17:24:57 -05:00
Marc-André Moreau
74bba0e767
libwinpr-pool: improve thread pool API on Linux
2013-01-22 16:19:32 -05:00
Marc-André Moreau
c230726259
Merge pull request #917 from hardening/WaitForMultipleObjectsFix
...
WaitForMultipleObjects should conform to API and return WAIT_FAILED when nCount is 0
2013-01-22 13:04:52 -08:00
hardening
7b37f92b2b
WaitForMultipleObjects should conform to API and return WAIT_FAILED when nCount is 0
2013-01-22 21:58:06 +01:00
Vic Lee
ec54a44449
rdpsnd: fix some null pointer crashes.
2013-01-22 23:26:55 +08:00
Vic Lee
104ff8169d
include: add missing extern C decls.
2013-01-22 22:48:52 +08:00
Marc-André Moreau
a98b8a1390
libwinpr-pool: improve Windows implementation
2013-01-21 23:34:46 -05:00
Marc-André Moreau
d4d19d6473
libwinpr-pool: implement WaitForThreadpoolWorkCallbacks
2013-01-21 19:22:08 -05:00
Marc-André Moreau
025b5bab68
libwinpr-pool: start implementing scheduling of asynchronous calls
2013-01-21 18:33:00 -05:00
Vic Lee
7bd1c1a2b6
wfreerdp: fix minor memory leak.
2013-01-21 13:20:07 +08:00
Vic Lee
dfaa372cd8
include/freerdp/cache: fix missing extern C decls.
2013-01-21 13:05:58 +08:00
Marc-André Moreau
ad9769dfe7
libwinpr-pool: make tests pass on Windows
2013-01-20 22:39:32 -05:00
Marc-André Moreau
c048dc4cc4
libwinpr-pool: add test stubs
2013-01-20 21:15:55 -05:00
Marc-André Moreau
9a7bcbb084
libfreerdp-codec: remove old RemoteFX tile pool
2013-01-20 20:44:30 -05:00
Marc-André Moreau
dd2852abae
Merge pull request #916 from hardening/certFixes
...
Allow to read ber integers with fancy size when the result is ignored
2013-01-20 14:38:07 -08:00
david
4d01e2d4fe
Allow to read ber integers with fancy size when the result is ignored
2013-01-20 21:30:17 +01:00
Marc-André Moreau
2246fae6c2
Merge pull request #915 from awakecoding/master
...
Primitives Library Integration
2013-01-19 19:03:18 -08:00