summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-12don't break the build with this wip patcheslogsVictor Toso1-1/+2
2016-03-12log: Disable multiple domains in SpiceVictor Toso1-2/+0
2016-03-12log: create specific subdomains for filteringVictor Toso11-4/+20
2016-03-12log: allow filtering logs with subdomainsVictor Toso2-12/+173
2016-03-12log: include message log level for parity with glibVictor Toso2-3/+12
2016-03-12log: simplify log defines with SPICE_LOGVictor Toso1-27/+32
2016-03-11Cap logging level to the valid boundsFrediano Ziglio1-1/+2
2016-03-11Remove 2 unused vfuncs from client_marshallers.hChristophe Fergeau1-2/+0
2016-03-10protocol: Add support for the VP8 and h264 video codecsFrancois Gouget1-0/+2
2016-03-10protocol: add unix GL scanout messagesMarc-Andre Lureau1-0/+24
2016-03-10proto: Use proper type for preferred_compression fieldChristophe Fergeau1-1/+1
2016-03-10proto: Rename image_compress to image_compressionChristophe Fergeau1-1/+1
2016-03-10codegen: simplify FdTypeMarc-André Lureau1-4/+4
2016-03-10protocol: learn to describe fd passing in messagesMarc-Andre Lureau3-1/+15
2016-03-10Revert "Remove files moved to spice-protocol"Marc-André Lureau14-33/+6023
2016-03-10test-logging: unset G_MESSAGES_DEBUGMarc-André Lureau1-0/+1
2016-02-03marshaller: fix uninitialized field usageFrediano Ziglio1-0/+1
2016-02-02marshaller: track if add_fd() was given -1Marc-Andre Lureau2-9/+17
2016-01-28Use lz4 if possiblePavel Grunt1-5/+11
2016-01-27Use code to compute a bit maskFrediano Ziglio1-11/+2
2016-01-27Avoid to call ceil_log_2 twice with same valueFrediano Ziglio1-2/+2
2016-01-27ConstificationFrediano Ziglio1-1/+1
2016-01-27zeroLUT has same content of lzeroesFrediano Ziglio1-25/+2
2016-01-27common: constify some declarationsFrediano Ziglio3-4/+7
2016-01-26small spice_strdup optimizationFrediano Ziglio1-2/+4
2016-01-26remove wrong statement terminator from preprocessor macroFrediano Ziglio1-1/+1
2016-01-26log: Kill spice_warn_ifChristophe Fergeau1-6/+0
2016-01-26log: Add test case for logging codeChristophe Fergeau2-1/+424
2016-01-26tests: Always build testsChristophe Fergeau1-1/+1
2016-01-26log: Use glib for loggingChristophe Fergeau2-60/+112
2016-01-26log: Remove unneeded #ifdef/#endifChristophe Fergeau1-26/+0
2016-01-21log: Use more glib macrosChristophe Fergeau1-34/+33
2016-01-20draw: Add spice_image_descriptor_is_lossyPavel Grunt2-6/+8
2016-01-14Add GL scanout structuresMarc-Andre Lureau2-0/+20
2016-01-14marshaller: learn to describe fd passing in messagesMarc-Andre Lureau2-0/+27
2016-01-07ring: use NULL instead of 0 for null pointersFrediano Ziglio1-1/+1
2016-01-07Remove headers that are included in spice_common.hVictor Toso9-27/+5
2015-12-18m4: Add macro for --with-saslPavel Grunt1-0/+27
2015-12-18Remove trailing whitespaceLukas Venhoda5-18/+18
2015-12-17ppc: Fix alpha state checking on BE machinesLukas Venhoda1-0/+3
2015-12-17ppc: Fix colors on ppc when using jpegLukas Venhoda1-2/+2
2015-12-17ppc: Fix colors on ppc when using LZ4Lukas Venhoda1-3/+3
2015-12-17ppc: Fix colors on ppc when using LZLukas Venhoda1-3/+3
2015-12-17ppc: Fix colors on ppc when using QUICLukas Venhoda1-3/+3
2015-12-17ppc: Add support for bigendian color byte orderLukas Venhoda1-0/+14
2015-12-17pixman_utils: Use PIXMAN_LE_ constants in spice_bitmap_try_as_pixman()Lukas Venhoda1-15/+3
2015-12-17pixman_utils: Add macros for color byte orderingLukas Venhoda1-0/+10
2015-12-16test: Use _LDADD rather than _LDFLAGSChristophe Fergeau1-1/+1
2015-12-14m4: Fix SPICE_WARNING on el6Christophe Fergeau1-1/+1
2015-11-27ssl-verify: Don't leak GInetAddressChristophe Fergeau1-2/+8