summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-08common/pixman: remove dead assignmentsChristophe Fergeau1-7/+3
2011-03-23common/gl: remove unused variableChristophe Fergeau1-3/+2
2011-03-02ring: add RING_FOREACH{,_SAFE,_REVERSED}Alon Levy1-0/+21
2011-03-02server/common: introduce common/spice_common.hAlon Levy1-0/+70
2011-02-28common: add SpiceBuffer - based on qemu-vnc BufferMarc-André Lureau2-0/+70
2011-01-25common/sw_canvas: remove unused error valAlon Levy1-2/+1
2011-01-25common/canvas_base.c: remove unused variablesAlon Levy1-12/+0
2011-01-05common, canvas_get_jpeg_alpha: let top_down be any valueAlon Levy1-1/+1
2010-12-08mingw32 build: various fixesAlon Levy1-2/+2
2010-12-08mingw32 build: fix two functionsAlon Levy1-1/+1
2010-12-08mingw32 build: fix signed/unsigned warnings as errorsAlon Levy3-7/+7
2010-12-08mingw32 build: fix build errorsGerd Hoffmann1-2/+2
2010-09-29Initialize variable to avoid compiler warningAlexander Larsson1-1/+1