summaryrefslogtreecommitdiff
path: root/common/mem.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Use SPICE_{BEGIN,END}_DECLSMarc-André Lureau1-6/+3
2012-03-20mingw: don't try to redefine allocaChristophe Fergeau1-0/+2
2012-03-20common: mem.h add alloca definitionMarc-André Lureau1-0/+30
2012-03-20common: add extern "C" guards to headersChristophe Fergeau1-0/+7
2012-03-20common: add SpiceBuffer - based on qemu-vnc BufferMarc-André Lureau1-0/+17
2012-03-20Move SpiceChunks to mem.hAlexander Larsson1-1/+17
2012-03-20Move in spice/draw.h from spice-protocol to common/Alexander Larsson1-1/+1
2012-03-20Add spice_chunks_* helpersAlexander Larsson1-0/+5
2012-03-20Add spice_strnlenAlexander Larsson1-0/+2
2012-03-20Fix spelling errors in comments and stringsAlexander Larsson1-2/+2
2012-03-20Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2012-03-20Add spice_strndupAlexander Larsson1-0/+1
2012-03-20New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson1-0/+82