summaryrefslogtreecommitdiffstats
path: root/common/marshaller.c
Commit message (Expand)AuthorAgeFilesLines
* marshaller: fix uninitialized field usageFrediano Ziglio2016-02-031-0/+1
* marshaller: track if add_fd() was given -1Marc-Andre Lureau2016-02-021-8/+15
* common: constify some declarationsFrediano Ziglio2016-01-271-2/+5
* marshaller: learn to describe fd passing in messagesMarc-Andre Lureau2016-01-141-0/+24
* 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