summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* iovec: add sanity checkGerd Hoffmann2010-04-291-2/+8
* fix worker->stop surface cleanupGerd Hoffmann2010-04-291-1/+1
* Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson2010-04-281-10/+38
* If we have alpha in a 32bit rgb surface, ensure we send thatAlexander Larsson2010-04-231-0/+30
* Server: Use the right image format when updating from a surfaceAlexander Larsson2010-04-231-22/+31
* Make each surface its own depth/formatAlexander Larsson2010-04-232-19/+33
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-231-23/+10
* spice: server: change update_area commandIzik Eidus2010-04-143-9/+39
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-1330-282/+282
* Use fast DCT method for better jpeg compression performanceAlexander Larsson2010-04-121-0/+1
* spice server: fix validate_chunkIzik Eidus2010-04-121-0/+1
* take the right lock when freeing glz stuff of surfacesIzik Eidus2010-04-091-2/+2
* Split out the memslot stuff from red_worker.c to its own filesAlexander Larsson2010-04-094-289/+405
* server: fix race condition in lz global dictionary, in its image segments listYonit Halperin2010-04-091-21/+34
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-085-353/+349
* spice server: fix not sent depth size for surfacesIzik Eidus2010-04-081-0/+1
* server configuration: make network redirection support optionalYonit Halperin2010-04-062-3/+17
* spice server: try to be less brutal when changing res or when flushing the treeIzik Eidus2010-04-061-0/+5
* spice server: remove surface_id and surfaces_dest[3] from guest memIzik Eidus2010-04-061-74/+68
* spice-server: when destroying a surface don`t send uneeded itemsIzik Eidus2010-04-051-1/+43
* spice-server: remove glz objects related to surface when destroying a surfaceIzik Eidus2010-04-051-2/+32
* spice: reds: fix uninitlized pointerIzik Eidus2010-04-051-1/+1
* libspice: add off screens supportIzik Eidus2010-04-034-152/+604
* spice server: surface create/destroy protocol supportIzik Eidus2010-04-031-57/+167
* Rename .so spice-server.soAlexander Larsson2010-03-241-6/+6
* Get rid of more out-of-memory checksAlexander Larsson2010-03-241-47/+9
* spice: server: Being more permissive in video identificationYonit Halperin2010-03-241-17/+29
* spice: server: avoid video streaming of small imagesYonit Halperin2010-03-241-0/+12
* Fix uninitilized memory read in stroke_fill_spans()Alexander Larsson2010-03-181-2/+7
* new libspice api: spice_server_add_get_{sock, peer}_info()Gerd Hoffmann2010-03-182-0/+28
* new libspice api: spice_server_add_renderer()Gerd Hoffmann2010-03-182-1/+16
* Use spice allocator in server/Alexander Larsson2010-03-119-328/+102
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2010-03-111-0/+1
* Revert "Fix possible quic_usr_more_lines_unstable() crash"Alexander Larsson2010-03-101-8/+2
* new libspice api: add spice_server_set_mouse_absolute()Gerd Hoffmann2010-03-092-0/+11
* new libspice api: add spice_server_set_channel_security()Gerd Hoffmann2010-03-092-0/+17
* new libspice api: make spice_channel_name_t part of the public api.Gerd Hoffmann2010-03-092-33/+35
* new libspice api: add spice_server_{get, set}_image_compression()Gerd Hoffmann2010-03-092-0/+18
* new libspice api: make image_compression_t part of the public api.Gerd Hoffmann2010-03-096-56/+61
* new libspice api: configure listen addr, add ipv6 supporGerd Hoffmann2010-03-092-39/+74
* new libspice api: configure tlsGerd Hoffmann2010-03-092-2/+48
* new libspice api: zap function pointer indirection.Gerd Hoffmann2010-03-092-9/+40
* new libspice api: configure port + ticketGerd Hoffmann2010-03-092-0/+54
* new libspice api: alloc, initi and free spice server instances.Gerd Hoffmann2010-03-092-6/+40
* Fix possible quic_usr_more_lines_unstable() crashGerd Hoffmann2010-03-091-2/+8
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-096-109/+87
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-081-204/+80
* Make virt mapping an interfaceAlexander Larsson2010-03-081-11/+18
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-081-2/+2
* Remove qcairo dependency, only use pixmanAlexander Larsson2010-02-231-2/+2