summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
Commit message (Expand)AuthorAgeFilesLines
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-0/+1
* inputs-channel: Don't send insecure keyb notify to in migrate clientHans de Goede2013-03-151-1/+1
* inputs-channel: Handle printing of insecure keyboard notifyHans de Goede2013-03-151-0/+6
* inputs_channel: Fix wrong handling of key up/down on big endianHans de Goede2012-10-181-5/+7
* server/inputs_channel.c: whitespace fixYonit Halperin2012-08-301-1/+1
* inputs: handle SPICE_MSGC_INPUTS_KEY_SCANCODEMarc-André Lureau2012-08-271-0/+10
* inputs channel migration: don't send any msg after MSG_MIGRATEYonit Halperin2012-08-271-5/+25
* inputs_channel: send and handle migration dataYonit Halperin2012-08-271-3/+49
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-1/+0
* inputs channel: use the default red_channel behaviour for client_cbs.migrateYonit Halperin2012-08-271-7/+0
* inputs channel: fix using spice messages enums as pipe items typeYonit Halperin2012-08-271-13/+11
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-1/+2
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-211-0/+3
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-17/+17
* Use the spice-common submoduleMarc-André Lureau2012-03-251-2/+4
* server: don't fail on ENOPROTOOPT from setsockoptNahum Shalman2012-03-121-1/+1
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-5/+2
* server/inputs_channel: don't set O_ASYNC option on socketDan McGee2012-01-231-7/+2
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-3/+7
* Do not assume that SPICE is using a TCP socketDaniel P. Berrange2012-01-091-2/+4
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-1/+3
* server: fix function prototypesChristophe Fergeau2011-09-051-1/+1
* fix more inverted memset parametersHans de Goede2011-08-251-3/+3
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-63/+52
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-10/+13
* server/inputs_channel: support multiple clientsAlon Levy2011-08-231-28/+29
* server: Add RedClientAlon Levy2011-08-231-25/+34
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-27/+9
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-17/+22
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* server/input: avoid double free() of RedChannel on disconnectMarc-André Lureau2011-03-031-8/+4
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-021-1/+0
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-021-3/+4
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-1/+4
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-021-2/+1
* server/inputs_channel: s/PIPE_ITEM_INIT/PIPE_ITEM_INPUTS_INIT/Alon Levy2011-03-021-3/+3
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-1/+0
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-021-1/+1
* server: rename s/peer/streamMarc-André Lureau2011-02-281-5/+5
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-1/+1
* server/red_channel: reflect SpiceDataHeader fields in handle_parsed_procAlon Levy2011-02-071-1/+1
* server/red_channel: add red_channel_pipe_add_pushAlon Levy2011-02-071-4/+4
* server/red_channel: add hold_item (from red_worker)Alon Levy2011-02-071-0/+5
* server/inputs_channel: use outgoing marshaller in red_channel/RedChannelAlon Levy2011-01-161-58/+76
* server/inputs: return NULL on alloc_buf request for too large messageAlon Levy2010-12-071-0/+4
* server/inputs_channel: better protection from channel disconnection on keyboa...Alon Levy2010-12-071-1/+1
* server/inputs_channel: s/inputs_channel/g_inputs_channel/Alon Levy2010-12-071-17/+22
* server/inputs_channel: initialize inputs_channel to NULLAlon Levy2010-12-071-1/+1
* server: reds/inputs_channel: move some structs to inputs_channelAlon Levy2010-12-071-0/+12