Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-03-20 | fix void* arithmetic | Marc-André Lureau | 1 | -1/+1 |
2012-03-20 | Add missing includes & make some functions static | Daniel P. Berrange | 1 | -1/+1 |
2012-03-20 | add const to arrays in marshalling functions | Christophe Fergeau | 1 | -1/+1 |
2012-03-20 | Add casts for compatibility purposes | Dan McGee | 1 | -1/+1 |
2012-03-20 | fix integer marshalling helpers on big endian | Christophe Fergeau | 1 | -6/+6 |
2012-03-20 | fix typo in big endian code path | Christophe Fergeau | 1 | -2/+2 |
2012-03-20 | add #include <config.h> to all source files | Christophe Fergeau | 1 | -2/+3 |
2012-03-20 | Fix sign warnings from win32 compiler | Alexander Larsson | 1 | -1/+1 |
2012-03-20 | Add spice_marshaller_add_ref_chunks | Alexander Larsson | 1 | -0/+10 |
2012-03-20 | Add spice_marshaller_set_uint32 | Alexander Larsson | 1 | -8/+21 |
2012-03-20 | fix use-after-free in spice_marshaller_reset | Gerd Hoffmann | 1 | -2/+3 |
2012-03-20 | Make generated marshallers build on win32 | Alexander Larsson | 1 | -0/+2 |
2012-03-20 | Add SpiceMarshaller for easy marshalling | Alexander Larsson | 1 | -0/+588 |