summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-0/+1
* Fix 'recive' typo throughout the code baseChristophe Fergeau2013-10-081-4/+4
* Namespace RECEIVE_BUF_SIZEChristophe Fergeau2013-10-081-4/+4
* server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau2013-10-071-24/+32
* server: plug some leaks on errorMarc-André Lureau2013-10-071-2/+7
* server: remove unused fill_rects_clipMarc-André Lureau2013-09-301-11/+0
* red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin2013-09-261-5/+5
* red_channel: cleanup of red_channel_client blocking methodsYonit Halperin2013-09-261-12/+43
* red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin2013-09-261-12/+18
* red_worker: fix call to dump_bitmap (too many args)Yonit Halperin2013-08-221-1/+1
* server: split spice_image_cache from red_workerAlon Levy2013-08-141-157/+1
* server/red_worker: s/image_cache_eaging/image_cache_aging/Alon Levy2013-08-141-2/+2
* server: move surface_format_to_image_type to spice_bitmap_utilsAlon Levy2013-08-141-24/+4
* server: s/red_wait_all_sent/red_channel_wait_all_sent/Alon Levy2013-08-141-3/+3