Bernhard Miklautz
a0fc0513e5
core: properly set MultifragMaxRequestSize for rfx
...
The RemoteFX spec states that the MultifragMaxRequestSize must be at
least as big as the one received by the server. If MultifragMaxRequestSize
is too small the server disables RemoteFX (Codec).
2013-05-21 15:49:03 +02:00
Bernhard Miklautz
a6cfa931b5
core: changed type of FrameAcknowledge
2013-05-21 15:48:50 +02:00
Bernhard Miklautz
9e59fc905d
client: print detected path to known_host file
...
Use detected path instead of hard coded for error messages
2013-05-21 15:48:27 +02:00
Martin Fleisz
583938dcb8
iOS: Fixed password storage on higher iOS versions
2013-05-21 15:42:49 +02:00
Marc-André Moreau
ab7d1746d8
Merge pull request #1249 from Nigel62/master
...
Prevent segfault when starting a RAIL remoteApp
2013-05-20 13:15:15 -07:00
Marc-André Moreau
e9d362b58e
channels/printer: fix printer redirection and test with cups-pdf
2013-05-20 15:50:22 -04:00
Marc-André Moreau
8095bec3ec
channels/drdynvc: call OnChannelDisconnected
2013-05-20 15:23:54 -04:00
Vic Lee
5aa49de0c0
include: add some missing extern C decl.
2013-05-19 21:57:08 -07:00
Vic Lee
25229f520f
channels/server: provide error codes to distinguish between not-registered and not-ready state.
2013-05-19 16:46:02 -07:00
Marc-André Moreau
73f782b871
libfreerdp-client: add AudioCapture flag with microphone is in use
2013-05-17 09:29:53 -04:00
Marc-André Moreau
a602e4d1de
libfreerdp-core: fix pcap rfx playback
2013-05-17 09:25:42 -04:00
Marc-André Moreau
92ce433090
libfreerdp-codec: optimize color conversion a bit
2013-05-16 19:56:39 -04:00
Marc-André Moreau
8a2220a3d9
libwinpr-synch: remove unnecessary critical section
2013-05-16 19:27:12 -04:00
Marc-André Moreau
c0160b8015
libwinpr-handle: reduce usage of unneeded handle management functions
2013-05-16 18:27:26 -04:00
Marc-André Moreau
23e8af45f0
libwinpr-handle: don't use a centralized handle table as it was a major performance bottleneck
2013-05-16 18:14:37 -04:00
Marc-André Moreau
f8b24826da
libwinpr-handle: optimize handle table lookup
2013-05-16 17:49:41 -04:00
Marc-André Moreau
72e9087d1f
winpr: unify handle types
2013-05-16 17:32:58 -04:00
C-o-r-E
396affa489
xfreerdp-client: fix screen refresh issue
2013-05-16 16:42:07 -04:00
C-o-r-E
ab2cd6fd1c
xfreerdp-client: more fixes with XRender
2013-05-16 16:20:25 -04:00
C-o-r-E
0db2e9cbf4
xfreerdp-client: fixes to xrender operations
2013-05-16 15:15:19 -04:00
Marc-André Moreau
d99c8b8dc2
Merge branch 'master' of github.com:awakecoding/FreeRDP
2013-05-16 14:46:05 -04:00
Marc-André Moreau
cd8091a315
freerdp: fix monolithic build with Intel IPP linking
2013-05-16 14:45:49 -04:00
Marc-André Moreau
3c2687b7d6
libfreerdp-crypto: handle EAGAIN with TLS
2013-05-15 20:19:26 -04:00
Marc-André Moreau
e8c5e6c70b
libfreerdp-core: send using separate streams, re-enable frame acks
2013-05-15 18:05:40 -04:00
C-o-r-E
41a7d33891
xfreerdp-client: fixing touch stuff
2013-05-15 17:35:16 -04:00
Marc-André Moreau
54281cac13
libwinpr-utils: grow stream by a factor of two
2013-05-15 16:22:58 -04:00
Marc-André Moreau
202614a1a4
libfreerdp-core: reduce reuse of same pdu buffers
2013-05-15 15:54:33 -04:00
C-o-r-E
ac465719b1
xfreerdp-client: adjust max zoom to 120%
2013-05-15 14:53:46 -04:00
Marc-André Moreau
fc592a1750
libfreerdp-core: replace usage of Stream_GetPointer() by Stream_GetPosition() in potentially unsafe places
2013-05-15 14:42:37 -04:00
C-o-r-E
3d931a048e
xfreerdp-client: fix some updating screen size
2013-05-15 13:58:21 -04:00
Marc-André Moreau
5c37356506
libfreerdp-core: reduce reuse of the same send buffer
2013-05-15 13:17:29 -04:00
Marc-André Moreau
032fd11928
cmake: check for XITouchClass
2013-05-15 12:40:56 -04:00
Marc-André Moreau
367ebf32a3
freerdp: make use of stream macros to access members
2013-05-15 12:14:26 -04:00
C-o-r-E
cff999e7e3
xfreerdp-client: fix mouse position issue for scale
2013-05-15 12:12:47 -04:00
Marc-André Moreau
9229548cd7
xfreerdp: fix initialization when multitouch hardware is not present
2013-05-15 11:39:28 -04:00
C-o-r-E
b1e603fb2e
xfreerdp-client: fix x11 window issue
2013-05-15 10:41:14 -04:00
Nigel Reeves
7adab0f79c
Prevent segfault when start a RAIL remote Application
2013-05-15 09:42:21 +01:00
Marc-André Moreau
0ee55ddcfe
channels/rdpei: fix warnings
2013-05-14 22:01:36 -04:00
Marc-André Moreau
c3efeccbd6
xfreerdp: partial cleanup of multitouch code
2013-05-14 19:26:01 -04:00
Marc-André Moreau
e6aec6c936
xfreerdp: initial multitouch functionality
2013-05-14 17:45:52 -04:00
C-o-r-E
e37e678021
xfreerdp-client: refactored window resize
2013-05-14 16:18:57 -04:00
C-o-r-E
cea1534771
xfreerdp-client: fixed handling of hints
2013-05-14 14:29:43 -04:00
C-o-r-E
84fbc1159c
xfreerdp-client: fixed pan constraints
2013-05-14 12:43:42 -04:00
C-o-r-E
152af5bfc9
xfreerdp-client: fixed pan lag
2013-05-14 12:01:18 -04:00
C-o-r-E
95ba742b69
xfreerdp-client: fixed wmhints
2013-05-14 11:48:02 -04:00
C-o-r-E
4a89436b1c
xfreerdp-client: keep track of scaled dimentions
2013-05-14 11:20:26 -04:00
Vic Lee
8a1b59a127
libfreerdp-core/tcp: add a null pointer check.
2013-05-14 16:24:43 +08:00
Vic Lee
6599e1f2a3
cmdline: add max-fast-path-size argument.
2013-05-14 16:24:05 +08:00
Marc-André Moreau
c23da2f80b
channels/rdpei: minor improvements
2013-05-14 01:06:25 -04:00
Marc-André Moreau
b385e61bc0
xfreerdp-client: start trying to send multitouch events
2013-05-13 19:17:25 -04:00