summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cap logging level to the valid boundsHEADmasterFrediano Ziglio2016-03-111-1/+2
* Remove 2 unused vfuncs from client_marshallers.hChristophe Fergeau2016-03-111-2/+0
* protocol: Add support for the VP8 and h264 video codecsFrancois Gouget2016-03-101-0/+2
* protocol: add unix GL scanout messagesMarc-Andre Lureau2016-03-101-0/+24
* proto: Use proper type for preferred_compression fieldChristophe Fergeau2016-03-101-1/+1
* proto: Rename image_compress to image_compressionChristophe Fergeau2016-03-101-1/+1
* codegen: simplify FdTypeMarc-André Lureau2016-03-101-4/+4
* protocol: learn to describe fd passing in messagesMarc-Andre Lureau2016-03-103-1/+15
* Revert "Remove files moved to spice-protocol"Marc-André Lureau2016-03-1014-33/+6023
* test-logging: unset G_MESSAGES_DEBUGMarc-André Lureau2016-03-101-0/+1
* marshaller: fix uninitialized field usageFrediano Ziglio2016-02-031-0/+1
* marshaller: track if add_fd() was given -1Marc-Andre Lureau2016-02-022-9/+17
* Use lz4 if possiblePavel Grunt2016-01-281-5/+11
* Use code to compute a bit maskFrediano Ziglio2016-01-271-11/+2
* Avoid to call ceil_log_2 twice with same valueFrediano Ziglio2016-01-271-2/+2
* ConstificationFrediano Ziglio2016-01-271-1/+1
* zeroLUT has same content of lzeroesFrediano Ziglio2016-01-271-25/+2
* common: constify some declarationsFrediano Ziglio2016-01-273-4/+7
* small spice_strdup optimizationFrediano Ziglio2016-01-261-2/+4
* remove wrong statement terminator from preprocessor macroFrediano Ziglio2016-01-261-1/+1
* log: Kill spice_warn_ifChristophe Fergeau2016-01-261-6/+0
* log: Add test case for logging codeChristophe Fergeau2016-01-262-1/+424
* tests: Always build testsChristophe Fergeau2016-01-261-1/+1
* log: Use glib for loggingChristophe Fergeau2016-01-262-60/+112
* log: Remove unneeded #ifdef/#endifChristophe Fergeau2016-01-261-26/+0
* log: Use more glib macrosChristophe Fergeau2016-01-211-34/+33
* draw: Add spice_image_descriptor_is_lossyPavel Grunt2016-01-202-6/+8
* Add GL scanout structuresMarc-Andre Lureau2016-01-142-0/+20
* marshaller: learn to describe fd passing in messagesMarc-Andre Lureau2016-01-142-0/+27
* ring: use NULL instead of 0 for null pointersFrediano Ziglio2016-01-071-1/+1
* Remove headers that are included in spice_common.hVictor Toso2016-01-079-27/+5
* m4: Add macro for --with-saslPavel Grunt2015-12-181-0/+27
* Remove trailing whitespaceLukas Venhoda2015-12-185-18/+18
* ppc: Fix alpha state checking on BE machinesLukas Venhoda2015-12-171-0/+3
* ppc: Fix colors on ppc when using jpegLukas Venhoda2015-12-171-2/+2
* ppc: Fix colors on ppc when using LZ4Lukas Venhoda2015-12-171-3/+3
* ppc: Fix colors on ppc when using LZLukas Venhoda2015-12-171-3/+3
* ppc: Fix colors on ppc when using QUICLukas Venhoda2015-12-171-3/+3
* ppc: Add support for bigendian color byte orderLukas Venhoda2015-12-171-0/+14
* pixman_utils: Use PIXMAN_LE_ constants in spice_bitmap_try_as_pixman()Lukas Venhoda2015-12-171-15/+3
* pixman_utils: Add macros for color byte orderingLukas Venhoda2015-12-171-0/+10
* test: Use _LDADD rather than _LDFLAGSChristophe Fergeau2015-12-161-1/+1
* m4: Fix SPICE_WARNING on el6Christophe Fergeau2015-12-141-1/+1
* ssl-verify: Don't leak GInetAddressChristophe Fergeau2015-11-271-2/+8
* ssl-verify: Handle NULL return from g_inet_address_new_from_string()Christophe Fergeau2015-11-271-2/+6
* Use new libcacard.h if possibleMarc-André Lureau2015-11-252-2/+12
* Fix make distcheckMarc-André Lureau2015-11-253-4/+5
* canvas_base: Remove redundant switch case blockLukas Venhoda2015-11-241-4/+1
* build-sys: Add SPICE_CHECK_GSTREAMER_ELEMENTS()Francois Gouget2015-11-161-0/+36
* build-sys: Add SPICE_CHECK_GSTREAMER()Francois Gouget2015-11-041-0/+20