summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-03-25build-sys: move codegen & proto to spice-commonMarc-André Lureau1-0/+0
2012-03-16Add a G_GNUC_NORETURN to a function that exitsMarc-André Lureau1-0/+0
2012-03-15use common submoduleMarc-André Lureau53-26992/+0
2012-03-13Fix no-arg functions declared () to use (void)Daniel P. Berrange3-3/+3
2012-03-13Add missing includes & make some functions staticDaniel P. Berrange3-5/+5
2012-03-13Ensure all no-args methods are declared (void) not ()Daniel P. Berrange3-8/+8
2012-03-13Add printf format annotations to all '...' functionsDaniel P. Berrange4-10/+42
2012-03-13Fix some integer range checks which always evaluate falseDaniel P. Berrange1-2/+2
2012-03-13Avoid warnings about empty conditional statement bodiesDaniel P. Berrange1-6/+9
2012-03-13Fix old style declaration where 'inline' came after return typeDaniel P. Berrange1-1/+1
2012-03-05Support name & uuidMarc-André Lureau1-0/+9
2012-02-23build: fix build with recent mingw64Marc-André Lureau2-4/+4
2011-12-22build: remove unused common/win/my_getoptMarc-André Lureau13-1641/+0
2011-12-19Update protocol and messages for semi-seamless migrationMarc-André Lureau1-0/+2
2011-07-28fix integer marshalling helpers on big endianChristophe Fergeau1-6/+6
2011-07-28fix typo in big endian code pathChristophe Fergeau1-2/+2
2011-06-23fix compilation when libcacard isn't installedChristophe Fergeau2-0/+14
2011-06-23add smartcard bits to spice.protoChristophe Fergeau2-0/+22
2011-06-21common: add volume messagesMarc-André Lureau2-2/+19
2011-05-25Merge branch 'merge-requests/11'Marc-André Lureau2-2/+2
2011-05-23add const to arrays in marshalling functionsChristophe Fergeau2-2/+2
2011-05-23ssl_verify: include <string.h>Christophe Fergeau1-0/+1
2011-05-16build: fix build with latest mingwMarc-André Lureau1-0/+4
2011-04-11gtk: fix "set but not used" gcc 4.6 warningsChristophe Fergeau2-25/+12
2011-04-09common: fix build error of used uninitializedMarc-André Lureau1-1/+1
2011-04-03common: get rid of abort() in canvasesMarc-André Lureau5-167/+220
2011-04-03common: remove unnecessary outdated c++ debugMarc-André Lureau1-3/+0
2011-01-27common: fix windows buildMarc-André Lureau2-2/+40
2011-01-25common: sync with upstreamMarc-André Lureau6-14/+16
2011-01-25common: spice_memdup could accept NULLMarc-André Lureau1-0/+4
2011-01-25common: add ssl_verify.c common codeMarc-André Lureau3-0/+514
2011-01-25common: ring.h should include stddef for NULL usageMarc-André Lureau1-0/+2
2011-01-12common: add ring_get_length() for debugging purposesMarc-André Lureau1-0/+13
2010-12-17common: add windows.h where requiredMarc-André Lureau3-1/+8
2010-12-17common: sync with upstreamMarc-André Lureau5-13/+13
2010-11-23Initial import from SPICEMarc-André Lureau61-0/+27912