FreeRDP/include/freerdp
Bernhard Miklautz 96cd479c99 rdpsnd_server_handle_messages: change return type
With BOOL as return type it is not possible to differentiate between
success and "no data can be read" (when a channel read would block).

rdpsnd_server_handle_messages returns now int with the following
possible values:

-1 if no data could be read
0 error (like connection close) (formerly FALSE)
1 succsess (also if further bytes need to be read) (formerly TRUE)

Not using -1 for error cases was chosen to be compatible with the BOOL
return values used before.
2014-09-11 13:45:23 +02:00
..
cache libfreerdp-cache: refactor glyph cache and add logging 2013-11-01 10:01:16 -04:00
channels channels: fix possible overflow in logging 2014-08-29 16:37:14 +02:00
client libfreerdp-common: move assistance code 2014-06-30 09:40:24 -04:00
codec wfreerdp: fix build on Windows 2014-09-10 11:38:38 -04:00
crypto Drop unused field 2014-06-03 11:04:12 +02:00
gdi libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
locale Fixed typo and changed Canadian French (legacy) to 0x00000c0c which most online docs support. 2014-07-09 10:09:43 -04:00
rail libfreerdp-rail: fix C++ inclusion of header files 2013-10-14 23:34:35 -04:00
server rdpsnd_server_handle_messages: change return type 2014-09-11 13:45:23 +02:00
utils libwinpr-utils: centralize bitmap utils 2014-09-03 16:20:50 -04:00
addin.h Fixed compilation with -Wstrict-prototypes 2013-02-14 22:20:43 +01:00
altsec.h libfreerdp-core: added message queue stubs 2013-01-24 17:11:43 -05:00
api.h Fix Windows missing __func__ defines. 2013-01-20 10:53:26 +08:00
assistance.h shadow: start Windows Desktop Sharing API support 2014-08-13 17:48:57 -04:00
client.h client/common: parse and use remote assistance file 2014-06-28 18:33:46 -04:00
codecs.h libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
constants.h libfreerdp-core: expose stubbed WtsApi function table from the core 2014-02-16 20:12:45 -05:00
dvc.h channels/rdpgfx: add egfx command line options and settings 2014-07-03 14:35:03 -04:00
error.h Remove execute bit from many files 2014-07-20 00:52:35 -04:00
event.h Added PubSub notification on mouse events (only triggered in Windows) 2014-01-17 18:17:10 -05:00
extension.h libfreerdp: header cleanup 2012-12-14 00:25:48 -05:00
freerdp.h libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
graphics.h include: add missing extern C decls. 2013-01-22 22:48:52 +08:00
input.h correct Pause key sequence 2014-07-25 11:31:50 +02:00
listener.h libfreerdp-core: add event handle support to listener 2013-07-21 16:21:46 -04:00
message.h clipboard: add events for file clipping. 2014-03-10 14:25:56 +08:00
metrics.h libfreerdp-core: add new protocol metrics module 2014-05-26 12:30:58 -04:00
peer.h shadow: start hooking X11 code as subsystem 2014-07-11 19:30:40 -04:00
pointer.h libfreerdp: header cleanup 2012-12-14 00:25:48 -05:00
primary.h libfreerdp-core: start encoding server-side bounds 2013-05-09 19:41:32 -04:00
primitives.h libfreerdp-primitives: cleanup YCoCg 2014-09-06 21:13:37 -04:00
rail.h freerdp: fix build warnings 2014-08-18 17:25:48 -04:00
scancode.h add additional evdev key mappings for multimedia and Korean keyboards 2014-01-14 15:18:20 -07:00
secondary.h libfreerdp-core: fix async updates with palettes 2013-02-03 16:19:25 -05:00
settings.h shadow: add more virtual channels to RDP backend like WDS API 2014-08-14 19:23:48 -04:00
svc.h libfreerdp-core: expose stubbed WtsApi function table from the core 2014-02-16 20:12:45 -05:00
types.h libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
update.h libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
version.h.in updated file headers 2013-12-04 11:44:22 +01:00
window.h xfreerdp: add special extended window style WS_EX_DECORATIONS for XRDP 2013-03-28 23:47:39 -04:00