]> git.proxmox.com Git - spiceterm.git/log
spiceterm.git
11 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

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

11 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?)

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

11 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().