Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-05 | Support name & uuid | Marc-André Lureau | 1 | -0/+9 | |
Allows a client to identify the server it is connected to. | |||||
2012-02-23 | build: fix build with recent mingw64 | Marc-André Lureau | 2 | -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-22 | build: remove unused common/win/my_getopt | Marc-André Lureau | 13 | -1641/+0 | |
2011-12-19 | Update protocol and messages for semi-seamless migration | Marc-André Lureau | 1 | -0/+2 | |
2011-07-28 | fix integer marshalling helpers on big endian | Christophe Fergeau | 1 | -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-28 | fix typo in big endian code path | Christophe Fergeau | 1 | -2/+2 | |
uint63_t should be uint64_t | |||||
2011-06-23 | fix compilation when libcacard isn't installed | Christophe Fergeau | 2 | -0/+14 | |
2011-06-23 | add smartcard bits to spice.proto | Christophe Fergeau | 2 | -0/+22 | |
2011-06-21 | common: add volume messages | Marc-André Lureau | 2 | -2/+19 | |
2011-05-25 | Merge branch 'merge-requests/11' | Marc-André Lureau | 2 | -2/+2 | |
2011-05-23 | add const to arrays in marshalling functions | Christophe Fergeau | 2 | -2/+2 | |
2011-05-23 | ssl_verify: include <string.h> | Christophe Fergeau | 1 | -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-16 | build: fix build with latest mingw | Marc-André Lureau | 1 | -0/+4 | |
2011-04-11 | gtk: fix "set but not used" gcc 4.6 warnings | Christophe Fergeau | 2 | -25/+12 | |
Since we are compiling with -Werror, this was breaking compilation. | |||||
2011-04-09 | common: fix build error of used uninitialized | Marc-André Lureau | 1 | -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-03 | common: get rid of abort() in canvases | Marc-André Lureau | 5 | -167/+220 | |
2011-04-03 | common: remove unnecessary outdated c++ debug | Marc-André Lureau | 1 | -3/+0 | |
2011-01-27 | common: fix windows build | Marc-André Lureau | 2 | -2/+40 | |
2011-01-25 | common: sync with upstream | Marc-André Lureau | 6 | -14/+16 | |
2011-01-25 | common: spice_memdup could accept NULL | Marc-André Lureau | 1 | -0/+4 | |
2011-01-25 | common: add ssl_verify.c common code | Marc-André Lureau | 3 | -0/+514 | |
2011-01-25 | common: ring.h should include stddef for NULL usage | Marc-André Lureau | 1 | -0/+2 | |
2011-01-12 | common: add ring_get_length() for debugging purposes | Marc-André Lureau | 1 | -0/+13 | |
2010-12-17 | common: add windows.h where required | Marc-André Lureau | 3 | -1/+8 | |
This patch should be sent to upstream as well.. | |||||
2010-12-17 | common: sync with upstream | Marc-André Lureau | 5 | -13/+13 | |
2010-11-23 | Initial import from SPICE | Marc-André Lureau | 61 | -0/+27912 | |