summaryrefslogtreecommitdiffstats
path: root/client/red_client.h
Commit message (Collapse)AuthorAgeFilesLines
* new migration process #576029 #576031 #576033spice-server-0.4.2-5.el6spice-common-0.4.2-4.el6spice-client-0.4.2-4.el6Yonit Halperin2010-03-231-0/+1
| | | | | | | - the server acquires the target info from a dedicated Qemu command - when migration ends, the client receieves a new message RED_MIGRATE_SWITCH_HOST - client then disconnects from the source and connects to the target. The connection to the target is entirely new.
* client: add command line support for ciphers, ca file, and host certificate ↵spice-client-0.4.2-2.el6Yonit Halperin2010-03-141-0/+3
| | | | subject #573371
* server,client: server authentication for secured channels. #527411 #549673.Yonit Halperin2010-01-061-0/+3
| | | | | | | | | 3 available mechanisms: by public key, by host name, and by certificate subject name. In the former method, chain of trust verification is not performed. The CA certificate files are looked for under <spice-config-dir>/spice_truststore.pem windows <spice-config-dir>=%APPDATA%\spicec\ linux <spice-config-dir>=$HOME/.spicec
* spice client: remove timer interface from platform - use Application (via ↵Yonit Halperin2010-01-031-1/+7
| | | | ProcessLoop interface).
* spice client: creating a general process loop.Yonit Halperin2010-01-031-1/+1
| | | | | | | | | | | The process loop is responsible for: 1) waiting for events 2) timers 3) events queue for actions that should be performed in the context of the thread and are pushed from other threads. The benefits: 1) remove duplicity: till now, there was one implementaion of events loop for the channels and another one for the main thread. 2) timers can be executed on each thread and not only on the main thread. 3) events can be pushed to each thread and not only to the main thread. In this commit, only the main thread was modified to use the new process loop.
* fresh startYaniv Kamay2009-10-141-0/+234