summaryrefslogtreecommitdiff
path: root/server/inputs_channel.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-03server: rename filesFrediano Ziglio1-679/+0
2015-08-12server/inputs_channel: Cope with NULL keyboard in release_keys()Alon Levy1-1/+6
2014-12-15inputs: Remove unneeded variableChristophe Fergeau1-9/+8
2014-12-15inputs: Split overlong lineChristophe Fergeau1-1/+2
2014-12-15inputs: Fix key_up/key_down mismatchChristophe Fergeau1-5/+5
2014-01-20Introduce reds_stream_is_ssl()Christophe Fergeau1-1/+1
2014-01-20Add reds_stream.[ch]Christophe Fergeau1-0/+1
2013-10-07server: inputs s/relase/releaseMarc-André Lureau1-2/+2
2013-10-07server: release all pressed keys on client disconnectMarc-André Lureau1-7/+35
2013-04-22red_channel: monitor connection latency using MSG_PINGYonit Halperin1-0/+1
2013-03-15inputs-channel: Don't send insecure keyb notify to in migrate clientHans de Goede1-1/+1
2013-03-15inputs-channel: Handle printing of insecure keyboard notifyHans de Goede1-0/+6
2012-10-18inputs_channel: Fix wrong handling of key up/down on big endianHans de Goede1-5/+7
2012-08-30server/inputs_channel.c: whitespace fixYonit Halperin1-1/+1
2012-08-27inputs: handle SPICE_MSGC_INPUTS_KEY_SCANCODEMarc-André Lureau1-0/+10
2012-08-27inputs channel migration: don't send any msg after MSG_MIGRATEYonit Halperin1-5/+25
2012-08-27inputs_channel: send and handle migration dataYonit Halperin1-3/+49
2012-08-27red_channel: remove unused migrate flag from RedChannelYonit Halperin1-1/+0
2012-08-27inputs channel: use the default red_channel behaviour for client_cbs.migrateYonit Halperin1-7/+0
2012-08-27inputs channel: fix using spice messages enums as pipe items typeYonit Halperin1-13/+11
2012-08-27red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin1-1/+2
2012-05-21server: handle red_channel_client_create returning NULLYonit Halperin1-0/+3
2012-03-25Use the spice-common logging functionsMarc-André Lureau1-17/+17
2012-03-25Use the spice-common submoduleMarc-André Lureau1-2/+4
2012-03-12server: don't fail on ENOPROTOOPT from setsockoptNahum Shalman1-1/+1
2012-03-10Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede1-5/+2
2012-01-23server/inputs_channel: don't set O_ASYNC option on socketDan McGee1-7/+2
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
2012-01-12server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin1-3/+7
2012-01-09Do not assume that SPICE is using a TCP socketDaniel P. Berrange1-2/+4
2011-11-02server: set & test channel capabilities in red_channelYonit Halperin1-1/+3
2011-09-05server: fix function prototypesChristophe Fergeau1-1/+1
2011-08-25fix more inverted memset parametersHans de Goede1-3/+3
2011-08-23server: registering RedChannel in reds, instead of ChannelYonit Halperin1-63/+52
2011-08-23server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin1-10/+13
2011-08-23server/inputs_channel: support multiple clientsAlon Levy1-28/+29
2011-08-23server: Add RedClientAlon Levy1-25/+34
2011-08-23server: move pipe from RedChannel to RedChannelClientAlon Levy1-27/+9
2011-08-23server/red_channel (all): introduce RedChannelClientAlon Levy1-17/+22
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-03-03server/input: avoid double free() of RedChannel on disconnectMarc-André Lureau1-8/+4
2011-03-02server/red_channel (+): remove red_channel_add_bufAlon Levy1-1/+0
2011-03-02server/red_channel (all): add red_channel_get_streamAlon Levy1-3/+4
2011-03-02server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy1-1/+4
2011-03-02server/red_channel (all): add red_channel_get_marshallerAlon Levy1-2/+1
2011-03-02server/inputs_channel: s/PIPE_ITEM_INIT/PIPE_ITEM_INPUTS_INIT/Alon Levy1-3/+3
2011-03-02server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy1-1/+0
2011-03-02server/red_channe: make hold_item take a channel argAlon Levy1-1/+1
2011-02-28server: rename s/peer/streamMarc-André Lureau1-5/+5
2011-02-27server: s/RedsStreamContext/RedsStreamMarc-André Lureau1-1/+1