summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* syntax-check: Don't use tabs for indentationChristophe Fergeau2015-10-191-1/+1
* server: move some pixmap cache code in own fileMarc-André Lureau2015-10-191-123/+144
* fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber2015-10-191-1/+1
* Remove DRAW_ALLMarc-André Lureau2015-10-161-15/+0
* Remove PIPE_DEBUGMarc-André Lureau2015-10-151-122/+0
* Remove ACYCLIC_SURFACE_DEBUGMarc-André Lureau2015-10-151-15/+0
* Remove unfinished UPDATE_AREA_BY_TREEMarc-André Lureau2015-10-151-110/+0
* server: small move to red_channelMarc-André Lureau2015-10-151-17/+3
* worker: replace init with red_worker_newMarc-André Lureau2015-10-151-5/+5
* red_worker: replace some abort()Marc-André Lureau2015-10-151-1/+2
* worker: avoid double free or double create of surfacesFrediano Ziglio2015-10-061-1/+8
* worker: validate correctly surfacesFrediano Ziglio2015-10-061-15/+18
* worker: make it clear it returns from process when no cmdMarc-André Lureau2015-10-051-4/+4
* worker: count in drawable_new()Marc-André Lureau2015-09-291-3/+4
* PALLET -> PALETTEJonathon Jongsma2015-09-291-6/+6
* Avoid race conditions reading monitor configs from guestFrediano Ziglio2015-09-081-13/+31
* avoid to call red_get_streams_timout twice computing timeoutFrediano Ziglio2015-09-031-4/+5
* Remove useless pack attributeMarc-André Lureau2015-09-011-17/+7
* server: remove srand(time(NULL))Marc-André Lureau2015-09-011-2/+0
* server/red_worker: remove redundant spice_warn_if in validate_surfaceAlon Levy2015-09-011-1/+0
* server: remove hardcoded RED_MAX_RENDERERSMarc-André Lureau2015-09-011-1/+1
* Simplify set_surface_release_infoFrediano Ziglio2015-08-271-14/+5
* prevent integer overflow on 32 bitFrediano Ziglio2015-08-261-1/+1
* worker: remove unused members from DrawableFrediano Ziglio2015-08-241-3/+0
* server/red_worker: record to SPICE_WORKER_RECORD_FILENAMEAlon Levy2015-08-211-3/+37
* worker: remove unused preload_group_idMarc-André Lureau2015-08-111-4/+0
* server: remove unused CursorDataMarc-André Lureau2015-08-111-9/+0
* worker: move red_init_*() functionsMarc-André Lureau2015-08-111-8/+10
* Adjust to new SpiceImageCompress nameChristophe Fergeau2015-07-291-40/+40
* Use desired image compression for the first imagePavel Grunt2015-07-131-7/+7
* Handle preferred image compression messagesJavier Celaya2015-06-301-0/+25
* Use image compress constants from spice-protocolJavier Celaya2015-06-301-4/+4
* server: Remove the rate_control_is_active field from MJpegEncoder.Francois Gouget2015-06-291-2/+2
* Lock the pixmap image cache for the entire fill_bits callSandy Stutsman2015-06-291-8/+15
* server: allows to set maximum monitorsFrediano Ziglio2015-06-261-5/+7
* server: Refresh the input fps every 5 second, without a timer.Francois Gouget2015-06-221-30/+15
* Use spice_malloc instead of mallocFrediano Ziglio2015-06-161-4/+2
* Remove duplicate streaming enumerationJonathon Jongsma2015-06-151-7/+7
* Do not compress bitmaps on UNIX socketFabiano Fidêncio2015-02-251-1/+2
* LZ4: Send the original format with the compressed dataJavier Celaya2015-02-031-1/+1
* LZ4: Do not reverse bottom-up imagesJavier Celaya2015-02-031-13/+5
* LZ4: Limit LZ4 to RGB formatsJavier Celaya2015-02-031-0/+2
* Add LZ4 compression support.Javier Celaya2014-12-021-6/+166
* Remove guest side video time-stampingMarc-André Lureau2014-11-271-0/+1
* Validate RedDrawable before allocating drawableMarc-André Lureau2014-11-251-11/+12
* Validate surface bounding box before using itChristophe Fergeau2014-09-181-0/+31
* Fix 'abberiviations' typo in commentChristophe Fergeau2014-09-181-1/+1
* Fix crash when clearing surface memoryMarc-André Lureau2014-08-071-1/+5
* Fix make failed when uncommented COMPRESS_STAT in red_worker.cWang Qiang2014-05-261-2/+2
* Use PRI macros in printf to keep compatibility between 32/64bit system소병철2014-05-151-2/+2