summaryrefslogtreecommitdiffstats
path: root/common/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Use a log handler to modify abort() behaviourMarc-André Lureau2012-03-201-12/+11
* Remove useless if() before free()Daniel P. Berrange2012-03-201-3/+1
* common: spice_memdup could accept NULLMarc-André Lureau2012-03-201-0/+4
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-0/+3
* common: add SpiceBuffer - based on qemu-vnc BufferMarc-André Lureau2012-03-201-0/+53
* Fix sign warnings from win32 compilerAlexander Larsson2012-03-201-2/+2
* Add spice_chunks_* helpersAlexander Larsson2012-03-201-0/+59
* Add spice_strnlenAlexander Larsson2012-03-201-0/+12
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2012-03-201-9/+9
* Add spice_strndupAlexander Larsson2012-03-201-0/+18
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2012-03-201-0/+150