summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix no-arg functions declared () to use (void)Daniel P. Berrange2012-03-133-3/+3
* Add missing includes & make some functions staticDaniel P. Berrange2012-03-133-5/+5
* Ensure all no-args methods are declared (void) not ()Daniel P. Berrange2012-03-133-8/+8
* Add printf format annotations to all '...' functionsDaniel P. Berrange2012-03-134-10/+42
* Fix some integer range checks which always evaluate falseDaniel P. Berrange2012-03-131-2/+2
* Avoid warnings about empty conditional statement bodiesDaniel P. Berrange2012-03-131-6/+9
* Fix old style declaration where 'inline' came after return typeDaniel P. Berrange2012-03-131-1/+1
* Support name & uuidMarc-André Lureau2012-03-051-0/+9
* build: fix build with recent mingw64Marc-André Lureau2012-02-232-4/+4
* build: remove unused common/win/my_getoptMarc-André Lureau2011-12-2213-1641/+0
* Update protocol and messages for semi-seamless migrationMarc-André Lureau2011-12-191-0/+2
* fix integer marshalling helpers on big endianChristophe Fergeau2011-07-281-6/+6
* fix typo in big endian code pathChristophe Fergeau2011-07-281-2/+2
* fix compilation when libcacard isn't installedChristophe Fergeau2011-06-232-0/+14
* add smartcard bits to spice.protoChristophe Fergeau2011-06-232-0/+22
* common: add volume messagesMarc-André Lureau2011-06-212-2/+19
* Merge branch 'merge-requests/11'Marc-André Lureau2011-05-252-2/+2
|\
| * add const to arrays in marshalling functionsChristophe Fergeau2011-05-232-2/+2
* | ssl_verify: include <string.h>Christophe Fergeau2011-05-231-0/+1
|/
* build: fix build with latest mingwMarc-André Lureau2011-05-161-0/+4
* gtk: fix "set but not used" gcc 4.6 warningsChristophe Fergeau2011-04-112-25/+12
* common: fix build error of used uninitializedMarc-André Lureau2011-04-091-1/+1
* common: get rid of abort() in canvasesMarc-André Lureau2011-04-035-167/+220
* common: remove unnecessary outdated c++ debugMarc-André Lureau2011-04-031-3/+0
* common: fix windows buildMarc-André Lureau2011-01-272-2/+40
* common: sync with upstreamMarc-André Lureau2011-01-256-14/+16
* common: spice_memdup could accept NULLMarc-André Lureau2011-01-251-0/+4
* common: add ssl_verify.c common codeMarc-André Lureau2011-01-253-0/+514
* common: ring.h should include stddef for NULL usageMarc-André Lureau2011-01-251-0/+2
* common: add ring_get_length() for debugging purposesMarc-André Lureau2011-01-121-0/+13
* common: add windows.h where requiredMarc-André Lureau2010-12-173-1/+8
* common: sync with upstreamMarc-André Lureau2010-12-175-13/+13
* Initial import from SPICEMarc-André Lureau2010-11-2361-0/+27912