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