summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* worker_update_monitors_config: Drop bogus real_count accountingHans de Goede2013-01-151-14/+1
* server: Fix SpiceWorker-CRITICAL **: red_worker.c:10968:red_push_monitors_con...Hans de Goede2013-01-151-2/+1
* red_worker.c: clearing the stream vis_region, after it has been detachedYonit Halperin2013-01-081-2/+3
* red_worker.c: insert a drawable to its position in the current tree before ca...Yonit Halperin2013-01-081-13/+42
* server: guest_set_client_capabilities: protect against NULL worker->display_c...Uri Lublin2013-01-011-1/+2
* red_parse_qxl: fix throwing away drawables that have masksYonit Halperin2012-12-201-5/+3
* red_worker: revert 8855438aYonit Halperin2012-12-051-5/+0
* red_worker: no need to align the stride of internal imagesYonit Halperin2012-11-291-1/+1
* red_worker: fix sending internal images with stride > bpp*width to lz compres...Yonit Halperin2012-11-281-13/+13
* red_worker.c: fix memory corruption when data from client is bigger than 1024...Yonit Halperin2012-11-261-0/+12
* red_worker.c: fix not sending all pending messages when the device is stoppedYonit Halperin2012-11-261-21/+25
* red_worker.c: fix marshalling of migration dataYonit Halperin2012-11-261-6/+5
* red_worker.c: fix calling set_client_capabilities when it is unsupported by qemuYonit Halperin2012-11-121-10/+8
* display seamless migration: no need to trace the generation of the primary su...Yonit Halperin2012-11-121-35/+16
* display seamless migration: don't process both cmd ring and dispatcher queue ...Yonit Halperin2012-11-121-7/+36
* server/red_worker: don't call set_client_capabilities if vm is stoppedAlon Levy2012-11-011-18/+46
* server/red_worker: wip: VALIDATE_SURFACE macros, remove asserts (but too late...Alon Levy2012-10-251-12/+50
* server/red_worker: stride > 0 is tested, remove abortAlon Levy2012-10-251-3/+0
* Bump SPICE_INTERFACE_QXL_VERSION_MINORSøren Sandmann Pedersen2012-09-111-2/+6
* Set a8 capability in the QXL device if supported by the clientSøren Sandmann Pedersen2012-09-071-0/+2
* Process outstanding commands in the ring after changing capability bitsSøren Sandmann Pedersen2012-09-071-0/+5
* Add new set_client_capabilities() interface to QXLInstanceSøren Sandmann Pedersen2012-09-061-0/+24
* server/red_parse_qxl: add bitmap consistency checkAlon Levy2012-09-031-15/+0
* server: replace syntax-check reported tabs with spacesAlon Levy2012-09-031-1/+1
* server/red_worker: seamless: fix invalid memory referenceAlon Levy2012-08-301-3/+3
* server: freezed->froze, missing whitespace after declarationsAlon Levy2012-08-301-3/+4
* server/red_worker: handle_dev_update_area: fail if invalid areaAlon Levy2012-08-271-0/+6
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-4/+3
* display migration: restore destination stateYonit Halperin2012-08-271-74/+148
* display migration: marshall migration dataYonit Halperin2012-08-271-6/+46
* display & cursor migration: send SPICE_MSG_MIGRATEYonit Halperin2012-08-271-52/+3
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-9/+14
* Add support for QXLComposite to spice serverSøren Sandmann Pedersen2012-08-241-0/+104
* Add support for LZ compression of A8 imagesSøren Sandmann Pedersen2012-08-241-8/+15
* red_worker: Fix reference counting for the current frame (drawable) of a streamYonit Halperin2012-07-251-15/+1
* server: add monitors_config supportAlon Levy2012-07-221-1/+246
* server/red_worker: release bad drawablesAlon Levy2012-07-221-3/+2
* server: don't abort on guest images with missing palettesAlon Levy2012-07-221-0/+4
* server: factor out bitmap_fmt_is_rgbAlon Levy2012-07-221-8/+7
* server/red_worker: fix wrong spice_error in commit 706232a8Alon Levy2012-07-111-16/+16
* 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
* server/red_worker: fix red_wait_pipe_item_sentYonit Halperin2012-05-241-7/+5
* server/red_channel: remove red_channel_client_item_being_sentYonit Halperin2012-05-241-3/+1
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-211-0/+3
* server/video: do not allow non-streamable drawables be stream candidatesYonit Halperin2012-05-211-0/+4
* server: move self_bitmap_image to RedDrawableAlon Levy2012-05-151-16/+9
* server/red_worker/put_red_drawable: s/drawable/red_drawable/Alon Levy2012-05-151-6/+6
* server/red_worker/red_handle_self_bitmap: add red_drawable local, one extra w...Alon Levy2012-05-151-7/+7