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