summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-162-0/+5
* 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
* 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
* Prevent memory leak if red_get_data_chunks_ptr failsFrediano Ziglio2015-10-061-11/+20
* Fix race condition in red_get_data_chunks_ptrFrediano Ziglio2015-10-061-7/+10
* Fix integer overflow computing glyph_size in red_get_stringFrediano Ziglio2015-10-061-3/+5
* Fix race condition in red_get_stringFrediano Ziglio2015-10-061-6/+9
* Fix race in red_get_imageFrediano Ziglio2015-10-061-8/+10
* Fix race condition on red_get_clip_rectsFrediano Ziglio2015-10-061-3/+5
* Prevent 32 bit integer overflow in bitmap_consistentFrediano Ziglio2015-10-061-3/+4
* Fix buffer reading overflowFrediano Ziglio2015-10-061-1/+8
* Check properly surface to be createdFrediano Ziglio2015-10-061-1/+34
* Fix some integer overflow causing large memory allocationsFrediano Ziglio2015-10-061-4/+11
* Define a constant to limit data from guest.Frediano Ziglio2015-10-061-0/+11
* 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
* server: remove useless includesMarc-André Lureau2015-10-021-2/+1
* worker: count in drawable_new()Marc-André Lureau2015-09-291-3/+4
* PALLET -> PALETTEJonathon Jongsma2015-09-291-6/+6
* tests: Fix -Werror=format-zero-length build failureChristophe Fergeau2015-09-291-2/+0
* display: Advertise preferred compression capChristophe Fergeau2015-09-241-0/+1
* Avoid race conditions reading monitor configs from guestFrediano Ziglio2015-09-081-13/+31
* replay: fix formatting stringFrediano Ziglio2015-09-081-1/+1
* improve performances comparing image pixelsFrediano Ziglio2015-09-041-21/+20
* avoid to call red_get_streams_timout twice computing timeoutFrediano Ziglio2015-09-031-4/+5
* spice_timer_queue: fix access after freeFrediano Ziglio2015-09-031-1/+6
* replay: compatibility with former versionFrediano Ziglio2015-09-011-5/+6
* replay: do not define same type twiceFrediano Ziglio2015-09-011-4/+4
* build-sys: Add missing header files to _SOURCESChristophe Fergeau2015-09-011-0/+2
* Remove useless pack attributeMarc-André Lureau2015-09-011-17/+7
* server: remove srand(time(NULL))Marc-André Lureau2015-09-011-2/+0