summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spice.proto: add ssh channelwip/ssh-agent-forwardFabiano Fidêncio2015-12-152-0/+5
* macros: make SPICE_CONTAINEROF more typesafeFrediano Ziglio2015-12-041-0/+6
* build-sys: Use $datadir for .proto files/codegen scriptsChristophe Fergeau2015-10-023-4/+4
* post-release version bumpJonathon Jongsma2015-09-251-1/+1
* Update NEWS for 0.12.10 releaseJonathon Jongsma2015-09-221-0/+7
* macros: fix compatibility with non-clang compilersFrediano Ziglio2015-08-201-0/+4
* macros: fix alignment issue reported by clangVictor Toso2015-08-201-1/+1
* macros: verify if __alloc_size__ works with clangVictor Toso2015-08-201-1/+2
* Fix endianess compatibility with old GCC versionsFrediano Ziglio2015-08-191-1/+2
* Use 0xffu everywhere in new SPICE_MAGIC_CONST macroChristophe Fergeau2015-08-121-2/+2
* Define and use new SPICE_MAGIC_CONST macroFrediano Ziglio2015-08-127-7/+21
* Detects processor endianess using preprocessorFrediano Ziglio2015-08-121-0/+55
* build-sys: Make installed spice_codegen.py is executableChristophe Fergeau2015-08-101-1/+4
* build-sys: Make sure aclocal picks up macros in the m4/ dirChristophe Fergeau2015-08-071-0/+1
* build-sys: Add m4 file for AX_PYTHON_MODULEChristophe Fergeau2015-08-071-0/+49
* proto: Use proper type for preferred_compression fieldChristophe Fergeau2015-08-071-1/+1
* proto: Rename image_compress to image_compressionChristophe Fergeau2015-08-071-1/+1
* build-sys: Install code generation data/scriptsChristophe Fergeau2015-08-072-9/+10
* build-sys: Add --enable-code-generatorChristophe Fergeau2015-08-073-1/+41
* build-sys: Make sure new files are dist'edChristophe Fergeau2015-08-072-1/+11
* Merge protocol code generation bits from spice-commonChristophe Fergeau2015-08-0710-0/+5983
|\
| * codegen: ptypes.py: keep attribute names in setsUri Lublin2015-08-041-4/+4
| * codegen: Allow to specify C type for index variableFrediano Ziglio2015-07-231-1/+3
| * codegen: Check we don't pop too many indexesFrediano Ziglio2015-07-231-0/+1
| * codegen: Remove old ptr32 attributeFrediano Ziglio2015-07-231-4/+0
| * codegen: Do some checks on attributesFrediano Ziglio2015-07-231-0/+72
| * codegen: Reuse code to fix attribute from prototype fileFrediano Ziglio2015-07-231-16/+16
| * codegen: Remove duplicate variable initializationFrediano Ziglio2015-07-231-1/+0
| * codegen: Optimize code indentation and avoid a loopFrediano Ziglio2015-07-231-2/+1
| * codegen: Fix typo in variable nameFrediano Ziglio2015-07-231-1/+1
| * codegen: Simplify if/else blocksFrediano Ziglio2015-07-231-18/+11
| * codegen: Import six module before first useFrediano Ziglio2015-07-231-1/+2
| * codegen: Fix enums.h generation with python3Christophe Fergeau2015-07-231-2/+2
| * proto: Remove space before tabChristophe Fergeau2015-07-202-3/+3
| * Proto: Add preferred compression message and constants.Javier Celaya2015-06-221-0/+15
| * codegen: Use six.PY3 rather than six.PY2Christophe Fergeau2015-04-142-6/+6
| * Make spice_codegen.py work on both Python 2 and 3Alexander Wauck2015-04-016-69/+78
| * Add LZ4 image compression support.Javier Celaya2014-12-021-0/+3
| * python: Fix -Wsign-compareFabiano Fidêncio2014-09-181-3/+3
| * python: Fix -Wunused-parameterFabiano Fidêncio2014-09-182-7/+7
| * demarshal: prefix variable name with parent namesMarc-André Lureau2014-05-151-17/+30
| * marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau2014-04-162-3/+3
| * Use #include "common/..." in (de)marshallersChristophe Fergeau2014-04-162-3/+3
| * spice.proto: add webdav channelMarc-André Lureau2014-03-191-0/+4
| * Add support for the Opus codec.Jeremy White2014-01-022-0/+2
| * Be explicit about spice-common licenseJonathon Jongsma2013-10-231-2/+21
| * codegen: Add a --generate-wireshark-dissector optionJonathon Jongsma2013-10-232-32/+82
| * proto: add fake last message in base channelMarc-André Lureau2013-09-121-0/+2
| * proto: comment future surface flags usageMarc-André Lureau2013-09-121-0/+2
| * add SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2013-04-221-0/+4