summaryrefslogtreecommitdiff
path: root/server/red_channel.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-24server/red_channel: remove red_channel_client_item_being_sentYonit Halperin1-9/+0
2012-03-25Use the spice-common submoduleMarc-André Lureau1-4/+5
2012-03-12red_channel: remove pre_disconnect hookHans de Goede1-1/+0
2012-02-21Use standard IOV_MAX definition where applicableDan McGee1-3/+8
2012-02-21red_worker: reimplement event loop using poll()Dan McGee1-0/+1
2012-02-20server/spicevmc: Don't destroy the rcc twiceHans de Goede1-0/+1
2012-01-12server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin1-4/+31
2012-01-12server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin1-14/+10
2012-01-12server/red_channel: introduce urgent marshallerYonit Halperin1-1/+26
2011-11-02server: handling semi-seamless migration in the target sideYonit Halperin1-2/+4
2011-11-02server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin1-1/+1
2011-11-02server: set & test channel capabilities in red_channelYonit Halperin1-7/+26
2011-09-05server: fix function prototypesChristophe Fergeau1-1/+1
2011-08-23server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy1-0/+1
2011-08-23server: registering RedChannel in reds, instead of ChannelYonit Halperin1-22/+48
2011-08-23server/red_channel.c inroducing client_cbsYonit Halperin1-0/+28
2011-08-23server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin1-28/+20
2011-08-23server/red_channel: introduce client ring in RedChannelAlon Levy1-6/+11
2011-08-23server/red_channel: add pipe_size helpersAlon Levy1-0/+7
2011-08-23server/red_worker: multiple client support - base splitAlon Levy1-2/+0
2011-08-23server/red_tunnel_worker: trivial multi client supportAlon Levy1-1/+1
2011-08-23server/red_channel: introduce pipes functionsAlon Levy1-4/+14
2011-08-23server/main_channel: move ping here from reds.Alon Levy1-0/+2
2011-08-23server/main_channel: move latency and bitrate to channel clientAlon Levy1-0/+1
2011-08-23server: Add RedClientAlon Levy1-1/+24
2011-08-23server: move pipe from RedChannel to RedChannelClientAlon Levy1-9/+15
2011-08-23server/red_channel (all): introduce RedChannelClientAlon Levy1-40/+69
2011-08-23server/red_channel: renames to use _proc postfix consistentlyAlon Levy1-12/+12
2011-03-02server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy1-3/+5
2011-03-02server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy1-11/+23
2011-03-02server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy1-0/+2
2011-03-02server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy1-0/+8
2011-03-02server/red_channel: add red_channel_send_message_pendingAlon Levy1-0/+3
2011-03-02server/red_channel: add red_channel_all_blockedAlon Levy1-0/+6
2011-03-02server/red_channel (all): add red_channel_get_headerAlon Levy1-0/+7
2011-03-02server/red_channel: add red_channel_get_first_socketAlon Levy1-0/+2
2011-03-02server/red_channel (+): remove red_channel_add_bufAlon Levy1-8/+3
2011-03-02server/red_channel (all): add red_channel_get_streamAlon Levy1-0/+4
2011-03-02server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy1-2/+18
2011-03-02server/red_channel (all): add red_channel_get_marshallerAlon Levy1-0/+1
2011-03-02server/red_channel: move SET_ACK to red_channelAlon Levy1-0/+11
2011-03-02server/red_channel: add more ack apiAlon Levy1-0/+3
2011-03-02server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy1-2/+1
2011-03-02server/red_channe: make hold_item take a channel argAlon Levy1-1/+1
2011-02-28server: rename s/peer/streamMarc-André Lureau1-3/+3
2011-02-27server: s/RedsStreamContext/RedsStreamMarc-André Lureau1-3/+3
2011-02-07server/red_channel: export red_channel_sendAlon Levy1-0/+1
2011-02-07server/red_channel: add red_channel_receive (for red_worker)Alon Levy1-0/+8
2011-02-07server/red_channel: unstatic red_channel_pipe_clear (for red_worker)Alon Levy1-0/+4
2011-02-07server/red_channel: unstatic red_channel_push (for red_worker)Alon Levy1-0/+6