summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for clip by pathAlexander Larsson2010-06-241-32/+18
* drop bogous get_virt_delta callsGerd Hoffmann2010-06-231-8/+2
* Add destructor for demarshalled messagesAlexander Larsson2010-06-224-7/+13
* 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-211-27/+117
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-214-14/+296
* Add server/demarshaller.hAlexander Larsson2010-06-181-0/+25
* Make sound data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-1/+1
* Make all message structs internal to spiceAlexander Larsson2010-06-182-2/+2
* Use generated demarshallers in serverAlexander Larsson2010-06-183-73/+118
* Generate demarshallers on server sideAlexander Larsson2010-06-181-1/+5
* 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
* Add SpiceMarshaller for easy marshallingAlexander Larsson2010-06-181-0/+1
* Use the new enums for keyboard modifier flagsAlexander Larsson2010-06-181-4/+6
* 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-092-29/+81
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-094-37/+577
* server: fix bitmap flags assignment in red_send_imageYonit Halperin2010-06-091-2/+2
* sound: code style fixupsGerd Hoffmann2010-05-261-2/+4
* Fix some misspelled identifiersAlexander Larsson2010-05-212-15/+15
* RedWorkeMessage -> RedWorkerMessageAlexander Larsson2010-05-213-38/+38
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-2113-79/+79
* sound channels: restart audio on client reconnect.Gerd Hoffmann2010-05-211-1/+15
* Change leftover VD_INTERFACE_RECORD to SPICE_INTERFACE_RECORDAlexander Larsson2010-05-191-1/+1
* Add missing backslash continuation in makefileAlexander Larsson2010-05-191-1/+1
* Revert "[debug] migration troubleshooting"Gerd Hoffmann2010-05-191-1/+1
* complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann2010-05-193-16/+20
* add spice-experimental.hGerd Hoffmann2010-05-195-65/+66
* zap vd_interface.hGerd Hoffmann2010-05-199-370/+349
* vd_interface.h cleanups.Gerd Hoffmann2010-05-193-54/+3
* NetWireInterface: redesignGerd Hoffmann2010-05-194-19/+30
* zap MigrationInterfaceGerd Hoffmann2010-05-192-27/+0
* migration: new apiGerd Hoffmann2010-05-193-39/+87
* [debug] migration troubleshootingGerd Hoffmann2010-05-191-1/+1
* zap migration codeGerd Hoffmann2010-05-192-638/+11
* replace worker load/save with loadvm_commands, allow keeping surface contentGerd Hoffmann2010-05-194-101/+59
* surface: keep metadata (aka create command) in device memory.Gerd Hoffmann2010-05-191-17/+18
* kill spice_server_set_mouse_absoluteGerd Hoffmann2010-05-192-11/+0
* vdi port: redesign.Gerd Hoffmann2010-05-192-57/+71