Vic Lee
06d06fdd2d
core/info: server missing audio info flags.
2013-05-23 14:04:58 -07:00
Vic Lee
fb9606ea77
core/nla: fix non-standard C gramma.
2013-05-23 13:34:34 -07:00
Simon Engledew
bceec08367
Finished merging missing changes from pull request #1257 ( https://github.com/FreeRDP/FreeRDP/pull/1257 - commit 0dc22d5
). Correctly report the length of ts_password_creds.
2013-05-22 14:29:33 +01:00
Martin Fleisz
ecacc07d04
Android: Add missing stubs for dutch strings
2013-05-22 06:22:04 -07:00
Martin Fleisz
6d31c503b5
Merge pull request #1260 from mfleisz/andrlang
...
Android: Added spanish and dutch translation stubs
2013-05-22 05:21:52 -07:00
Martin Fleisz
0f0aadae94
Android: Added spanish and dutch translation stubs
2013-05-22 05:18:37 -07:00
Marc-André Moreau
ac86310993
Merge pull request #1257 from simon-engledew/master
...
Ber Encoding Issue
2013-05-22 05:06:52 -07:00
Martin Fleisz
00060df034
Merge pull request #1255 from bmiklautz/misc-fixes
...
Misc
2013-05-22 02:14:55 -07:00
Bernhard Miklautz
ba4182566c
Merge pull request #1259 from mfleisz/tsgshutdown
...
libfreerdp-core: Added support for server initiated shutdown to TSG
2013-05-22 02:12:51 -07:00
Bernhard Miklautz
91380255c9
Merge pull request #1258 from mfleisz/rfxbmpv3fix
...
Android/iOS: Fixes for using RemoteFX with Bitmap Cache V3
2013-05-22 02:11:52 -07:00
Bernhard Miklautz
415c0c4467
Merge pull request #1254 from mfleisz/iospwfix
...
iOS: Fixed password storage on higher iOS versions
2013-05-22 02:11:24 -07:00
Martin Fleisz
120960fd4d
libfreerdp-core: Added support for server initiated shutdown to TSG
2013-05-22 10:58:11 +02:00
Martin Fleisz
f2aea91ccf
Android/iOS: Fixes for using RemoteFX with Bitmap Cache V3
2013-05-22 01:48:43 -07:00
Simon Engledew
0dc22d5a30
Fixed a range of BER boundary encoding bugs which would occur when any NLA packet hit the 127 character mark. Removed ber#get_content_length as it was not behaving deterministically.
2013-05-21 16:06:00 +01:00
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
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
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
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
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
Marc-André Moreau
9229548cd7
xfreerdp: fix initialization when multitouch hardware is not present
2013-05-15 11:39:28 -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
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