summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
Commit message (Expand)AuthorAgeFilesLines
* red_channel: add spice_channel_client_errorYonit Halperin2013-05-081-0/+11
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-0/+18
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-3/+2
* red_channel (dummy): fix not adding dummy RedChannelClient to the clientYonit Halperin2012-08-271-2/+2
* red_channel: introduce PIPE_ITEM_TYPE_EMPTY_MSGYonit Halperin2012-08-271-0/+4
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-2/+26
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-3/+11
* red_channel: add red_channel_test_remote_capYonit Halperin2012-08-271-0/+4
* server/red_channel: fix possible access to released channel clientsYonit Halperin2012-05-311-0/+5
* server/red_channel: remove red_channel_client_item_being_sentYonit Halperin2012-05-241-9/+0
* Use the spice-common submoduleMarc-André Lureau2012-03-251-4/+5
* red_channel: remove pre_disconnect hookHans de Goede2012-03-121-1/+0
* Use standard IOV_MAX definition where applicableDan McGee2012-02-211-3/+8
* red_worker: reimplement event loop using poll()Dan McGee2012-02-211-0/+1
* server/spicevmc: Don't destroy the rcc twiceHans de Goede2012-02-201-0/+1
* server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-121-4/+31
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-14/+10
* server/red_channel: introduce urgent marshallerYonit Halperin2012-01-121-1/+26
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-021-2/+4
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-021-1/+1
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-7/+26
* server: fix function prototypesChristophe Fergeau2011-09-051-1/+1
* server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy2011-08-231-0/+1
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-22/+48
* server/red_channel.c inroducing client_cbsYonit Halperin2011-08-231-0/+28
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-28/+20
* server/red_channel: introduce client ring in RedChannelAlon Levy2011-08-231-6/+11
* server/red_channel: add pipe_size helpersAlon Levy2011-08-231-0/+7
* server/red_worker: multiple client support - base splitAlon Levy2011-08-231-2/+0
* server/red_tunnel_worker: trivial multi client supportAlon Levy2011-08-231-1/+1
* server/red_channel: introduce pipes functionsAlon Levy2011-08-231-4/+14
* server/main_channel: move ping here from reds.Alon Levy2011-08-231-0/+2
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-0/+1
* server: Add RedClientAlon Levy2011-08-231-1/+24
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-9/+15
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-40/+69
* server/red_channel: renames to use _proc postfix consistentlyAlon Levy2011-08-231-12/+12
* server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy2011-03-021-3/+5
* server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy2011-03-021-11/+23
* server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy2011-03-021-0/+2
* server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy2011-03-021-0/+8
* server/red_channel: add red_channel_send_message_pendingAlon Levy2011-03-021-0/+3
* server/red_channel: add red_channel_all_blockedAlon Levy2011-03-021-0/+6
* server/red_channel (all): add red_channel_get_headerAlon Levy2011-03-021-0/+7
* server/red_channel: add red_channel_get_first_socketAlon Levy2011-03-021-0/+2
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-021-8/+3
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-021-0/+4
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-2/+18
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-021-0/+1
* server/red_channel: move SET_ACK to red_channelAlon Levy2011-03-021-0/+11