summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Update .gitignore with a few more generated filesDan McGee2012-01-231-0/+1
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-1310-38/+37
* Add missing includes of config.hDaniel P. Berrange2012-01-131-1/+1
* Remove unused backup fileDaniel P. Berrange2012-01-131-1413/+0
* Remove trailing blank linesDaniel P. Berrange2012-01-1319-19/+0
* Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange2012-01-134-4/+4
* Remove casts from void * with xrealloc() callsDaniel P. Berrange2012-01-131-12/+10
* Remove useless if() before free()Daniel P. Berrange2012-01-137-31/+12
* Death to all TABsDaniel P. Berrange2012-01-137-90/+90
* common/ssl_verify: special case to WIN32 that isn't MINGW32Alon Levy2012-01-131-1/+1
* common/bitops: mingw32: reorder so __GNUC__ define is checked firstAlon Levy2012-01-131-14/+14
* common/backtrace: for mingw32 no pipe/wait_pid, just disableAlon Levy2012-01-132-4/+23
* client/windows: fix several assigned but not used errorsAlon Levy2012-01-131-15/+9
* client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy2012-01-132-0/+6
* server: add prefix argument to red_printf_debugAlon Levy2011-11-071-2/+2
* common/spice_common.h: red_printf_debug: fix wrong signAlon Levy2011-11-071-1/+1
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-021-0/+2
* server: fix function prototypesChristophe Fergeau2011-09-052-5/+5
* add C++ guards to backtrace.hChristophe Fergeau2011-09-011-0/+6
* fix memory leak in error pathChristophe Fergeau2011-08-251-1/+2
* common: introduce red_printf_debugAlon Levy2011-08-231-0/+10
* common/ring: RING_FOREACH_SAFE: use shorter version from qemuAlon Levy2011-08-231-5/+3
* common/backtrace.h: disable for WIN32Alon Levy2011-07-311-0/+4
* 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 make distcheckChristophe Fergeau2011-07-221-1/+1
* common: add backtrace via gstack or glibc backtraceAlon Levy2011-07-194-0/+142
* sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2011-06-221-0/+9
* common: add WIN64 ifdef for spice_bit_find_msb (fix broken windows x64 build)Arnon Gilboa2011-05-221-2/+2
* common: use INLINE instead of inlineArnon Gilboa2011-05-127-38/+20
* common: fix ssl_verify windows build errorsArnon Gilboa2011-05-122-2/+8
* common: add ssl_verify.c common codeMarc-André Lureau2011-05-033-0/+543
* common: add ring_get_length() for debugging purposesMarc-André Lureau2011-05-031-0/+13
* common: mem.h add alloca definitionMarc-André Lureau2011-05-031-0/+30
* common: spice_memdup could accept NULLMarc-André Lureau2011-05-031-0/+4
* common: add windows.h where required, make gdi_handlers staticMarc-André Lureau2011-05-033-1/+8
* move get_time_stamp to main_channel.cChristophe Fergeau2011-05-031-7/+0
* use standard do { } while (0) for spice_common.h macrosChristophe Fergeau2011-05-031-11/+11
* move WARN and WARN_ONCE to spice_common.hChristophe Fergeau2011-05-034-15/+7
* common: use PANIC from spice_common.hChristophe Fergeau2011-05-033-20/+0
* common,server: use ASSERT from spice_common.hChristophe Fergeau2011-05-037-36/+3
* common: don't duplicate find_msb implementationChristophe Fergeau2011-05-034-67/+95
* add missing staticChristophe Fergeau2011-05-031-2/+2
* add #include <config.h> to all source filesChristophe Fergeau2011-05-0320-5/+63
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-039-14/+39
* autotools: refactor the whole build machineryChristophe Fergeau2011-05-031-31/+56
* common: don't try to redefine PANIC if it already existsChristophe Fergeau2011-05-021-0/+2
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-0211-11/+11
* common: add missing header guards to gl_canvas.hChristophe Fergeau2011-05-021-0/+5
* common: add extern "C" guards to headersChristophe Fergeau2011-05-0223-2/+182