| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
These methods will be needed to be able to make some fields optional
in spice.proto
|
| | |
|
| | |
|
| |
|
|
|
| |
Patch adds a "from __future__" import that doesn't affect newer python's but
allows python 2.5.4 to run the code (tested under scratchbox, n900 build environment)
|
| |
|
|
|
| |
This is require when we add a new spice.proto for the old (major 1)
protocol description.
|
|
|
The "spice.proto" file describes in detail the networking prototcol
that spice uses and spice_codegen.py can parse this and generate
demarshallers for such network messages.
|