summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qxl abi: parse QXLFill.Gerd Hoffmann2010-06-296-7/+15
* qxl abi: parse QXLAlphaBlnd (+Compat)Gerd Hoffmann2010-06-291-2/+21
* qxl abi: parse QXLCompatDrawable.Gerd Hoffmann2010-06-293-2/+62
* qxl abi: parse QXLDrawable.Gerd Hoffmann2010-06-294-161/+315
* improve memory slot error logging.Gerd Hoffmann2010-06-291-4/+7
* Replace log4cpp with custom log functionAlexander Larsson2010-06-2811-73/+102
* Fix build error due to member "SpiceMsgEmpty" same name as typeAlexander Larsson2010-06-282-2/+4
* spice.proto: surface_create.format is of type surface_fmtAlexander Larsson2010-06-241-1/+1
* Use smaller size for enums and flags on the networkAlexander Larsson2010-06-241-16/+16
* Remove support for clip by pathAlexander Larsson2010-06-247-59/+24
* spice.proto: No need for @ptr32 as that is now the defaultAlexander Larsson2010-06-231-2/+2
* spice.proto: Don't use @fixedsize for BrushAlexander Larsson2010-06-231-1/+1
* Don't send zero data item for clips with no dataAlexander Larsson2010-06-231-3/+1
* Make pointers 32bit in new protocol formatAlexander Larsson2010-06-236-16/+19
* marshaller: Correctly determine if switches are fixed sizeAlexander Larsson2010-06-231-1/+9
* Fix handling of @ptr32 network sizeAlexander Larsson2010-06-231-4/+10
* Remove minor markup in unstable protocol as we're resetting minor to 0Alexander Larsson2010-06-231-4/+4
* fix use-after-free in spice_marshaller_resetGerd Hoffmann2010-06-231-2/+3
* drop bogous get_virt_delta callsGerd Hoffmann2010-06-231-8/+2
* Fix version mismatch error on connectAlexander Larsson2010-06-232-7/+15
* Fix screen resolution changes on old serversAlexander Larsson2010-06-231-5/+5
* client: Support connecting to a major==1 serverAlexander Larsson2010-06-225-28/+104
* Implement display_mode message needed for backwards compatAlexander Larsson2010-06-221-0/+12
* Generate marshaller/demarshallers for old protocolAlexander Larsson2010-06-228-14/+56
* Add spice1.proto describing the 0.4 version of the network protocolxAlexander Larsson2010-06-221-0/+934
* Add support for @virtual markup in spice protocolAlexander Larsson2010-06-223-0/+14
* Make internal generated marshaller functions staticAlexander Larsson2010-06-222-4/+4
* Support extra prefix in code generatorsAlexander Larsson2010-06-224-6/+11
* Add more emacs mode headersAlexander Larsson2010-06-222-0/+2
* Convert client to use indirect calls for message marshallingAlexander Larsson2010-06-2211-52/+113
* Support creating marshallers that are called indirectlyAlexander Larsson2010-06-222-8/+30
* Add destructor for demarshalled messagesAlexander Larsson2010-06-227-19/+39
* fix for not reseting client palette caches on migrationYonit Halperin2010-06-211-0/+2
* Lossy compression of RGBA images (on WAN connection)Yonit Halperin2010-06-215-33/+238
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-2123-31/+504
* Make opengl optional, disabled by defaultAlexander Larsson2010-06-2114-55/+137
* Make generated marshallers build on win32Alexander Larsson2010-06-185-8/+30
* Add server/demarshaller.hAlexander Larsson2010-06-181-0/+25
* 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