Generated code for lvremove, vgremove, pvremove.
[libguestfs.git] / daemon / daemon.h
2009-04-23 Richard W.M. Jonescatsprintf leaks, use open_memstream instead.
2009-04-23 Richard W.M. JonesImplement extensible strings with catprintf.
2009-04-20 Richard JonesVarious fixes to the daemon:
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesImplement NEED_ROOT_OR_IS_DEVICE macro.
2009-04-19 Richard JonesImplement _send_sync, _send_file_sync and _receive_file...
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesCHROOT_OUT must preserve errno.
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
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...