summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* spice: Adding README to all subdirs0.4Uri Lublin2010-02-011-0/+12
| | | | | | | Also adding some information to toplevel (spice) README And do not touch README when running autogen.sh Signed-off-by: Uri Lublin <uril@redhat.com>
* change version to 0.4.2Yaniv Kamay2010-01-101-1/+1
|
* spice: add COPYING file to all subdirs (subdir config)Uri Lublin2010-01-101-0/+340
| | | | | | GPL2 Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: common: Do not m4_include configure.ac.shared (subdir config)Uri Lublin2010-01-101-1/+7
| | | | | | | There are some requirement checks in configure.ac.shared that spice-common does not need to do. Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: autogen.sh: call autogen.sh.shared separately from subdirs (subdir ↵Uri Lublin2010-01-102-1/+2
| | | | | | | | | | | | | | config) Move original autogen.sh to autogen.sh.shared Create links in each subdir (subdir/autogen.sh --> ../autogem.sh.shared) Make new autogen.sh which simply 1. cd subdir && ./autogen.sh 2. run autogen.sh.shared for the current dir (spice) Update all Makefile.am accordingly (dist-hook). Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure: mv ffmpeg_inc.h.in from common/ to client/Uri Lublin2010-01-104-21/+3
| | | | | | | | | | | Moved common/win/ffmpeg_inc.h to client/windows/ Moved common/linux/ffmpeg_inc.h.in to client/x11/ Copied common/linux/ffmpeg_inc.h.in to server/ Update *configure.ac and */Makefile.am accordingly (* is for {common,server,client} Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: subdirs: support ./autogen.sh in a "make dist" tarball (subdir config)Uri Lublin2010-01-103-1/+5
| | | | | | | | | | | | Each subdir (common, client and server) can "make dist". This commit adds configure.ac.shared and autogen.sh to the tar file. Above files are copied from .. (spice/ directory) Also added configure.ac.shared (which is not part of "distribution" tarball) that only imports ../configure.ac.shared such that ./autogen.sh still works (on "git directories"). Signed-off-by: Uri Lublin <uril@redhat.com>
* 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