|
win
|
Add files i forgot to commit
|
2010-07-09 11:57:09 +02:00 |
|
.gitignore
|
fresh start
|
2009-10-14 15:06:41 +02:00 |
|
backtrace.c
|
common/backtrace: for mingw32 no pipe/wait_pid, just disable
|
2012-01-13 17:42:23 +02:00 |
|
backtrace.h
|
common/backtrace: for mingw32 no pipe/wait_pid, just disable
|
2012-01-13 17:42:23 +02:00 |
|
bitops.h
|
common/bitops: mingw32: reorder so __GNUC__ define is checked first
|
2012-01-13 17:42:23 +02:00 |
|
canvas_base.c
|
common: use PANIC from spice_common.h
|
2011-05-03 14:44:11 +02:00 |
|
canvas_base.h
|
common: add windows.h where required, make gdi_handlers static
|
2011-05-03 16:49:56 +02:00 |
|
canvas_utils.c
|
common: use INLINE instead of inline
|
2011-05-12 15:21:08 +03:00 |
|
canvas_utils.h
|
common: add windows.h where required, make gdi_handlers static
|
2011-05-03 16:49:56 +02:00 |
|
draw.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
gdi_canvas.c
|
client/windows: fix several assigned but not used errors
|
2012-01-13 17:42:23 +02:00 |
|
gdi_canvas.h
|
autotools: correctly build canvas-related code
|
2011-05-03 14:44:10 +02:00 |
|
gl_canvas.c
|
add #include <config.h> to all source files
|
2011-05-03 14:44:10 +02:00 |
|
gl_canvas.h
|
autotools: correctly build canvas-related code
|
2011-05-03 14:44:10 +02:00 |
|
gl_utils.h
|
common: don't duplicate find_msb implementation
|
2011-05-03 14:44:11 +02:00 |
|
glc.c
|
move WARN and WARN_ONCE to spice_common.h
|
2011-05-03 14:44:11 +02:00 |
|
glc.c.save
|
fresh start
|
2009-10-14 15:06:41 +02:00 |
|
glc.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
lines.c
|
fix memory leak in error path
|
2011-08-25 14:37:08 +02:00 |
|
lines.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
lz_common.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
lz_compress_tmpl.c
|
add #include <config.h> to all source files
|
2011-05-03 14:44:10 +02:00 |
|
lz_config.h
|
common: use INLINE instead of inline
|
2011-05-12 15:21:08 +03:00 |
|
lz_decompress_tmpl.c
|
add #include <config.h> to all source files
|
2011-05-03 14:44:10 +02:00 |
|
lz.c
|
add #include <config.h> to all source files
|
2011-05-03 14:44:10 +02:00 |
|
lz.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
Makefile.am
|
common: add backtrace via gstack or glibc backtrace
|
2011-07-19 20:33:25 +03:00 |
|
marshaller.c
|
fix integer marshalling helpers on big endian
|
2011-07-28 11:32:46 +02:00 |
|
marshaller.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
mem.c
|
common: spice_memdup could accept NULL
|
2011-05-03 16:49:56 +02:00 |
|
mem.h
|
common: mem.h add alloca definition
|
2011-05-03 16:49:56 +02:00 |
|
messages.h
|
server,proto: tell the clients to connect to the migration target before migraton starts
|
2011-11-02 11:21:08 +02:00 |
|
mutex.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
ogl_ctx.c
|
move WARN and WARN_ONCE to spice_common.h
|
2011-05-03 14:44:11 +02:00 |
|
ogl_ctx.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
pixman_utils.c
|
common: use INLINE instead of inline
|
2011-05-12 15:21:08 +03:00 |
|
pixman_utils.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
quic_config.h
|
common: use INLINE instead of inline
|
2011-05-12 15:21:08 +03:00 |
|
quic_family_tmpl.c
|
add missing static
|
2011-05-03 14:44:11 +02:00 |
|
quic_rgb_tmpl.c
|
add #include <config.h> to all source files
|
2011-05-03 14:44:10 +02:00 |
|
quic_tmpl.c
|
add #include <config.h> to all source files
|
2011-05-03 14:44:10 +02:00 |
|
quic.c
|
server: fix function prototypes
|
2011-09-05 07:52:20 +02:00 |
|
quic.h
|
use foo(void) instead of foo() in prototypes
|
2011-05-02 11:24:44 +02:00 |
|
rect.h
|
common: use INLINE instead of inline
|
2011-05-12 15:21:08 +03:00 |
|
region.c
|
common,server: use ASSERT from spice_common.h
|
2011-05-03 14:44:11 +02:00 |
|
region.h
|
common: add extern "C" guards to headers
|
2011-05-02 11:24:44 +02:00 |
|
ring.h
|
common/ring: RING_FOREACH_SAFE: use shorter version from qemu
|
2011-08-23 17:01:14 +03:00 |
|
rop3.c
|
server: fix function prototypes
|
2011-09-05 07:52:20 +02:00 |
|
rop3.h
|
use foo(void) instead of foo() in prototypes
|
2011-05-02 11:24:44 +02:00 |
|
spice_common.h
|
server: add prefix argument to red_printf_debug
|
2011-11-07 10:29:32 +02:00 |
|
ssl_verify.c
|
common: fix ssl_verify windows build errors
|
2011-05-12 15:13:40 +03:00 |
|
ssl_verify.h
|
common/ssl_verify: special case to WIN32 that isn't MINGW32
|
2012-01-13 17:42:23 +02:00 |
|
sw_canvas.c
|
client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.h
|
2012-01-13 17:42:22 +02:00 |
|
sw_canvas.h
|
autotools: correctly build canvas-related code
|
2011-05-03 14:44:10 +02:00 |