summaryrefslogtreecommitdiffstats
path: root/server/spice-server.h
Commit message (Collapse)AuthorAgeFilesLines
* Adjust to new SpiceImageCompress nameChristophe Fergeau2015-07-291-3/+11
| | | | | | | | This has been renamed to SpiceImageCompression in order to avoid clashes with older spice-server in the SPICE_IMAGE_COMPRESS_ namespace. This commit is a straight rename of SpiceImageCompress to SpiceImageCompression and SPICE_IMAGE_COMPRESS_ to SPICE_IMAGE_COMPRESSION_
* Use image compress constants from spice-protocolJavier Celaya2015-06-301-12/+4
|
* reds: add Unix socket supportMarc-André Lureau2015-01-151-0/+1
| | | | | Learn to listen on a Unix address. In this case, the connection is plain only (non-tls).
* Add LZ4 compression support.Javier Celaya2014-12-021-0/+1
| | | | | | | | - Add lz4 encoder to compress an image of type LZ4 (see spice_common). - Add code in red_worker to use LZ4 when it is enabled, and the client supports it through its display capability, or fallback to LZ. - Add enable_lz4 switch in the configure script. Show LZ4 support at the end.
* Add explicit spice-core.h includeMarc-André Lureau2014-11-271-1/+1
| | | | Several functions use core interfaces, add and explicit include.
* Move spice_server_get_num_clients() declarationMarc-André Lureau2014-11-271-0/+2
| | | | This function is not related to migration.
* Split spice.hMarc-André Lureau2014-11-271-0/+124
Make it easier to read the Spice server API.