Go to file
Alexander Larsson eb3fe11d94 Fix version mismatch error on connect
Protocol is 0 (auto), 1 (old), or 2 (new). This is (apart from 0) the
same as the major number for the stable protocol. However, the current major
is ~(-1) to signify it being unstable, so don't use the major number as source
for setting or comparing protocol.
2010-06-23 12:18:41 +02:00
client Fix version mismatch error on connect 2010-06-23 12:18:41 +02:00
common Lossy compression of RGBA images (on WAN connection) 2010-06-21 15:18:26 +02:00
python_modules Add support for @virtual markup in spice protocol 2010-06-22 16:03:34 +02:00
server Add destructor for demarshalled messages 2010-06-22 10:53:24 +02:00
tools Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
uncrustify_cfg fresh start 2009-10-14 15:06:41 +02:00
.gitignore fresh start 2009-10-14 15:06:41 +02:00
AUTHORS fresh start 2009-10-14 15:06:41 +02:00
autogen.sh autogen: exit upon errors (subdir config) 2010-03-24 14:03:51 +01:00
ChangeLog fresh start 2009-10-14 15:06:41 +02:00
configure.ac applying zlib compression over glz on WAN connection 2010-06-21 15:05:37 +02:00
COPYING Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
Makefile.am Generate marshaller/demarshallers for old protocol 2010-06-22 17:34:39 +02:00
NEWS fresh start 2009-10-14 15:06:41 +02:00
README Relicense everything from GPL to LGPL 2.1+ 2010-04-13 22:22:15 +02:00
spice1.proto Add spice1.proto describing the 0.4 version of the network protocolx 2010-06-22 16:31:40 +02:00
spice_codegen.py Support extra prefix in code generators 2010-06-22 16:01:57 +02:00
spice-server.pc.in Rename .so spice-server.so 2010-03-24 17:13:42 +01:00
spice.proto Lossy compression of RGBA images (on WAN connection) 2010-06-21 15:18:26 +02:00

Copyright 2009 Red Hat, Inc. and/or its affiliates.

This program and libraries is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.