summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
Commit message (Expand)AuthorAgeFilesLines
* server/inputs_channel: Cope with NULL keyboard in release_keys()Alon Levy2015-08-121-1/+6
* inputs: Remove unneeded variableChristophe Fergeau2014-12-151-9/+8
* inputs: Split overlong lineChristophe Fergeau2014-12-151-1/+2
* inputs: Fix key_up/key_down mismatchChristophe Fergeau2014-12-151-5/+5
* Introduce reds_stream_is_ssl()Christophe Fergeau2014-01-201-1/+1
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-0/+1
* server: inputs s/relase/releaseMarc-André Lureau2013-10-071-2/+2
* server: release all pressed keys on client disconnectMarc-André Lureau2013-10-071-7/+35
* 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