]> git.proxmox.com Git - spiceterm.git/log
spiceterm.git
10 years agoremove wakup timer
Dietmar Maurer [Mon, 5 Aug 2013 12:18:45 +0000 (14:18 +0200)]
remove wakup timer

10 years agoimplement connection timeout
Dietmar Maurer [Mon, 5 Aug 2013 11:32:03 +0000 (13:32 +0200)]
implement connection timeout

10 years agoiexit if client disconnects
Dietmar Maurer [Mon, 5 Aug 2013 11:22:02 +0000 (13:22 +0200)]
iexit if client disconnects

10 years agoadd keyboard interface
Dietmar Maurer [Mon, 5 Aug 2013 10:57:43 +0000 (12:57 +0200)]
add keyboard interface

10 years agoadd code to draw a simply glyph
Dietmar Maurer [Mon, 5 Aug 2013 10:18:05 +0000 (12:18 +0200)]
add code to draw a simply glyph

10 years agoiinclude glyphs.h (from vncterm), simplify drawing code
Dietmar Maurer [Mon, 5 Aug 2013 09:33:57 +0000 (11:33 +0200)]
iinclude glyphs.h (from vncterm), simplify drawing code

10 years agoremove unnecessary code
Dietmar Maurer [Mon, 5 Aug 2013 09:17:39 +0000 (11:17 +0200)]
remove unnecessary code

10 years agoiremove secondary surface code
Dietmar Maurer [Mon, 5 Aug 2013 08:45:04 +0000 (10:45 +0200)]
iremove secondary surface code

10 years agoremove regression test code
Dietmar Maurer [Mon, 5 Aug 2013 08:14:35 +0000 (10:14 +0200)]
remove regression test code

10 years agouse g_new instead of calloc/malloc
Dietmar Maurer [Mon, 5 Aug 2013 08:07:05 +0000 (10:07 +0200)]
use g_new instead of calloc/malloc

10 years agoidisable pinger (not needed)
Dietmar Maurer [Mon, 5 Aug 2013 08:01:17 +0000 (10:01 +0200)]
idisable pinger (not needed)

10 years agoexit if spice_server_init fails (socket already in use?)
Dietmar Maurer [Mon, 5 Aug 2013 07:56:02 +0000 (09:56 +0200)]
exit if spice_server_init fails (socket already in use?)

10 years agoiremove binary fro repository
Dietmar Maurer [Mon, 5 Aug 2013 07:35:02 +0000 (09:35 +0200)]
iremove binary fro repository

10 years agoInitial import
Dietmar Maurer [Mon, 5 Aug 2013 07:26:20 +0000 (09:26 +0200)]
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().