2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-31 17:06:43 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Dietmar Maurer
6faab5d55d iexit if client disconnects 2013-08-05 13:22:02 +02:00
Dietmar Maurer
474762d892 add keyboard interface 2013-08-05 12:57:43 +02:00
Dietmar Maurer
9462ba15d8 add code to draw a simply glyph 2013-08-05 12:25:34 +02:00
Dietmar Maurer
4219b121fd iinclude glyphs.h (from vncterm), simplify drawing code 2013-08-05 11:33:57 +02:00
Dietmar Maurer
26c649411f remove unnecessary code 2013-08-05 11:24:30 +02:00
Dietmar Maurer
aae9306062 iremove secondary surface code 2013-08-05 10:45:04 +02:00
Dietmar Maurer
7f30e76014 remove regression test code 2013-08-05 10:14:35 +02:00
Dietmar Maurer
db8e5ef835 use g_new instead of calloc/malloc 2013-08-05 10:07:05 +02:00
Dietmar Maurer
52983d31d0 idisable pinger (not needed) 2013-08-05 10:01:17 +02:00
Dietmar Maurer
1d7f2da4a4 exit if spice_server_init fails (socket already in use?) 2013-08-05 09:56:02 +02:00
Dietmar Maurer
08e17e0c30 iremove binary fro repository 2013-08-05 09:35:02 +02:00
Dietmar Maurer
cc04455b7f Initial import
This is a simple copy of the test example from spice-0.12.4,
directory server/tests.

To make it compile outside spice source tree, I had to copy
ring.h from spice-common/common/ring.h, and remove calls to
spice-common/common/mem.h (use glib for memory management).

Also replaces spice_assert() and ASSERT() with g_assert().
2013-08-05 09:26:20 +02:00