index
:
~sandmann/spice
a8
render2
setcaps
version
Unnamed repository; edit this file 'description' to name the repository.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
Remove trailing whitespace from end of lines
Daniel P. Berrange
10
-38
/
+37
2012-01-13
Add missing includes of config.h
Daniel P. Berrange
1
-1
/
+1
2012-01-13
Remove unused backup file
Daniel P. Berrange
1
-1413
/
+0
2012-01-13
Remove trailing blank lines
Daniel P. Berrange
19
-19
/
+0
2012-01-13
Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'
Daniel P. Berrange
4
-4
/
+4
2012-01-13
Remove casts from void * with xrealloc() calls
Daniel P. Berrange
1
-12
/
+10
2012-01-13
Remove useless if() before free()
Daniel P. Berrange
7
-31
/
+12
2012-01-13
Death to all TABs
Daniel P. Berrange
7
-90
/
+90
2012-01-13
common/ssl_verify: special case to WIN32 that isn't MINGW32
Alon Levy
1
-1
/
+1
2012-01-13
common/bitops: mingw32: reorder so __GNUC__ define is checked first
Alon Levy
1
-14
/
+14
2012-01-13
common/backtrace: for mingw32 no pipe/wait_pid, just disable
Alon Levy
2
-4
/
+23
2012-01-13
client/windows: fix several assigned but not used errors
Alon Levy
1
-15
/
+9
2012-01-13
client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.h
Alon Levy
2
-0
/
+6
2011-11-07
server: add prefix argument to red_printf_debug
Alon Levy
1
-2
/
+2
2011-11-07
common/spice_common.h: red_printf_debug: fix wrong sign
Alon Levy
1
-1
/
+1
2011-11-02
server,proto: tell the clients to connect to the migration target before migr...
Yonit Halperin
1
-0
/
+2
2011-09-05
server: fix function prototypes
Christophe Fergeau
2
-5
/
+5
2011-09-01
add C++ guards to backtrace.h
Christophe Fergeau
1
-0
/
+6
2011-08-25
fix memory leak in error path
Christophe Fergeau
1
-1
/
+2
2011-08-23
common: introduce red_printf_debug
Alon Levy
1
-0
/
+10
2011-08-23
common/ring: RING_FOREACH_SAFE: use shorter version from qemu
Alon Levy
1
-5
/
+3
2011-07-31
common/backtrace.h: disable for WIN32
Alon Levy
1
-0
/
+4
2011-07-28
fix integer marshalling helpers on big endian
Christophe Fergeau
1
-6
/
+6
2011-07-28
fix typo in big endian code path
Christophe Fergeau
1
-2
/
+2
2011-07-22
fix make distcheck
Christophe Fergeau
1
-1
/
+1
2011-07-19
common: add backtrace via gstack or glibc backtrace
Alon Levy
4
-0
/
+142
2011-06-22
sndworker: add AudioVolume/AudioMute messages
Marc-André Lureau
1
-0
/
+9
2011-05-22
common: add WIN64 ifdef for spice_bit_find_msb (fix broken windows x64 build)
Arnon Gilboa
1
-2
/
+2
2011-05-12
common: use INLINE instead of inline
Arnon Gilboa
7
-38
/
+20
2011-05-12
common: fix ssl_verify windows build errors
Arnon Gilboa
2
-2
/
+8
2011-05-03
common: add ssl_verify.c common code
Marc-André Lureau
3
-0
/
+543
2011-05-03
common: add ring_get_length() for debugging purposes
Marc-André Lureau
1
-0
/
+13
2011-05-03
common: mem.h add alloca definition
Marc-André Lureau
1
-0
/
+30
2011-05-03
common: spice_memdup could accept NULL
Marc-André Lureau
1
-0
/
+4
2011-05-03
common: add windows.h where required, make gdi_handlers static
Marc-André Lureau
3
-1
/
+8
2011-05-03
move get_time_stamp to main_channel.c
Christophe Fergeau
1
-7
/
+0
2011-05-03
use standard do { } while (0) for spice_common.h macros
Christophe Fergeau
1
-11
/
+11
2011-05-03
move WARN and WARN_ONCE to spice_common.h
Christophe Fergeau
4
-15
/
+7
2011-05-03
common: use PANIC from spice_common.h
Christophe Fergeau
3
-20
/
+0
2011-05-03
common,server: use ASSERT from spice_common.h
Christophe Fergeau
7
-36
/
+3
2011-05-03
common: don't duplicate find_msb implementation
Christophe Fergeau
4
-67
/
+95
2011-05-03
add missing static
Christophe Fergeau
1
-2
/
+2
2011-05-03
add #include <config.h> to all source files
Christophe Fergeau
20
-5
/
+63
2011-05-03
autotools: correctly build canvas-related code
Christophe Fergeau
9
-14
/
+39
2011-05-03
autotools: refactor the whole build machinery
Christophe Fergeau
1
-31
/
+56
2011-05-02
common: don't try to redefine PANIC if it already exists
Christophe Fergeau
1
-0
/
+2
2011-05-02
use foo(void) instead of foo() in prototypes
Christophe Fergeau
11
-11
/
+11
2011-05-02
common: add missing header guards to gl_canvas.h
Christophe Fergeau
1
-0
/
+5
2011-05-02
common: add extern "C" guards to headers
Christophe Fergeau
23
-2
/
+182
2011-04-18
draw: remove SPICE_ADDRESS
Christophe Fergeau
1
-1
/
+0
[next]