summaryrefslogtreecommitdiffstats
path: root/server/reds.h
Commit message (Expand)AuthorAgeFilesLines
* server: remove OpenGLMarc-André Lureau2015-11-211-2/+0
* worker: remove need for WorkerInitDataMarc-André Lureau2015-10-261-0/+16
* Move RedsMigSpice to main-channel.hJonathon Jongsma2015-08-111-7/+0
* Rename mm_timer/mm_timeMarc-André Lureau2014-11-271-2/+2
* clean-up: remove unused functionMarc-André Lureau2014-09-081-1/+0
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-64/+0
* Move SPICE_GNUC_VISIBLE to red_common.hChristophe Fergeau2014-01-201-2/+0
* decouple disconnection of the main channel from client destructionYonit Halperin2013-07-291-0/+2
* reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin2013-05-081-0/+4
* reds: support mm_time latency adjustmentsYonit Halperin2013-04-221-0/+2
* Revert "server: add websockets support via libwebsockets"Alon Levy2012-11-041-17/+0
* server: add websockets support via libwebsocketsAlon Levy2012-10-251-0/+17
* main: restore state from migration dataYonit Halperin2012-08-271-1/+3
* main: send migration dataYonit Halperin2012-08-271-1/+1
* main: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-0/+1
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-1/+2
* seamless migration: pre migration phase on the destination sideYonit Halperin2012-08-271-0/+3
* seamless migration: pre migration phase on the src sideYonit Halperin2012-08-271-2/+2
* reds: add tracking for char devicesYonit Halperin2012-08-271-0/+1
* agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin2012-07-031-0/+2
* agent: Fix tokens handling in main_channelYonit Halperin2012-07-031-1/+2
* Send name & uuid to capable clientsMarc-André Lureau2012-03-051-0/+1
* server, separate SpiceChannelEventInfo from RedStreamAlon Levy2012-02-151-1/+5
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-021-1/+1
* server: handle spice_server_migrate_endYonit Halperin2011-11-021-2/+0
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-021-3/+11
* server: handle migration interface additionYonit Halperin2011-11-021-0/+4
* server: fix function prototypesChristophe Fergeau2011-09-051-2/+2
* server: add public spice_server_get_num_clientsAlon Levy2011-08-231-0/+1
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-24/+3
* server/main_channel: support multiple clientsAlon Levy2011-08-231-3/+3
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-3/+0
* server: Add RedClientAlon Levy2011-08-231-2/+4
* server/main_channel: use MainChannel in sigAlon Levy2011-08-231-0/+1
* server/reds.h: explicitly include config.hAlon Levy2011-08-231-0/+2
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-06-221-1/+1
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-2/+0
* server: s/desable/disableChristophe Fergeau2011-05-021-1/+1
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-6/+6
* server: add SASL supportMarc-André Lureau2011-02-281-0/+39
* server: add reds_channel_dispose()Marc-André Lureau2011-02-281-0/+2
* server: rename s/peer/streamMarc-André Lureau2011-02-281-1/+1
* server/reds: remove the void* ctx fieldMarc-André Lureau2011-02-281-2/+0
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-02-281-5/+0
* server: remove cb_free, not needed anymoreMarc-André Lureau2011-02-271-1/+0
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-02-271-2/+14
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-4/+4
* server/reds: remove unused readvMarc-André Lureau2011-02-271-1/+0
* server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/Alon Levy2011-01-131-1/+1