summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: inputs_channel: use red_channelAlon Levy2010-12-071-282/+125
* server: inputs_channel: s/inputs_state/inputs_channel/Alon Levy2010-12-071-51/+46
* server: introduce inputs_channel, split from reds.cAlon Levy2010-12-071-0/+694