index
:
spice-protocol.git
0.10
0.6
0.8
for_xorg
master
smartcard.v2
smartcard.v3
wip/ssh-agent-forward
spice-protocol
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build-sys: post-release bump
HEAD
master
Marc-André Lureau
2016-03-11
1
-1
/
+1
*
NEWS: update for 0.12.11 release
Marc-André Lureau
2016-03-10
1
-0
/
+7
*
Remove codegen
Marc-André Lureau
2016-03-10
15
-6078
/
+2
*
protocol: Add support for the VP8 and h264 video codecs
Francois Gouget
2016-03-03
3
-0
/
+8
*
macros: do not use more type safe CONTAINEROF version if not requested
Frediano Ziglio
2016-03-02
1
-1
/
+6
*
codegen: simplify FdType
Marc-André Lureau
2016-01-19
1
-4
/
+4
*
protocol: add unix GL scanout messages
Marc-Andre Lureau
2016-01-14
3
-0
/
+34
*
protocol: learn to describe fd passing in messages
Marc-Andre Lureau
2016-01-14
3
-1
/
+15
*
Use gcc builtin rather than asm for memory barriers
Christophe Fergeau
2016-01-08
1
-6
/
+1
*
macros: make SPICE_CONTAINEROF more typesafe
Frediano Ziglio
2015-12-04
1
-0
/
+6
*
build-sys: Use $datadir for .proto files/codegen scripts
Christophe Fergeau
2015-10-02
3
-4
/
+4
*
post-release version bump
Jonathon Jongsma
2015-09-25
1
-1
/
+1
*
Update NEWS for 0.12.10 release
Jonathon Jongsma
2015-09-22
1
-0
/
+7
*
macros: fix compatibility with non-clang compilers
Frediano Ziglio
2015-08-20
1
-0
/
+4
*
macros: fix alignment issue reported by clang
Victor Toso
2015-08-20
1
-1
/
+1
*
macros: verify if __alloc_size__ works with clang
Victor Toso
2015-08-20
1
-1
/
+2
*
Fix endianess compatibility with old GCC versions
Frediano Ziglio
2015-08-19
1
-1
/
+2
*
Use 0xffu everywhere in new SPICE_MAGIC_CONST macro
Christophe Fergeau
2015-08-12
1
-2
/
+2
*
Define and use new SPICE_MAGIC_CONST macro
Frediano Ziglio
2015-08-12
7
-7
/
+21
*
Detects processor endianess using preprocessor
Frediano Ziglio
2015-08-12
1
-0
/
+55
*
build-sys: Make installed spice_codegen.py is executable
Christophe Fergeau
2015-08-10
1
-1
/
+4
*
build-sys: Make sure aclocal picks up macros in the m4/ dir
Christophe Fergeau
2015-08-07
1
-0
/
+1
*
build-sys: Add m4 file for AX_PYTHON_MODULE
Christophe Fergeau
2015-08-07
1
-0
/
+49
*
proto: Use proper type for preferred_compression field
Christophe Fergeau
2015-08-07
1
-1
/
+1
*
proto: Rename image_compress to image_compression
Christophe Fergeau
2015-08-07
1
-1
/
+1
*
build-sys: Install code generation data/scripts
Christophe Fergeau
2015-08-07
2
-9
/
+10
*
build-sys: Add --enable-code-generator
Christophe Fergeau
2015-08-07
3
-1
/
+41
*
build-sys: Make sure new files are dist'ed
Christophe Fergeau
2015-08-07
2
-1
/
+11
*
Merge protocol code generation bits from spice-common
Christophe Fergeau
2015-08-07
10
-0
/
+5983
|
\
|
*
codegen: ptypes.py: keep attribute names in sets
Uri Lublin
2015-08-04
1
-4
/
+4
|
*
codegen: Allow to specify C type for index variable
Frediano Ziglio
2015-07-23
1
-1
/
+3
|
*
codegen: Check we don't pop too many indexes
Frediano Ziglio
2015-07-23
1
-0
/
+1
|
*
codegen: Remove old ptr32 attribute
Frediano Ziglio
2015-07-23
1
-4
/
+0
|
*
codegen: Do some checks on attributes
Frediano Ziglio
2015-07-23
1
-0
/
+72
|
*
codegen: Reuse code to fix attribute from prototype file
Frediano Ziglio
2015-07-23
1
-16
/
+16
|
*
codegen: Remove duplicate variable initialization
Frediano Ziglio
2015-07-23
1
-1
/
+0
|
*
codegen: Optimize code indentation and avoid a loop
Frediano Ziglio
2015-07-23
1
-2
/
+1
|
*
codegen: Fix typo in variable name
Frediano Ziglio
2015-07-23
1
-1
/
+1
|
*
codegen: Simplify if/else blocks
Frediano Ziglio
2015-07-23
1
-18
/
+11
|
*
codegen: Import six module before first use
Frediano Ziglio
2015-07-23
1
-1
/
+2
|
*
codegen: Fix enums.h generation with python3
Christophe Fergeau
2015-07-23
1
-2
/
+2
|
*
proto: Remove space before tab
Christophe Fergeau
2015-07-20
2
-3
/
+3
|
*
Proto: Add preferred compression message and constants.
Javier Celaya
2015-06-22
1
-0
/
+15
|
*
codegen: Use six.PY3 rather than six.PY2
Christophe Fergeau
2015-04-14
2
-6
/
+6
|
*
Make spice_codegen.py work on both Python 2 and 3
Alexander Wauck
2015-04-01
6
-69
/
+78
|
*
Add LZ4 image compression support.
Javier Celaya
2014-12-02
1
-0
/
+3
|
*
python: Fix -Wsign-compare
Fabiano Fidêncio
2014-09-18
1
-3
/
+3
|
*
python: Fix -Wunused-parameter
Fabiano Fidêncio
2014-09-18
2
-7
/
+7
|
*
demarshal: prefix variable name with parent names
Marc-André Lureau
2014-05-15
1
-17
/
+30
|
*
marshaller: Use #include <> for headers in $srcdir/common
Christophe Fergeau
2014-04-16
2
-3
/
+3
[next]