Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering).
[libguestfs.git] / daemon / guestfsd.c
2009-04-30 Richard JonesFix unchecked malloc & realloc in 'commandv' func ...
2009-04-20 Richard JonesVarious fixes to the daemon:
2009-04-20 Richard JonesFix file descriptor leak in daemon.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesUse GUESTFS_LAUNCH_FLAG in the daemon, and use correct...
2009-04-11 Richard JonesAdded test suite.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.
2009-04-03 Richard JonesMakes a series of non-trivial calls.
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...
2009-04-03 Richard JonesAdd the first version of the guestfsd daemon.