Implement lvremove, vgremove, pvremove.
[libguestfs.git] / daemon /
2009-04-25 Richard JonesImplement lvremove, vgremove, pvremove.
2009-04-23 Richard W.M. Jonescatsprintf leaks, use open_memstream instead.
2009-04-23 Richard W.M. JonesRemove the 'debug mem' command, it's never going to...
2009-04-23 Richard W.M. JonesImplement 'debug sh' and 'debug fds' commands.
2009-04-23 Richard W.M. JonesImplement extensible strings with catprintf.
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-23 Richard W.M. JonesAdd outline of 'debug' command.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-22 Richard JonesAdd mount_ro, mount_options, mount_vfs. Fix small...
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesVarious fixes to the daemon:
2009-04-20 Richard JonesSome fixes to daemon upload command:
2009-04-20 Richard JonesFix file descriptor leak in daemon.
2009-04-20 Richard JonesGenerated code for 'checksum' command.
2009-04-20 Richard JonesAdd 'checksum' command.
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-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 JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-16 Richard JonesRuby bindings.
2009-04-16 Richard JonesMissing free() on return path (thanks: Steve Grubb).
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-15 Richard JonesGenerated code for blockdev_* calls, RInt64, enhanced...
2009-04-15 Richard JonesAdded blockdev_* calls. RInt64 type. Enhanced tests.
2009-04-15 Richard JonesGenerated code for tune2fs-l command and RHashtable...
2009-04-15 Richard JonesAdded tune2fs-l command and RHashtable return type.
2009-04-15 Richard JonesGenerated code for stat/lstat/statvfs changes.
2009-04-15 Richard JonesAdded stat, lstat, statvfs and associated stat structures.
2009-04-14 Richard JonesBetter handling of trailing \n problem.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-14 Richard JonesFix 'file(1)' command to work on /dev devices.
2009-04-13 Richard JonesGenerated files for file(1) command.
2009-04-13 Richard JonesAdded file(1) command.
2009-04-12 Richard JonesOld versions of augeas lack aug_load, aug_defvar, aug_n...
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesGenerated files for previous commands.
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
2009-04-10 Richard JonesCHROOT_OUT must preserve errno.
2009-04-10 Richard JonesFix off-by-one error in Augeas wrapper code.
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-09 Richard JonesAdded aug-ls (generated code).
2009-04-09 Richard JonesAdd aug-ls command (non-generated code).
2009-04-09 Richard JonesAdded Augeas support.
2009-04-08 Richard JonesGenerated code for new guestfs_read_lines API call.
2009-04-08 Richard JonesDefinition and implementation of new guestfs_read_lines...
2009-04-08 Richard JonesBug fix: Trailing whitespace from 'pvs' command.
2009-04-07 Richard JonesImplement simple lvs/vgs/pvs commands.
2009-04-07 Richard JonesRename pvs -> pvs-full (etc), so we can add simple...
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 JonesParses return values and returned errors properly.
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 JonesLots more auto-generation.
2009-04-03 Richard JonesAdd the first version of the guestfsd daemon.
2009-04-01 Richard JonesVarious fixes to the build system, add 'make test-boot...
2009-04-01 Richard JonesMoved .cvsignore -> .gitignore.
2009-03-24 rjonesNow using febootstrap.
2009-03-03 rjonesFinal fixes to build environment, and added autogen.sh.
2009-03-03 rjonesBuild environment set up for libguestfs.