summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2012-03-05Support name & uuidMarc-André Lureau1-0/+9
Allows a client to identify the server it is connected to.
2012-02-23build: fix build with recent mingw64Marc-André Lureau2-4/+4
Christophe did similar patches for common/ directory in spice. Some day, we should try to sync and move common/ to a spice-common project...
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
They were trying to convert the destination pointer to an integer before trying to dereference it. The initial conversion was meant to be a cast to a pointer of the right size, not to an integer.
2011-07-28fix typo in big endian code pathChristophe Fergeau1-2/+2
uint63_t should be uint64_t
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
ssl_verify.c is using memcmp which comes from string.h, this was breaking compilation with -Werror -Wall on Mac OS X
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
Since we are compiling with -Werror, this was breaking compilation.
2011-04-09common: fix build error of used uninitializedMarc-André Lureau1-1/+1
CC sw_canvas.lo cc1: warnings being treated as errors ../common/sw_canvas.c: In function 'canvas_draw_text': ../common/sw_canvas.c:1037:16: error: 'pos.x' may be used uninitialized in this function ../common/sw_canvas.c:1037:16: error: 'pos.y' may be used uninitialized in this function make[4]: *** [sw_canvas.lo] Error 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
This patch should be sent to upstream as well..
2010-12-17common: sync with upstreamMarc-André Lureau5-13/+13
2010-11-23Initial import from SPICEMarc-André Lureau61-0/+27912