Partial Haskell bindings.
[libguestfs.git] / daemon / Makefile.am
2009-05-08 Richard JonesImplement 'strings' and 'hexdump' commands.
2009-05-01 Richard W.M. JonesAdded 'equal' command to compare files.
2009-05-01 Richard W.M. JonesAdded ping-daemon command.
2009-05-01 Richard W.M. JonesAdded dmesg command.
2009-05-01 Richard W.M. JonesAdded drop-caches command.
2009-05-01 Richard W.M. JonesAdd cp, cp-a and mv commands.
2009-04-30 Richard JonesAdd grub-install command.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesAdded 'fsck' command.
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-30 Richard JonesRename tune2fs.c -> ext2.c
2009-04-23 Richard W.M. JonesAdd outline of 'debug' command.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesAdd 'checksum' command.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-15 Richard JonesAdded blockdev_* calls. RInt64 type. Enhanced tests.
2009-04-15 Richard JonesAdded tune2fs-l command and RHashtable return type.
2009-04-15 Richard JonesAdded stat, lstat, statvfs and associated stat structures.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-09 Richard JonesAdded Augeas support.
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.
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.
2009-04-01 Richard JonesVarious fixes to the build system, add 'make test-boot...
2009-03-24 rjonesNow using febootstrap.
2009-03-03 rjonesBuild environment set up for libguestfs.