summaryrefslogtreecommitdiff
path: root/server/reds.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Move RedsMigSpice to main-channel.hJonathon Jongsma1-7/+0
2014-11-27Rename mm_timer/mm_timeMarc-André Lureau1-2/+2
2014-09-08clean-up: remove unused functionMarc-André Lureau1-1/+0
2014-01-20Add reds_stream.[ch]Christophe Fergeau1-64/+0
2014-01-20Move SPICE_GNUC_VISIBLE to red_common.hChristophe Fergeau1-2/+0
2013-07-29decouple disconnection of the main channel from client destructionYonit Halperin1-0/+2
2013-05-08reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin1-0/+4
2013-04-22reds: support mm_time latency adjustmentsYonit Halperin1-0/+2
2012-11-04Revert "server: add websockets support via libwebsockets"Alon Levy1-17/+0
2012-10-25server: add websockets support via libwebsocketsAlon Levy1-0/+17
2012-08-27main: restore state from migration dataYonit Halperin1-1/+3
2012-08-27main: send migration dataYonit Halperin1-1/+1
2012-08-27main: send MSG_MIGRATE upon vm migration completionYonit Halperin1-0/+1
2012-08-27seamless migration: migration completion on the destination sideYonit Halperin1-1/+2
2012-08-27seamless migration: pre migration phase on the destination sideYonit Halperin1-0/+3
2012-08-27seamless migration: pre migration phase on the src sideYonit Halperin1-2/+2
2012-08-27reds: add tracking for char devicesYonit Halperin1-0/+1
2012-07-03agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin1-0/+2
2012-07-03agent: Fix tokens handling in main_channelYonit Halperin1-1/+2
2012-03-05Send name & uuid to capable clientsMarc-André Lureau1-0/+1
2012-02-15server, separate SpiceChannelEventInfo from RedStreamAlon Levy1-1/+5
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
2011-11-02server: handling semi-seamless migration in the target sideYonit Halperin1-1/+1
2011-11-02server: handle spice_server_migrate_endYonit Halperin1-2/+0
2011-11-02server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin1-3/+11
2011-11-02server: handle migration interface additionYonit Halperin1-0/+4
2011-09-05server: fix function prototypesChristophe Fergeau1-2/+2
2011-08-23server: add public spice_server_get_num_clientsAlon Levy1-0/+1
2011-08-23server: registering RedChannel in reds, instead of ChannelYonit Halperin1-24/+3
2011-08-23server/main_channel: support multiple clientsAlon Levy1-3/+3
2011-08-23server/main_channel: move latency and bitrate to channel clientAlon Levy1-3/+0
2011-08-23server: Add RedClientAlon Levy1-2/+4
2011-08-23server/main_channel: use MainChannel in sigAlon Levy1-0/+1
2011-08-23server/reds.h: explicitly include config.hAlon Levy1-0/+2
2011-06-22s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau1-1/+1
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-2/+0
2011-05-02server: s/desable/disableChristophe Fergeau1-1/+1
2011-05-02use foo(void) instead of foo() in prototypesChristophe Fergeau1-6/+6
2011-02-28server: add SASL supportMarc-André Lureau1-0/+39
2011-02-28server: add reds_channel_dispose()Marc-André Lureau1-0/+2
2011-02-28server: rename s/peer/streamMarc-André Lureau1-1/+1
2011-02-28server/reds: remove the void* ctx fieldMarc-André Lureau1-2/+0
2011-02-28server: use the new reds_stream_{read,write}Marc-André Lureau1-5/+0
2011-02-27server: remove cb_free, not needed anymoreMarc-André Lureau1-1/+0
2011-02-27server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau1-2/+14
2011-02-27server: s/RedsStreamContext/RedsStreamMarc-André Lureau1-4/+4
2011-02-27server/reds: remove unused readvMarc-André Lureau1-1/+0
2011-01-13server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/Alon Levy1-1/+1
2011-01-13server: split main_channel from redsAlon Levy1-0/+22
2010-12-07server: reds/inputs_channel: move some structs to inputs_channelAlon Levy1-12/+0