summaryrefslogtreecommitdiffstats
path: root/server/spice.h
Commit message (Collapse)AuthorAgeFilesLines
* new libspice api: spice_server_add_get_{sock, peer}_info() #571286spice-server-0.4.2-4.el6Gerd Hoffmann2010-03-171-0/+4
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: spice_server_add_renderer() #571286Gerd Hoffmann2010-03-171-0/+2
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: add spice_server_set_mouse_absolute()spice-server-0.4.2-2.el6Gerd Hoffmann2010-03-081-0/+2
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: add spice_server_set_channel_security()Gerd Hoffmann2010-03-081-0/+4
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: make spice_channel_t part of the public api.Gerd Hoffmann2010-03-081-0/+16
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: add spice_server_{get, set}_image_compression()Gerd Hoffmann2010-03-081-0/+4
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: make image_compression_t part of the public api.Gerd Hoffmann2010-03-081-0/+10
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: configure listen addr, add ipv6 supportGerd Hoffmann2010-03-081-0/+4
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: configure tlsGerd Hoffmann2010-03-081-0/+4
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: zap function pointer indirection.Gerd Hoffmann2010-03-081-0/+4
| | | | | | | Make register_*_notifier calls optional, long term they should go away entriely. Add direct library calls as replacement. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: configure port + ticketGerd Hoffmann2010-03-081-0/+5
| | | | | | | | | | | Add new functions to configure spice port and ticketing. Yes, this is incomplete, it includes just the most important bits to get something up'n'running. These functions are supposed to replace both spice_parse_args() and the monitor interaction via qterm interface. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: alloc, initi and free spice server instances.Gerd Hoffmann2010-03-081-1/+7
| | | | | | | | The implementation can't handle multiple spice server instances at the same time right now. The API allows this though, so if we fixup the implementation some day we don't have to change the API. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* fresh startYaniv Kamay2009-10-141-0/+29