summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-10quic: Add CORRELATE*/DECORRELATE* macrosFrediano Ziglio1-23/+21
2018-07-10quic: Call directly encode_state_run from templates.Frediano Ziglio3-27/+6
2018-07-10quic: Add missing #undef SET_a/GET_aFrediano Ziglio1-0/+2
2018-07-10quic: Make {UN, }COMPRESS_xx macros closerFrediano Ziglio1-70/+71
2018-07-10quic: Add SAME_PIXEL macroFrediano Ziglio1-3/+7
2018-07-10quic: Rework PIXEL_A/PIXEL_B macrosFrediano Ziglio1-6/+6
2018-07-10quic: Add UPDATE_MODEL_COMP macro to iterate over channelsFrediano Ziglio1-6/+7
2018-07-10meson: Remove -std=c99Frediano Ziglio1-2/+1
2018-07-06build: Define GLIB_VERSION_MIN_REQUIRED/GLIB_VERSION_MAX_ALLOWEDChristophe Fergeau1-0/+1
2018-07-06pixman: Use g_error() rather than g_abort()Christophe Fergeau1-4/+2
2018-07-06build: Remove spice_common.hChristophe Fergeau11-42/+4
2018-07-06common: Remove spice_abort()Christophe Fergeau2-4/+2
2018-07-06log: Remove SPICE_DISABLE_ABORTChristophe Fergeau3-20/+2
2018-07-05canvas_base: Avoid misaligned access decoding LZ4 dataFrediano Ziglio1-1/+9
2018-07-05meson: Remove '(default: xxx)' from option descriptionChristophe Fergeau1-7/+7
2018-07-05canvas_base: Fix minor indentation issuesFrediano Ziglio1-2/+2
2018-07-04swcanvas: Remove canvas_create()Christophe Fergeau2-37/+0
2018-07-03quic: Call encode from golomb_codingFrediano Ziglio4-62/+28
2018-07-03test-region: Decrease loop count by a factor of 10Eduardo Lima (Etrunko)1-1/+1
2018-07-03Update gitlab-ci to use mesonEduardo Lima (Etrunko)1-0/+10
2018-07-03test-marshallers: Check for "zero" attributeFrediano Ziglio3-0/+23
2018-06-29meson: Cleanup optional dependency checksEduardo Lima (Etrunko)2-8/+4
2018-06-29meson: Enable '-std=c99' build flagEduardo Lima (Etrunko)1-1/+1
2018-06-29log: Remove spice_printerr macroFrediano Ziglio1-4/+0
2018-06-28build: Reindent macrosFrediano Ziglio2-9/+9
2018-06-28build: Reuse TEST_MARSHALLERS macroFrediano Ziglio1-3/+1
2018-06-28snd: Replace spice_printerr() use with g_warningChristophe Fergeau1-9/+9
2018-06-27ptypes: Improve some attribute documentationFrediano Ziglio1-2/+7
2018-06-27marshal: Fix a bug with zero attributeFrediano Ziglio1-1/+1
2018-06-27canvas_base: Make sure top_down is a booleanFrediano Ziglio1-1/+1
2018-06-27marshaller: Fix a possible leakFrediano Ziglio1-0/+6
2018-06-27test-region: Add g_assert() checksChristophe Fergeau1-5/+16
2018-06-27test-region: Replace spice_assert() with g_assert_true()Christophe Fergeau1-1/+1
2018-06-27test-region: Remove unneeded printfChristophe Fergeau1-1/+0
2018-06-27test-region: Don't call region_dump() by defaultChristophe Fergeau1-17/+17
2018-06-27test-region: Replace direct printf with g_debug() callsChristophe Fergeau1-53/+53
2018-06-27test-region: Use GTest APIChristophe Fergeau1-2/+9
2018-06-27test-region: Create proper test for region from source codeFrediano Ziglio4-379/+414
2018-06-26ssl_verify: Fix build for newer LibreSSLFrediano Ziglio1-1/+2
2018-06-26Revert "ssl_verify: Fix build for newer LibreSSL"Frediano Ziglio1-2/+1
2018-06-26ssl_verify: Fix build for newer LibreSSLFrediano Ziglio1-1/+2
2018-06-26test-quic: Increase test timeout using MesonFrediano Ziglio1-1/+1
2018-06-26canvas_base: Rework DUMP_JPEG debuggingFrediano Ziglio1-9/+8
2018-06-26test-quic: Allows to specify multiple images to testFrediano Ziglio1-5/+7
2018-06-26Add SPICE_ATTR_NORETURN on prototype of error functionsChristophe de Dinechin2-0/+2
2018-06-21test-logging: Improve debug level testsChristophe Fergeau1-0/+17
2018-06-20log: Only install glib log handler if SPICE_DEBUG_LEVEL is setChristophe Fergeau1-3/+8
2018-06-19protocol: Add support for h265 video codecSnir Sheriber1-0/+1
2018-06-18build: Add __pycache__/*.pyc to DISTCLEANFILESChristophe Fergeau1-1/+1
2018-06-18build: Remove docs/.gitignoreChristophe Fergeau1-1/+0