summaryrefslogtreecommitdiff
path: root/spice.proto
AgeCommit message (Expand)AuthorFilesLines
2012-05-02video streaming: add support for frames of different sizesYonit Halperin1-3/+16
2012-03-21spice.proto: fix demarshaller crash with name messageMarc-André Lureau1-1/+1
2012-03-20use new @ifdef directive for smartcard messagesChristophe Fergeau1-1/+1
2012-03-20add smartcard bits to spice.protoChristophe Fergeau1-4/+73
2012-03-20Send name & uuid to capable clientsbefore-split2Marc-André Lureau1-0/+10
2012-03-20spice.proto: add SPICE_MSG_LIST to base channelYonit Halperin1-0/+1
2012-03-20codegen: Fix enums.h generationHans de Goede1-1/+4
2012-03-20spice.proto: add SPICE_MSG_MAIN_MIGRATE_END & SPICE_MSGC_MAIN_MIGRATE_ENDYonit Halperin1-0/+4
2012-03-20server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin1-3/+2
2012-03-20spice.proto: add comment for origin of STYLED and START_WITH_GAPAlon Levy1-0/+5
2012-03-20server: Add a usbredir channelHans de Goede1-0/+8
2012-03-20sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau1-0/+13
2012-03-20spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)Alon Levy1-1/+1
2012-03-20smartcard: add to spice.protoAlon Levy1-0/+8
2012-03-20Don't send padding over the network with video dataAlexander Larsson1-2/+0
2012-03-20Don't send CursorHeader if cursor_flags is NONEAlexander Larsson1-1/+4
2012-03-20Send Clip.rects inline rather than using a pointerAlexander Larsson1-1/+1
2012-03-20codegen: Various cleanupsAlexander Larsson1-12/+7
2012-03-20Don't marshall bitmap data as pointer, instead send inlineAlexander Larsson1-1/+1
2012-03-20Fix various misspellingsAlexander Larsson1-1/+1
2012-03-20codegen: No SPICE_ADDRESS types left, drop @c_ptrAlexander Larsson1-13/+13
2012-03-20Properly parse QXLLineAttrs.styleAlexander Larsson1-1/+1
2012-03-20Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann1-38/+43
2012-03-20Convert SpicePath.segments to a pointer arrayAlexander Larsson1-1/+1
2012-03-20Properly parse and marshall SpiceStringGerd Hoffmann1-5/+5
2012-03-20Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson1-19/+9
2012-03-20Automatically marshall SpiceClipRectsAlexander Larsson1-1/+1
2012-03-20Automatically marshall SpicePathAlexander Larsson1-1/+1
2012-03-20Store SpicePath segment count rather than sizeAlexander Larsson1-2/+2
2012-03-20Update client and protocol to support the new SpiceClipRectsAlexander Larsson1-1/+1
2012-03-20qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann1-2/+2
2012-03-20qxl abi: parse QXLOpaque.Gerd Hoffmann1-1/+1
2012-03-20qxl abi: parse QXLFill.Gerd Hoffmann1-1/+1
2012-03-20spice.proto: surface_create.format is of type surface_fmtAlexander Larsson1-1/+1
2012-03-20Use smaller size for enums and flags on the networkAlexander Larsson1-16/+16
2012-03-20Remove support for clip by pathAlexander Larsson1-4/+1
2012-03-20spice.proto: No need for @ptr32 as that is now the defaultAlexander Larsson1-2/+2
2012-03-20spice.proto: Don't use @fixedsize for BrushAlexander Larsson1-1/+1
2012-03-20Don't send zero data item for clips with no dataAlexander Larsson1-3/+1
2012-03-20Remove minor markup in unstable protocol as we're resetting minor to 0Alexander Larsson1-4/+4
2012-03-20Lossy compression of RGBA images (on WAN connection)Yonit Halperin1-0/+14
2012-03-20applying zlib compression over glz on WAN connectionYonit Halperin1-0/+9
2012-03-20Make sound data @as_ptr to avoid copying dataAlexander Larsson1-4/+4
2012-03-20Make ping data @as_ptr to avoid copying dataAlexander Larsson1-1/+1
2012-03-20Make cursor data @as_ptr to avoid copying dataAlexander Larsson1-1/+1
2012-03-20Make tunnel_service_add members be of cstring array sizeAlexander Larsson1-2/+2
2012-03-20Use @ptr32 for 32bit offsets in spice.protoAlexander Larsson1-2/+2
2012-03-20Add @nomarshal in a few places where we're marshalling manuallyAlexander Larsson1-11/+11
2012-03-20spice.proto: add @outvar markupAlexander Larsson1-15/+15
2012-03-20Initial import of spice protocol description and demarshall generatorAlexander Larsson1-0/+1086