summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* common: add "install" target for make (subdir config)Uri Lublin2010-01-101-0/+10
| | | | | | | | Install source files in $(prefix)/src/spice-common/ Install linux/ffmpeg_inc.h in $(prefix)/src/spice-common/linux/ Install spice-common.pc in $(libdir)/pkgconfig/ Signed-off-by: Uri Lublin <uril@redhat.com>
* common: add spice-common.pc (subdir config)Uri Lublin2010-01-102-1/+7
| | | | | | | | The package-config file is to be used when ../common is not available, e.g. when building each subdir separately. Signed-off-by: Uri Lublin <uril@redhat.com>
* Add common/configure.ac (subdir config)Uri Lublin2010-01-101-0/+27
| | | | | | Enables running ./configure in common/ (as well as autoreconf or autogen.sh) Signed-off-by: Uri Lublin <uril@redhat.com>
* client: change rerror code to be positiveYaniv Kamay2010-01-101-15/+15
|
* client: add Platform::term_printfYaniv Kamay2010-01-101-0/+1
| | | | | | Platform::term_printf is a variant of printf that on windows dynamically opens console in order to have visible output during command line processing.
* server,client: server authentication for secured channels. #527411 #549673.Yonit Halperin2010-01-061-2/+19
| | | | | | | | | 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: fix wrong gdi-canvas handling of blend_alphaIzik Eidus2010-01-031-6/+14
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* fix build on DebianYaniv Kamay2009-10-272-0/+16
|
* fresh startYaniv Kamay2009-10-1457-0/+21770