summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
Commit message (Expand)AuthorAgeFilesLines
* main_channel: fix double release of migration target dataYonit Halperin2013-05-231-0/+2
* main_channel: add routine for checking if a network test had been conducted a...Yonit Halperin2013-05-081-1/+9
* red_worker: start using mjpeg_encoder rate control capabilitiesYonit Halperin2013-04-221-0/+5
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-1/+1
* main-channel: Add a main_channel_client_push_notify functionHans de Goede2013-03-151-1/+6
* main-channel: Make main_channel_push_notify deal with dynamic memoryHans de Goede2013-03-151-19/+12
* enable seamless migration and set migration protocol versionYonit Halperin2012-08-271-0/+1
* main_channel: don't expect init msg in a seamless migration destinationYonit Halperin2012-08-271-3/+8
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-1/+1
* main: restore state from migration dataYonit Halperin2012-08-271-20/+14
* main: send migration dataYonit Halperin2012-08-271-11/+3
* main: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-0/+10
* main_channel: fix using spice messages enums as pipe items typeYonit Halperin2012-08-271-106/+147
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-3/+8
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-2/+3
* seamless migration: pre migration phase on the destination sideYonit Halperin2012-08-271-3/+20
* seamless migration: pre migration phase on the src sideYonit Halperin2012-08-271-21/+112
* seamless-migration: update spice-common submoduleYonit Halperin2012-08-271-8/+8
* agent: reset client tokens when notifying on agent connectionYonit Halperin2012-08-271-1/+16
* agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin2012-07-031-1/+9
* agent: employ SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-031-38/+14
* agent: Fix tokens handling in main_channelYonit Halperin2012-07-031-15/+17
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-211-1/+1
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-33/+33
* Use the spice-common submoduleMarc-André Lureau2012-03-251-5/+6
* Use spice_strdup() to avoid crashing on NULLMarc-André Lureau2012-03-231-2/+2
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-1/+1
* Send name & uuid to capable clientsMarc-André Lureau2012-03-051-0/+65
* server: fix segfault on client disconnectAlon Levy2012-02-261-2/+1
* Use standard IOV_MAX definition where applicableDan McGee2012-02-211-2/+0
* Fix line length errors in main_channelDan McGee2012-01-231-11/+12
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-2/+6
* server/main_channel: fix pointer-to-int-cast errorAlon Levy2011-11-101-2/+9
* server/main_channel: use PRIu64 where neededAlon Levy2011-11-101-2/+4
* server: add prefix argument to red_printf_debugAlon Levy2011-11-071-1/+1
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-021-4/+50
* server: handle spice_server_migrate_endYonit Halperin2011-11-021-41/+70
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-021-71/+93
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-14/+13
* server/reds: fix reds_main_channel_connectedAlon Levy2011-08-231-0/+5
* server/main_channel: reduce verbose agent data commandAlon Levy2011-08-231-1/+2
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-65/+42
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-10/+14
* server/red_channel: introduce client ring in RedChannelAlon Levy2011-08-231-5/+3
* server/main_channel: support multiple clientsAlon Levy2011-08-231-156/+198
* server/main_channel: move connection_id from redsAlon Levy2011-08-231-3/+19
* server/main_channel: move ping here from reds.Alon Levy2011-08-231-8/+54
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-20/+34
* server: Add RedClientAlon Levy2011-08-231-4/+10