inspect: Abstract the wrapper that sets up Augeas.
[libguestfs.git] / daemon / Makefile.am
2010-11-03 Richard W.M. Joneslib: Expose errno through new API guestfs_last_errno.
2010-11-03 Richard W.M. Jonesdaemon: Send back the errno as a string.
2010-09-11 Richard JonesSplit generator into separate source files.
2010-09-09 Richard Jonesdaemon: Move 'exists', 'is-file' and 'is-dir' to separa...
2010-08-17 Richard JonesNew APIs: findfs-label and findfs-uuid
2010-07-21 Richard JonesNew APIs: Support for opening LUKS-encrypted disks.
2010-07-16 Richard JonesNew APIs: lvm-set-filter and lvm-clear-filter.
2010-04-19 Richard JonesNew APIs: base64-in and base64-out for uploading/downlo...
2010-02-15 Richard JonesDistribute .gitignore files.
2009-11-26 Richard Jonesdaemon/Win32: use gnulib modules connect, socket and...
2009-11-26 Richard Jonesdaemon/Win32: provide htonl, htons, ntohl, ntohs functions.
2009-11-26 Richard Jonesdaemon: Link guestfs_protocol.[ch] into the daemon...
2009-11-26 Richard Jonesdaemon: Typo generator_build -> generator_built
2009-11-25 Richard Jonesdaemon: Fix build on Unix.
2009-11-25 Richard Jonesdaemon: Move statvfs code into separate file.
2009-11-23 Richard JonesImplement 'dd' command.
2009-11-21 Matthew Boothbuild: Don't re-check generator.ml for each generator_b...
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-20 Richard Jonesavailability: Add guestfs_available.
2009-11-19 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-17 Richard JonesNew API call: fill - fill a file with octets
2009-11-10 Richard JonesGeneric partition creation interface.
2009-11-02 Richard JonesNew API calls: truncate, truncate_size, mkdir_mode...
2009-10-26 Richard JonesNew API: vfs_type - get the Linux VFS driver for a...
2009-09-14 Matthew BoothAdd echo_daemon command
2009-08-18 Matthew BoothNew 'modprobe' command.
2009-08-17 Jim Meyeringdaemon: enable -Werror and many gcc warnings when ...
2009-08-15 Richard W.M. JonesNew commands: mkfs-b, mke2journal*, mke2fs-J*
2009-08-13 Richard JonesAdd 'setcon', 'getcon' commands to set and get the...
2009-08-06 Jim Meyeringdaemon: use gnulib
2009-07-31 Richard W.M. JonesAdd interface to Linux 'inotify' API.
2009-07-31 Richard W.M. JonesNew command: 'fallocate' to (pre-)allocate sized files.
2009-07-31 Richard W.M. JonesNew commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.
2009-07-31 Richard W.M. JonesAdd 'realpath' command.
2009-07-29 Richard JonesImplement '*grep*' family of commands.
2009-07-14 Richard W.M. JonesSupport for Linux extended attributes.
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-06-30 Richard W.M. JonesNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-29 Richard W.M. JonesImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M. JonesAdd 'initrd-list' command to list contents of initrd...
2009-06-29 Richard W.M. JonesAdded 'du' command.
2009-06-29 Richard W.M. JonesAdd 'df' and 'df-h' commands.
2009-06-29 Richard W.M. JonesImplement "head", "head-n", "tail", "tail-n" commands.
2009-06-29 Richard W.M. JonesImplementation of 'wc_c', 'wc_w' and 'wc_l' commands.
2009-06-23 Richard W.M. JonesAdded 'scrub-*' commands for securely scrubbing filesys...
2009-06-22 Richard JonesAdd 'glob-expand' command.
2009-06-08 Richard JonesAdd 'ntfs_3g_probe' command so we can probe the "mounta...
2009-06-04 Richard JonesAdded 'sleep' command.
2009-05-19 Richard JonesAdded 'find' command.
2009-05-15 Richard W.M. JonesAdd: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr...
2009-05-14 Richard W.M. JonesAdd support for zerofree command.
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.