summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Define canvas_fix_alignment when is usedHEADmasterPavel Grunt1-0/+2
2016-04-15fix 16 bpp LZ image decompressionFrediano Ziglio1-22/+32
2016-04-05log: Make sure glib threading is initializedChristophe Fergeau1-0/+8
2016-04-05log: Use SPICE_CONSTRUCTOR_FUNCChristophe Fergeau1-13/+7
2016-04-05log: Clamp SPICE_DEBUG_LEVEL if it's too highChristophe Fergeau1-0/+3
2016-03-23use macro to define constructor functionFrediano Ziglio8-34/+7
2016-03-17define SPICE_CONSTRUCTOR_FUNC and SPICE_DESTRUCTOR_FUNC macrosFrediano Ziglio1-0/+22
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-10Revert "Remove files moved to spice-protocol"Marc-André Lureau1-21/+21
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-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: 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-18Remove trailing whitespaceLukas Venhoda4-9/+9
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-11-27ssl-verify: Don't leak GInetAddressChristophe Fergeau1-2/+8
2015-11-27ssl-verify: Handle NULL return from g_inet_address_new_from_string()Christophe Fergeau1-2/+6
2015-11-25Use new libcacard.h if possibleMarc-André Lureau1-1/+5
2015-11-24canvas_base: Remove redundant switch case blockLukas Venhoda1-4/+1
2015-10-23build-sys: Rename SUPPORT_GL to HAVE_GLChristophe Fergeau1-1/+1
2015-10-23ssl-verify: Changed IPv4 hostname to IPv6Lukas Venhoda1-24/+21
2015-10-23ssl-verify: Only check addr length when using IP addrLukas Venhoda1-7/+8
2015-09-15Fix linearization of several marshallers with one itemJavier Celaya1-1/+1
2015-08-14common: Fix typo in commentFrediano Ziglio1-1/+1
2015-08-11Use installed spice-protocol for code generationChristophe Fergeau1-29/+23
2015-07-02ppc: Fix quic magic endianessLukas Venhoda1-1/+2
2015-07-02ppc: Fix lz magic endianessLukas Venhoda2-4/+3
2015-07-02ppc: Fix quic decode endianessLukas Venhoda1-3/+5