summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sound data @as_ptr to avoid copying dataAlexander Larsson2010-06-184-11/+13
* Make ping data @as_ptr to avoid copying dataAlexander Larsson2010-06-182-1/+3
* Make cursor data @as_ptr to avoid copying dataAlexander Larsson2010-06-184-7/+8
* Support @as_ptr in demarshaller to avoid copying data unnecessaryAlexander Larsson2010-06-181-1/+13
* Make pointer types in messages be 64bit in memoryAlexander Larsson2010-06-181-2/+2
* Don't pack the message structuresAlexander Larsson2010-06-181-87/+83
* Make all message structs internal to spiceAlexander Larsson2010-06-187-7/+504
* Allow multiple --include argsAlexander Larsson2010-06-181-3/+4
* Use generated demarshallers in serverAlexander Larsson2010-06-183-73/+118
* Generate demarshallers on server sideAlexander Larsson2010-06-181-1/+5
* Make tunnel_service_add members be of cstring array sizeAlexander Larsson2010-06-181-2/+2
* Switch client to use generated marshallersAlexander Larsson2010-06-1810-167/+219
* Generate and link marshallers into clientAlexander Larsson2010-06-183-1/+37
* Re-enable cache freeingAlexander Larsson2010-06-181-1/+1
* Convert reds.c to use SpiceMarshallerAlexander Larsson2010-06-181-302/+211
* Convert snd_worker.c to use SpiceMarshaller and generated marshallersAlexander Larsson2010-06-181-145/+94
* Convert red_worker.c to use SpiceMarshaller for marshallingAlexander Larsson2010-06-181-781/+997
* Generate marshallers in serverAlexander Larsson2010-06-181-0/+13
* Use @ptr32 for 32bit offsets in spice.protoAlexander Larsson2010-06-181-2/+2
* Add @nomarshal in a few places where we're marshalling manuallyAlexander Larsson2010-06-181-11/+11
* spice.proto: add @outvar markupAlexander Larsson2010-06-181-15/+15
* Add support for generating message and structure marshallersAlexander Larsson2010-06-182-1/+392
* Add SpiceMarshaller for easy marshallingAlexander Larsson2010-06-184-0/+649
* Generate demarshalling code on win32 tooAlexander Larsson2010-06-181-13/+50
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-1820-450/+235
* Generate demarshallers in clientAlexander Larsson2010-06-182-2/+12
* Add python code to automake systemAlexander Larsson2010-06-184-1/+10
* Initial import of spice protocol description and demarshall generatorAlexander Larsson2010-06-187-0/+3760
* Use the correctly spelled enum values from the new generated enumsAlexander Larsson2010-06-182-2/+2
* Use the new enums for keyboard modifier flagsAlexander Larsson2010-06-182-7/+9
* There are multiple line attribute flags enums, use only oneAlexander Larsson2010-06-172-4/+4
* Add spice_strnlenAlexander Larsson2010-06-172-0/+14
* server: optimize red_pipe_replace_rendered_drawables_with_images (lossy bitma...Yonit Halperin2010-06-091-6/+90
* init/destroy lossy surface regionYonit Halperin2010-06-091-0/+2
* enabling jpeg on low bandwidth connectionYonit Halperin2010-06-091-16/+17
* not using jpeg when sending a surface to the client (the whole surface)Yonit Halperin2010-06-091-1/+3
* send qxl commands to client: support for resending lossy components when jpeg...Yonit Halperin2010-06-091-16/+639
* infrastructure routines for resending to the client part of surfaces that hav...Yonit Halperin2010-06-091-28/+306
* introducing lossy and lz compression in red_send_imageYonit Halperin2010-06-091-2/+53
* lossy surface regions in the client: infrastructure for tracking and updatingYonit Halperin2010-06-091-0/+160
* support for lossy images in the pixmap cache and fill bitsYonit Halperin2010-06-097-39/+241
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-0923-45/+956
* server: fix bitmap flags assignment in red_send_imageYonit Halperin2010-06-091-2/+2
* client: Only invalidate on screen if drawing to the primary surfaceAlexander Larsson2010-06-091-2/+6
* sound: code style fixupsGerd Hoffmann2010-05-261-2/+4
* Fix some misspelled identifiersAlexander Larsson2010-05-215-30/+30
* RedWorkeMessage -> RedWorkerMessageAlexander Larsson2010-05-213-38/+38
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-2138-133/+133
* sound channels: restart audio on client reconnect.Gerd Hoffmann2010-05-211-1/+15
* Use the new byteswap macros from spice-protocolAlexander Larsson2010-05-191-8/+2