summaryrefslogtreecommitdiffstats
path: root/common/marshaller.c
Commit message (Expand)AuthorAgeFilesLines
* Fix linearization of several marshallers with one itemJavier Celaya2015-09-151-1/+1
* common: Fix typo in commentFrediano Ziglio2015-08-141-1/+1
* common: Fix -Wunused-parameterFabiano Fidêncio2014-09-181-1/+1
* fix void* arithmeticMarc-André Lureau2012-03-201-1/+1
* Add missing includes & make some functions staticDaniel P. Berrange2012-03-201-1/+1
* add const to arrays in marshalling functionsChristophe Fergeau2012-03-201-1/+1
* Add casts for compatibility purposesDan McGee2012-03-201-1/+1
* fix integer marshalling helpers on big endianChristophe Fergeau2012-03-201-6/+6
* fix typo in big endian code pathChristophe Fergeau2012-03-201-2/+2
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-2/+3
* Fix sign warnings from win32 compilerAlexander Larsson2012-03-201-1/+1
* Add spice_marshaller_add_ref_chunksAlexander Larsson2012-03-201-0/+10
* Add spice_marshaller_set_uint32Alexander Larsson2012-03-201-8/+21
* fix use-after-free in spice_marshaller_resetGerd Hoffmann2012-03-201-2/+3
* Make generated marshallers build on win32Alexander Larsson2012-03-201-0/+2
* Add SpiceMarshaller for easy marshallingAlexander Larsson2012-03-201-0/+588