summaryrefslogtreecommitdiff
path: root/server/inputs_channel.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-07server/red_channel: reflect SpiceDataHeader fields in handle_parsed_procAlon Levy1-1/+1
2011-02-07server/red_channel: add red_channel_pipe_add_pushAlon Levy1-4/+4
2011-02-07server/red_channel: add hold_item (from red_worker)Alon Levy1-0/+5
2011-01-16server/inputs_channel: use outgoing marshaller in red_channel/RedChannelAlon Levy1-58/+76
2010-12-07server/inputs: return NULL on alloc_buf request for too large messageAlon Levy1-0/+4
2010-12-07server/inputs_channel: better protection from channel disconnection on keyboa...Alon Levy1-1/+1
2010-12-07server/inputs_channel: s/inputs_channel/g_inputs_channel/Alon Levy1-17/+22
2010-12-07server/inputs_channel: initialize inputs_channel to NULLAlon Levy1-1/+1
2010-12-07server: reds/inputs_channel: move some structs to inputs_channelAlon Levy1-0/+12
2010-12-07server: inputs_channel: use red_channelAlon Levy1-282/+125
2010-12-07server: inputs_channel: s/inputs_state/inputs_channel/Alon Levy1-51/+46
2010-12-07server: introduce inputs_channel, split from reds.cAlon Levy1-0/+694