summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* red_worker: ignoring video frame drops that are not due to pipe congestionYonit Halperin2013-04-221-3/+13
* red_worker: notify mjpeg_encoder on server frame dropsYonit Halperin2013-04-221-4/+13
* red_worker: support SPICE_MSGC_DISPLAY_STREAM_REPORTYonit Halperin2013-04-221-2/+84
* red_worker: start using mjpeg_encoder rate control capabilitiesYonit Halperin2013-04-221-59/+62
* server/red_worker: enable latency monitoring in the display channelYonit Halperin2013-04-221-1/+4
* red_worker: stream - update periodically the input frame rateYonit Halperin2013-04-221-1/+35
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-1/+1
* server/red_worker: assign timer callbacks to worker_core, using spice_timer_q...Yonit Halperin2013-04-221-0/+14
* mjpeg_encoder: move the control over frame drops to mjpeg_encoderYonit Halperin2013-04-221-5/+17
* mjpeg_encoder: adjust the stream bit rate based on periodic client feedbackYonit Halperin2013-04-221-1/+2
* mjpeg_encoder: configure mjpeg quality and frame rate according to a given bi...Yonit Halperin2013-04-221-1/+1
* server/red_worker: streams: moving mjpeg_encoder from Stream to StreamAgentYonit Halperin2013-04-221-16/+22
* red_worker: stream agent - fix miscounting of framesYonit Halperin2013-04-221-4/+12
* red_worker.c: fix not destroying streams before sending MSG_MIGRATEYonit Halperin2013-04-081-1/+24
* red_worker.c: s/red_display_destroy_streams/red_display_destroy_streams_agentsYonit Halperin2013-04-081-2/+2
* 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