summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-17meson: fix building for big-endian hostHEADmasterMarc-André Lureau1-0/+3
2019-01-17quic: fix sign-compare warningMarc-André Lureau1-1/+1
2019-01-15build-sys: improve asciidoc rules to allow multiple targetsMarc-André Lureau2-12/+22
2019-01-15Add a .gitpublishMarc-André Lureau1-0/+3
2019-01-08lz: More checks on image sizesFrediano Ziglio1-22/+46
2019-01-08lz: Avoid buffer reading overflow checking for image typeFrediano Ziglio1-0/+3
2019-01-08test: Add a test for subject_to_x509_name functionFrediano Ziglio3-2/+154
2019-01-08marshaller: Provide spice_marshaller_fill_iovec for WindowsFrediano Ziglio2-4/+10
2019-01-08Bump libcacard requirement to 2.5.1Marc-André Lureau1-8/+2
2019-01-02log: Use proper format attribute for spice_logFrediano Ziglio1-1/+1
2018-12-19Use a single copy of subject stringFrediano Ziglio1-4/+4
2018-12-17ci: Run tests on Windows using wineFrediano Ziglio1-0/+16
2018-12-17test-region: Add missing dependenciesFrediano Ziglio1-0/+1
2018-12-17test-marshaller: Make main declaration easierFrediano Ziglio1-1/+1
2018-12-17test-marshaller: Make test_overflow staticFrediano Ziglio1-1/+1
2018-12-12Update --enable-celt051 help stringFrediano Ziglio1-1/+2
2018-11-28Fix some additional typosJonathon Jongsma1-7/+7
2018-11-26Unify headers guard namesFrediano Ziglio25-61/+61
2018-11-23utils: Add genum -> string helpersChristophe Fergeau4-0/+105
2018-11-21docs: Document to_ptr protocol attributeFrediano Ziglio1-1/+24
2018-11-21docs: Fix typos and grammarFrediano Ziglio1-8/+8
2018-10-15Create common header for demarshallers declarationsFrediano Ziglio5-9/+14
2018-10-15client_demarshallers: Remove SPICE protocol 1 declarationFrediano Ziglio1-1/+0
2018-10-15codegen: Remove minor attributeFrediano Ziglio3-106/+10
2018-10-15codegen: Remove fixedsize attributeFrediano Ziglio4-27/+0
2018-10-15codegen: Remove bytes_count attributeFrediano Ziglio4-17/+1
2018-10-08Remove config.h from header filesChristophe Fergeau3-12/+0
2018-09-28proto: Remove support for SPICE version 1Frediano Ziglio7-970/+1
2018-09-10quic: Prevent side effects calling C macrosFrediano Ziglio1-2/+4
2018-09-03meson: Make use of compiler.get_supported_arguments()Eduardo Lima (Etrunko)1-3/+2
2018-08-16Fix flexible array buffer overflowFrediano Ziglio4-0/+19
2018-07-27ci: Fix Meson feature optionFrediano Ziglio1-1/+1
2018-07-27Meson: Make use of 'feature' option type introduced in version 0.47Eduardo Lima (Etrunko)2-12/+6
2018-07-27Meson: Make use of dictionary type introduced in version 0.47Eduardo Lima (Etrunko)1-17/+15
2018-07-25meson: Fix checking for pythonEduardo Lima (Etrunko)2-4/+5
2018-07-23meson: Make options accessible through parent projectEduardo Lima (Etrunko)2-9/+19
2018-07-20ci: Fix typo: celt501 -> celt051Eduardo Lima (Etrunko)1-1/+1
2018-07-19spice*.proto: Replace tabs with the appropriate number of spacesLukáš Hrázký2-527/+527
2018-07-18Rename SpiceHead::id to monitor_idLukáš Hrázký2-2/+2
2018-07-12tests: Join test-overflow and test-marshallersFrediano Ziglio6-109/+92
2018-07-12canvas_base: Change spice_warning to g_warningFrediano Ziglio1-12/+12
2018-07-12canvas_base: Check for overflows decoding LZ4Frediano Ziglio1-4/+20
2018-07-10quic: Remove duplicate fileFrediano Ziglio3-674/+4
2018-07-10quic: Unify rgb/non-rgb macro declarationsFrediano Ziglio2-22/+154
2018-07-10quic: Reorder macro declarationsFrediano Ziglio2-63/+61
2018-07-10quic: Introduce COPY_PIXEL macroFrediano Ziglio2-4/+10
2018-07-10quic: Add DECLARE_*_VARIABLES macrosFrediano Ziglio2-49/+44
2018-07-10quic: Move all golomb decoding macros in a single placeFrediano Ziglio2-32/+27
2018-07-10quic: Wrap declaration/call of quic method in macrosChristophe Fergeau2-120/+128
2018-07-10quic: Add APPLY_ALL_COMP macro to iterate over channelsFrediano Ziglio2-53/+35