summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-22fix make distcheckChristophe Fergeau1-1/+1
2011-07-19common: add backtrace via gstack or glibc backtraceAlon Levy4-0/+142
2011-06-22sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau1-0/+9
2011-05-22common: add WIN64 ifdef for spice_bit_find_msb (fix broken windows x64 build)Arnon Gilboa1-2/+2
2011-05-12common: use INLINE instead of inlineArnon Gilboa7-38/+20
2011-05-12common: fix ssl_verify windows build errorsArnon Gilboa2-2/+8
2011-05-03common: add ssl_verify.c common codeMarc-André Lureau3-0/+543
2011-05-03common: add ring_get_length() for debugging purposesMarc-André Lureau1-0/+13
2011-05-03common: mem.h add alloca definitionMarc-André Lureau1-0/+30
2011-05-03common: spice_memdup could accept NULLMarc-André Lureau1-0/+4
2011-05-03common: add windows.h where required, make gdi_handlers staticMarc-André Lureau3-1/+8
2011-05-03move get_time_stamp to main_channel.cChristophe Fergeau1-7/+0
2011-05-03use standard do { } while (0) for spice_common.h macrosChristophe Fergeau1-11/+11
2011-05-03move WARN and WARN_ONCE to spice_common.hChristophe Fergeau4-15/+7
2011-05-03common: use PANIC from spice_common.hChristophe Fergeau3-20/+0
2011-05-03common,server: use ASSERT from spice_common.hChristophe Fergeau7-36/+3
2011-05-03common: don't duplicate find_msb implementationChristophe Fergeau4-67/+95
2011-05-03add missing staticChristophe Fergeau1-2/+2
2011-05-03add #include <config.h> to all source filesChristophe Fergeau20-5/+63
2011-05-03autotools: correctly build canvas-related codeChristophe Fergeau9-14/+39
2011-05-03autotools: refactor the whole build machineryChristophe Fergeau1-31/+56
2011-05-02common: don't try to redefine PANIC if it already existsChristophe Fergeau1-0/+2
2011-05-02use foo(void) instead of foo() in prototypesChristophe Fergeau11-11/+11
2011-05-02common: add missing header guards to gl_canvas.hChristophe Fergeau1-0/+5
2011-05-02common: add extern "C" guards to headersChristophe Fergeau23-2/+182
2011-04-18draw: remove SPICE_ADDRESSChristophe Fergeau1-1/+0