summaryrefslogtreecommitdiffstats
path: root/server/reds.c
Commit message (Expand)AuthorAgeFilesLines
* server: Filter VD_AGENT_MONITORS_CONFIGAlon Levy2012-09-131-1/+52
* server/reds: reuse already defined localAlon Levy2012-09-131-1/+1
* Implement spice_server_set_exit_on_disconnect to enable an option whereby the...Jeremy White2012-09-051-0/+14
* char_device: don't connect a migrated client if the state of the device might...Yonit Halperin2012-08-271-14/+30
* main: restore state from migration dataYonit Halperin2012-08-271-11/+151
* main: send migration dataYonit Halperin2012-08-271-11/+91
* main: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-0/+44
* reds: s/HADER/HEADERYonit Halperin2012-08-271-5/+5
* char device migration: don't read or write from/to the device while waiting f...Yonit Halperin2012-08-271-6/+7
* replace some migration related spice_error calls with info/warningYonit Halperin2012-08-271-2/+2
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-9/+33
* seamleass migration: manage post migration phase in the src sideYonit Halperin2012-08-271-13/+108
* seamless migration: pre migration phase on the destination sideYonit Halperin2012-08-271-13/+62
* seamless migration: pre migration phase on the src sideYonit Halperin2012-08-271-2/+6
* spice.h: add spice_server_set_seamless_migrationYonit Halperin2012-08-271-0/+9
* spice_server_vm_start/stop: notify red_dispatcher on vm start/stopYonit Halperin2012-08-271-0/+2
* spice.h: add entries for tracking vm stateYonit Halperin2012-08-271-1/+33
* reds: add tracking for char devicesYonit Halperin2012-08-271-0/+44
* agent: don't attempt to read from the device if it was releasedYonit Halperin2012-08-271-1/+3
* agent: reset client tokens when notifying on agent connectionYonit Halperin2012-08-271-6/+10
* server/reds: more fixes for wrong spice_error in d2c99b59Alon Levy2012-07-221-68/+68
* server/reds: fix wrong spice_error in d2c99b59Alon Levy2012-07-111-26/+26
* server/reds.c: spice_printerr cleanupAlon Levy2012-07-051-148/+146
* char_device: move SpiceCharDeviceState from the headerYonit Halperin2012-07-031-4/+4
* smartcard: use SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-031-1/+3
* spicevmc: employ SpiceCharDeviceState for managing reading from the guest deviceYonit Halperin2012-07-031-1/+1
* agent: employ SpiceCharDeviceState for writing to the deviceYonit Halperin2012-07-031-211/+44
* agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin2012-07-031-0/+34
* agent: employ SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-031-84/+212
* agent: remove save/restore migration data codeYonit Halperin2012-07-031-250/+2
* agent: Fix tokens handling in main_channelYonit Halperin2012-07-031-7/+26
* server/reds: add "usbredir" to recognized channel namesAlon Levy2012-05-071-0/+1
* Avoid jumping across variables declarations with initializersDaniel P. Berrange2012-04-251-1/+2
* Convert cases of () to (void)Daniel P. Berrange2012-04-251-1/+1
* Fix const-ness violationsDaniel P. Berrange2012-04-251-2/+2
* server: export spice_server_is_server_mouse predicateAlon Levy2012-03-261-0/+6
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-224/+224
* Use the spice-common submoduleMarc-André Lureau2012-03-251-8/+8
* sasl: small refactoring, check memcheck != NULLMarc-André Lureau2012-03-231-10/+8
* Use spice_strdup() to avoid crashing on NULLMarc-André Lureau2012-03-231-6/+6
* server: remove superfluous checkNahum Shalman2012-03-121-3/+0
* server: listen on a pre-opened file descriptorNahum Shalman2012-03-121-0/+21
* Send name & uuid to capable clientsMarc-André Lureau2012-03-051-0/+20
* server: more logging about certificates usedChristophe Fergeau2012-03-051-4/+10
* Add log for invalid/expired ticketsChristophe Fergeau2012-03-051-0/+5
* Respect IOV_MAX if definedDan McGee2012-02-211-1/+26
* red_worker: reimplement event loop using poll()Dan McGee2012-02-211-0/+1
* server, separate SpiceChannelEventInfo from RedStreamAlon Levy2012-02-151-21/+22
* Add casts for compatibility purposesDan McGee2012-02-141-1/+1
* server: support IPV6 addresses in channel events sent to qemuYonit Halperin2012-02-121-4/+17