summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* manual: Fix Arnon last nameChristophe Fergeau2015-10-011-1/+1
* manual: Add section about debuggingChristophe Fergeau2015-10-011-0/+95
* Update NEWSChristophe Fergeau2015-10-011-0/+14
* 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
* manual: add smartcard channel sectionMarc-André Lureau2015-09-151-0/+54
* manual: add missing spaceMarc-André Lureau2015-09-151-1/+1
* manual: update webdav virt-manager sectionMarc-André Lureau2015-09-151-1/+3
* Avoid race conditions reading monitor configs from guestFrediano Ziglio2015-09-081-13/+31
* replay: fix formatting stringFrediano Ziglio2015-09-081-1/+1
* build-sys: Update warning messageFrediano Ziglio2015-09-071-4/+5
* 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
* Update spice-common submoduleChristophe Fergeau2015-09-011-0/+0
* 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
* 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-013-6/+6
* Simplify set_surface_release_infoFrediano Ziglio2015-08-271-14/+5
* replay: fix typo in messageFrediano Ziglio2015-08-271-1/+1
* Avoid core calling spice_server_destroyFrediano Ziglio2015-08-261-2/+5
* prevent integer overflow on 32 bitFrediano Ziglio2015-08-261-1/+1
* remove unused SAME_PIXEL macroFrediano Ziglio2015-08-261-3/+0
* build-sys: Remove test_spice_version.hChristophe Fergeau2015-08-262-45/+0
* server: Readd spice-experimental.hChristophe Fergeau2015-08-262-0/+7
* build-sys: Require a new enough spice-protocol in .pc fileChristophe Fergeau2015-08-262-2/+4
* remove wrong statement terminator from preprocessor macroFrediano Ziglio2015-08-251-1/+1
* Use MAX macro to compute the maximum valueFrediano Ziglio2015-08-251-1/+1
* replay: use plain pthread for mutex/conditionFrediano Ziglio2015-08-251-15/+15