summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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-278-25/+202
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-277-21/+69
* red_channel: fix pipe item leakYonit Halperin2012-08-271-0/+1
* 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-273-16/+85
* seamless migration: pre migration phase on the src sideYonit Halperin2012-08-274-27/+124
* seamless-migration: update spice-common submoduleYonit Halperin2012-08-271-8/+8
* seamless-migration: add migration_protocol.hYonit Halperin2012-08-272-0/+50
* bump version to 0.11.2Yonit Halperin2012-08-272-1/+8
* spice.h: add spice_server_set_seamless_migrationYonit Halperin2012-08-272-0/+11
* spice_server_vm_start/stop: notify red_dispatcher on vm start/stopYonit Halperin2012-08-274-2/+30
* spice.h: add entries for tracking vm stateYonit Halperin2012-08-272-1/+36
* reds: add tracking for char devicesYonit Halperin2012-08-273-0/+46
* 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-272-7/+26
* red_channel: add red_channel_test_remote_capYonit Halperin2012-08-272-0/+32
* Add support for QXLComposite to spice serverSøren Sandmann Pedersen2012-08-244-2/+164
* Add support for LZ compression of A8 imagesSøren Sandmann Pedersen2012-08-243-10/+17
* red_worker: Fix reference counting for the current frame (drawable) of a streamYonit Halperin2012-07-251-15/+1
* bump version to 0.11.1 for new spice_qxl_monitors_config_asyncAlon Levy2012-07-231-1/+1
* server: add monitors_config supportAlon Levy2012-07-226-1/+285
* server/red_parse_qxl: red_get_image: fix leaks on bad imageAlon Levy2012-07-221-8/+16
* server/red_worker: release bad drawablesAlon Levy2012-07-221-3/+2
* server/red_parse_qxl: disallow zero area bitmapsAlon Levy2012-07-221-0/+4
* server/red_parse_qxl: get_path: remove return NULLAlon Levy2012-07-221-1/+0
* server/reds: more fixes for wrong spice_error in d2c99b59Alon Levy2012-07-221-68/+68
* server: don't abort on guest images with missing palettesAlon Levy2012-07-222-0/+13
* server: factor out bitmap_fmt_is_rgbAlon Levy2012-07-222-8/+19
* tests: add missing file to .gitignoreMarc-André Lureau2012-07-161-0/+1
* server/reds: fix wrong spice_error in d2c99b59Alon Levy2012-07-111-26/+26
* server/red_worker: fix wrong spice_error in commit 706232a8Alon Levy2012-07-111-16/+16
* server/reds.c: spice_printerr cleanupAlon Levy2012-07-051-148/+146
* server/red_worker: elevate some spice_debugs to spice_infoAlon Levy2012-07-051-52/+52
* server/red_worker: cleanup lines starting with 5 spacesAlon Levy2012-07-051-13/+13
* server/red_worker: death to spice_printerr, too verbose by farAlon Levy2012-07-051-91/+91
* smartcard: Remove redefinition of typedef 'SmartCardDeviceState'Yonit Halperin2012-07-041-2/+2
* char_device.h: Remove redefinition of typedef 'SpiceCharDeviceState'Yonit Halperin2012-07-031-2/+0
* char_device: move SpiceCharDeviceState from the headerYonit Halperin2012-07-033-32/+27
* smartcard: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin2012-07-031-22/+93
* smartcard: creating SmartCardChannelClient typeYonit Halperin2012-07-031-50/+56
* smartcard: use SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-033-45/+133
* spicevmc: use SpiceCharDeviceState for writing to the guest deviceYonit Halperin2012-07-031-25/+24
* spicevmc: employ SpiceCharDeviceState for managing reading from the guest deviceYonit Halperin2012-07-033-32/+118
* agent: employ SpiceCharDeviceState for writing to the deviceYonit Halperin2012-07-031-211/+44
* agent: use SpiceCharDeviceWriteBuffer for agent data from the clientYonit Halperin2012-07-033-1/+45
* agent: employ SpiceCharDeviceState for managing reading from the deviceYonit Halperin2012-07-033-124/+228
* agent: remove save/restore migration data codeYonit Halperin2012-07-031-250/+2
* agent: Fix tokens handling in main_channelYonit Halperin2012-07-034-24/+46
* char_device: Introducing shared flow control code for char devices.Yonit Halperin2012-07-033-0/+954