summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* smartcard: fix an error messageYonit Halperin2012-07-031-1/+1
* smartcard: fix calc of remaining data size when reading more than one msg fro...Yonit Halperin2012-07-031-1/+1
* spice.h: bump SPICE_SERVER_VERSION for release 0.11.0Alon Levy2012-06-271-1/+1
* Revert "spice.h: bump SPICE_SERVER_VERSION for release 0.11.0"Alon Levy2012-06-271-1/+1
* spice.h: bump SPICE_SERVER_VERSION for release 0.11.0Alon Levy2012-06-211-1/+1
* Release 0.11.00.11.0Alon Levy2012-06-121-1/+1
* server/red_channel: s/channle/channelAlon Levy2012-06-071-3/+3
* server/spice.h: s/Pleaes/Please/Alon Levy2012-06-051-1/+1
* server/red_channel: do not attempt to write if the channel client is disconne...Yonit Halperin2012-05-311-0/+4
* server/red_channel: fix possible access to released channel clientsYonit Halperin2012-05-312-20/+104
* server/red_worker: fix red_wait_pipe_item_sentYonit Halperin2012-05-241-7/+5