summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Send name & uuid to capable clientsbefore-split2Marc-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
2012-03-20server: Add a usbredir channelHans de Goede1-0/+8
2012-03-20common/backtrace.h: disable for WIN32Alon Levy1-0/+4
2012-03-20fix integer marshalling helpers on big endianChristophe Fergeau1-6/+6
2012-03-20fix typo in big endian code pathChristophe Fergeau1-2/+2
2012-03-20fix make distcheckChristophe Fergeau1-1/+1
2012-03-20common: add backtrace via gstack or glibc backtraceAlon Levy4-0/+142
2012-03-20don't #include config.h in generated header filesChristophe Fergeau1-3/+4
2012-03-20add check for pyparsingChristophe Fergeau1-3/+8
2012-03-20sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2-0/+22
2012-03-20python: remove c-ism trailing ;Marc-André Lureau5-25/+25
2012-03-20codegen: typedef the protocol enumsMarc-André Lureau1-4/+12
2012-03-20common: add WIN64 ifdef for spice_bit_find_msb (fix broken windows x64 build)Arnon Gilboa1-2/+2
2012-03-20common: use INLINE instead of inlineArnon Gilboa7-38/+20
2012-03-20common: fix ssl_verify windows build errorsArnon Gilboa2-2/+8
2012-03-20common: add ssl_verify.c common codeMarc-André Lureau3-0/+543
2012-03-20common: add ring_get_length() for debugging purposesMarc-André Lureau1-0/+13
2012-03-20common: mem.h add alloca definitionMarc-André Lureau1-0/+30