summaryrefslogtreecommitdiff
path: root/common/marshaller.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-15Fix linearization of several marshallers with one itemJavier Celaya1-1/+1
2015-08-14common: Fix typo in commentFrediano Ziglio1-1/+1
2014-09-18common: Fix -Wunused-parameterFabiano FidĂȘncio1-1/+1
2012-03-20fix void* arithmeticMarc-André Lureau1-1/+1
2012-03-20Add missing includes & make some functions staticDaniel P. Berrange1-1/+1
2012-03-20add const to arrays in marshalling functionsChristophe Fergeau1-1/+1
2012-03-20Add casts for compatibility purposesDan McGee1-1/+1
2012-03-20fix integer marshalling helpers on big endianChristophe Fergeau1-6/+6
2012-03-20fix typo in big endian code pathChristophe Fergeau1-2/+2
2012-03-20add #include <config.h> to all source filesChristophe Fergeau1-2/+3
2012-03-20Fix sign warnings from win32 compilerAlexander Larsson1-1/+1
2012-03-20Add spice_marshaller_add_ref_chunksAlexander Larsson1-0/+10
2012-03-20Add spice_marshaller_set_uint32Alexander Larsson1-8/+21
2012-03-20fix use-after-free in spice_marshaller_resetGerd Hoffmann1-2/+3
2012-03-20Make generated marshallers build on win32Alexander Larsson1-0/+2
2012-03-20Add SpiceMarshaller for easy marshallingAlexander Larsson1-0/+588