summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-15Fix build with SPICE_DISABLE_ABORTbefore-marshallerMarc-André Lureau1-0/+1
2012-03-15Remove need for SPICE_CANVAS_INTERNALMarc-André Lureau8-32/+0
2012-03-15fix void* arithmeticMarc-André Lureau1-1/+1
2012-03-15build: replace INCLUDES with AM_CPPFLAGSMarc-André Lureau1-1/+1
2012-03-15Add missing includes & make some functions staticDaniel P. Berrange2-3/+3
2012-03-15Add printf format annotations to all '...' functionsDaniel P. Berrange6-14/+16
2012-03-15Fix some integer range checks which always evaluate falseDaniel P. Berrange1-2/+2
2012-03-15Avoid warnings about empty conditional statement bodiesDaniel P. Berrange1-6/+9
2012-03-15build: remove 'win' directoryMarc-André Lureau13-1643/+0
2012-03-15messages.h: add smartcard bitsChristophe Fergeau1-0/+22
2012-03-15Add client_marshallers.h client_demarshallers.h from spice-gtkMarc-André Lureau3-0/+104
2012-03-15Use SPICE_{BEGIN,END}_DECLSMarc-André Lureau25-154/+93
2012-03-15add const to arrays in marshalling functionsChristophe Fergeau2-2/+2
2012-03-15ssl_verify: include <string.h>Christophe Fergeau1-0/+1
2012-03-15ssl_verify: comment X509_NAME undefMarc-André Lureau1-0/+3
2012-03-15Use a log handler to modify abort() behaviourMarc-André Lureau28-553/+820
2012-03-14update gitignoreMarc-André Lureau1-0/+3
2012-03-14common: remove unnecessary outdated c++ debugMarc-André Lureau1-3/+0
2012-03-14common: ring.h should include stddef for NULL usageMarc-André Lureau1-0/+1
2012-03-05Send name & uuid to capable clientsbefore-splitMarc-André Lureau1-0/+9
2012-03-04mingw: workaround weird openssl build failureChristophe Fergeau1-0/+1
2012-03-04mingw: don't try to redefine allocaChristophe Fergeau1-0/+2
2012-03-04mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2-5/+5
2012-02-14Remove extra '\n' from red_printf() callsDan McGee1-1/+1
2012-02-14Add casts for compatibility purposesDan McGee1-1/+1
2012-01-23Update .gitignore with a few more generated filesDan McGee1-0/+1
2012-01-13Remove trailing whitespace from end of linesDaniel P. Berrange10-38/+37
2012-01-13Add missing includes of config.hDaniel P. Berrange1-1/+1
2012-01-13Remove unused backup fileDaniel P. Berrange1-1413/+0
2012-01-13Remove trailing blank linesDaniel P. Berrange19-19/+0
2012-01-13Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange4-4/+4
2012-01-13Remove casts from void * with xrealloc() callsDaniel P. Berrange1-12/+10
2012-01-13Remove useless if() before free()Daniel P. Berrange7-31/+12
2012-01-13Death to all TABsDaniel P. Berrange7-90/+90
2012-01-13common/ssl_verify: special case to WIN32 that isn't MINGW32Alon Levy1-1/+1
2012-01-13common/bitops: mingw32: reorder so __GNUC__ define is checked firstAlon Levy1-14/+14
2012-01-13common/backtrace: for mingw32 no pipe/wait_pid, just disableAlon Levy2-4/+23
2012-01-13client/windows: fix several assigned but not used errorsAlon Levy1-15/+9
2012-01-13client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy2-0/+6
2011-11-07server: add prefix argument to red_printf_debugAlon Levy1-2/+2
2011-11-07common/spice_common.h: red_printf_debug: fix wrong signAlon Levy1-1/+1
2011-11-02server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin1-0/+2
2011-09-05server: fix function prototypesChristophe Fergeau2-5/+5
2011-09-01add C++ guards to backtrace.hChristophe Fergeau1-0/+6
2011-08-25fix memory leak in error pathChristophe Fergeau1-1/+2
2011-08-23common: introduce red_printf_debugAlon Levy1-0/+10
2011-08-23common/ring: RING_FOREACH_SAFE: use shorter version from qemuAlon Levy1-5/+3
2011-07-31common/backtrace.h: disable for WIN32Alon Levy1-0/+4
2011-07-28fix integer marshalling helpers on big endianChristophe Fergeau1-6/+6
2011-07-28fix typo in big endian code pathChristophe Fergeau1-2/+2