summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* worker: change CursorItem memory allocationMarc-André Lureau2015-10-292-54/+11
* worker: remove unused type field from AddBufInfoMarc-André Lureau2015-10-281-11/+1
* worker: fix timer queue creationFrediano Ziglio2015-10-281-4/+4
* server: group worker channel related stuffMarc-André Lureau2015-10-261-2/+5
* worker: remove need for WorkerInitDataMarc-André Lureau2015-10-265-121/+90
* worker: access dispatcher pending field using helper functionsMarc-André Lureau2015-10-264-15/+31
* server: split cache-item.hMarc-André Lureau2015-10-233-15/+41
* server: start separate display/cursor channel headersMarc-André Lureau2015-10-235-262/+314
* server: remove worker->idMarc-André Lureau2015-10-231-5/+3
* build-sys: Adjust to new spice-common spice-deps.m4Christophe Fergeau2015-10-233-6/+5
* remove small leak in MJPEG codeFrediano Ziglio2015-10-231-0/+1
* reduce locking time in async_command_allocFrediano Ziglio2015-10-231-1/+2
* removed unused recv_core fieldFrediano Ziglio2015-10-231-1/+0
* worker: remove useless MESSAGE_READYMarc-André Lureau2015-10-232-13/+7
* dispatcher: style updateMarc-André Lureau2015-10-231-1/+1
* server: remove worker thread creation from dispatcherMarc-André Lureau2015-10-226-27/+50
* server/dispatcher: move worker enums to dispatcher headerMarc-André Lureau2015-10-222-94/+96
* worker: use a single clockidMarc-André Lureau2015-10-211-28/+30
* server: rename red_client_cache.h to cache_item.tmpl.cMarc-André Lureau2015-10-203-3/+3
* Add missing license headersChristophe Fergeau2015-10-1927-0/+460
* syntax-check: Exclude png files from sc_prohibit_empty_lines_at_EOFChristophe Fergeau2015-10-191-1/+1
* syntax-check: Clean-up exception rulesChristophe Fergeau2015-10-191-10/+3
* syntax-check: Remove unused #include <strings.h>Christophe Fergeau2015-10-191-1/+0
* syntax-check: Add missing #include <config.h>Christophe Fergeau2015-10-194-0/+14
* syntax-check: Don't use tabs for indentationChristophe Fergeau2015-10-194-12/+12
* syntax-check: Exclude red_replay_qxl.c from sc_cast_of_argument_to_freeChristophe Fergeau2015-10-191-0/+2
* syntax-check: Ignore .png files in sc_trailing_blank testChristophe Fergeau2015-10-191-1/+1
* syntax-check: manual: Remove duplicate wordChristophe Fergeau2015-10-191-1/+1
* syntax-check: Add missing AUTHORSChristophe Fergeau2015-10-192-7/+28
* worker: use GOnce to surround some global init in dispatcherMarc-André Lureau2015-10-192-3/+8
* server: move some pixmap cache code in own fileMarc-André Lureau2015-10-195-359/+364
* fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber2015-10-194-5/+5
* Update the .gitignore files for the new manual,Jeremy White2015-10-163-0/+7
* 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-153-17/+18
* 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
* Simplify pointer computationFrediano Ziglio2015-10-121-1/+1
* build-sys: Remove client check from configure.acChristophe Fergeau2015-10-071-10/+0
* build-sys: bump libtool version informationFrediano Ziglio2015-10-061-2/+2
* Mention the 2 recently fixed CVEs in NEWSChristophe Fergeau2015-10-061-1/+1
* Prevent leak if size from red_get_data_chunks don't match in red_get_imageFrediano Ziglio2015-10-061-0/+2
* Prevent data_size to be set independently from dataFrediano Ziglio2015-10-061-0/+1
* Avoid race condition copying segments in red_get_pathFrediano Ziglio2015-10-061-1/+1
* Make sure we can read QXLPathSeg structuresFrediano Ziglio2015-10-061-2/+2
* Fix some possible overflows in red_get_string for 32 bitFrediano Ziglio2015-10-061-1/+7
* Prevent DoS from guest trying to allocate too much data on host for chunksFrediano Ziglio2015-10-061-8/+41