summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* char device migration: marshall migration dataYonit Halperin2012-08-272-0/+74
* char_device: variable token price for write buffersYonit Halperin2012-08-272-12/+29
* migration_protocol: add migration data for char devicesYonit Halperin2012-08-271-0/+20
* 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-273-17/+17
* seamless-migration: add migration_protocol.hYonit Halperin2012-08-272-0/+50
* bump version to 0.11.2Yonit Halperin2012-08-273-2/+9
* 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-273-7/+26
* red_channel: add red_channel_test_remote_capYonit Halperin2012-08-272-0/+32
* Add support for Composite command to the clientSøren Sandmann Pedersen2012-08-244-0/+22
* 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-244-10/+17
* Update spice-commonMarc-André Lureau2012-08-091-0/+0
* 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-232-4/+4
* 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
* Update spice-commonMarc-André Lureau2012-07-161-0/+0
* tests: add missing file to .gitignoreMarc-André Lureau2012-07-161-0/+1
* build-sys: remove cegui/slirp and mandatory client from dist-checkMarc-André Lureau2012-07-161-2/+0
* build-sys: define GL flags if enabledMarc-André Lureau2012-07-161-1/+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
* update spice-common for spice_infoAlon Levy2012-07-051-0/+0
* 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