inspect: Add support for Linux Mint and Mandriva.
[libguestfs.git] / src /
2010-11-15 Richard Jonesinspect: Add support for Linux Mint and Mandriva.
2010-11-14 Maxim Koltsovbuild: Missing backslash again.
2010-11-13 Richard W.M. Jonesfilearch: Refuse to download initrd if it is huge.
2010-11-13 Richard W.M. Jonesinspect: Fix error out path if minor_version parsing...
2010-11-13 Richard W.M. Jonesinspect: Refuse to download software hive if it is...
2010-11-13 Richard W.M. Jonesinspect: Refuse to parse /etc/fstab if it is huge.
2010-11-13 Richard W.M. Joneslib: Make some error strings localizable.
2010-11-13 Richard W.M. Jonesinspect: Inspection support for FreeBSD.
2010-11-13 Richard W.M. Jonesinspect: Optimize root filesystem check.
2010-11-13 Richard W.M. Joneslib: Add match3 function.
2010-11-13 Richard W.M. Joneslib: Add safe_asprintf function.
2010-11-13 Richard W.M. Jonesdocs: Add a section on security.
2010-11-13 Richard W.M. Jonesdocs: Rearrange guestfs(3) sections.
2010-11-12 Richard JonesNew APIs: inspect-get-package-format, inspect-get-packa...
2010-11-11 Richard W.M. JonesDon't need to include XDR headers in <guestfs.h>.
2010-11-11 Richard W.M. Joneslib: Make <guestfs.h> be completely generated.
2010-11-11 Richard W.M. JonesFix small typo in a comment in src/Makefile.am.
2010-11-11 Richard JonesNew API: add-domain
2010-11-10 Richard W.M. JonesNew API: debug-cmdline for printing QEMU command line...
2010-11-10 Richard JonesAdd internal facility to checkpoint and roll back the...
2010-11-10 Richard Joneslib: Make pcre, libmagic and hivex libraries optional.
2010-11-10 Richard Jonesinspect: win64 regexp was dead code.
2010-11-10 Richard Joneslib: Augeas (client side) is not needed by the library.
2010-11-08 Richard W.M. Jonessupermin: If disabled, don't compile in supermin code...
2010-11-07 Richard W.M. JonesAdd missing generated files to the tarball (thanks...
2010-11-05 Richard W.M. JonesNew API: inspect-get-roots to return roots from last...
2010-11-05 Guido GüntherInclude <stdarg.h> in public header.
2010-11-04 Richard W.M. Jonesdocs: Fix API support script.
2010-11-04 Richard W.M. Jonesdocs: Which API calls were first supported in which...
2010-11-03 Richard W.M. Jonesdocs: Clarify no additional error available from guestf...
2010-11-03 Richard W.M. Jonesdocs: Clarify default error handler.
2010-11-03 Richard W.M. Jonesdocs: Error strings are in fact localized, documentatio...
2010-11-03 Richard W.M. Jonesdocs: Clarify, not every function that returns int...
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-11-03 Richard W.M. JonesDefine internal safe_calloc shorthand.
2010-11-02 Richard W.M. Jonesinspect: Add support for MeeGo.
2010-10-29 Richard Jonesinspect: Add support for Ubuntu.
2010-10-29 Richard Jonesinspect: Add detection of Gentoo.
2010-10-29 Richard Jonesinspect: Add detection of Arch Linux.
2010-10-29 Richard Jonesinspect: Add detection of Pardus.
2010-10-29 Richard Jonesinspect: Generic parsing of MAJOR.MINOR in product...
2010-10-29 Richard Jonesinspect: Generic parsing of release files.
2010-10-29 Richard W.M. Jonesinspect: Ignore Pardus "/.swap" swapfile.
2010-10-28 Matthew BoothEnsure atomic creation of a cached appliance
2010-10-28 Matthew BoothCall febootstrap-supermin-helper using the new -u and...
2010-10-28 Matthew BoothLog the febootstrap-supermin-helper command line
2010-10-28 Matthew BoothNew internal function guestfs___print_timestamped_argv
2010-10-28 Richard W.M. JonesNew API: inspect-get-windows-systemroot to get systemroot.
2010-10-28 Richard W.M. Jonesdoc: Warn about security implications of running commands.
2010-10-27 Richard W.M. Jonesappliance: Remove repo from appliance filename (RHBZ...
2010-10-27 Richard W.M. Jonesinspection: Ignore floppy disks and CD-ROM drives ...
2010-10-27 Richard W.M. JonesEnable autosync by default.
2010-10-27 Richard W.M. Jones/dev/mapper paths should not be returned from C inspect...
2010-10-27 Richard W.M. JonesNew API: lvm-canonical-lv-name: make LV name canonical.
2010-10-27 Richard W.M. JonesDon't use kernel module whitelist with ext2-based appli...
2010-10-27 Matthew BoothFix networking in the appliance.
2010-10-26 Matthew BoothDon't include control characters in BufferIn trace...
2010-10-22 Richard W.M. Jonesgenerator: Optional arguments, add-drive-opts (RHBZ...
2010-09-27 Richard W.M. JonesNew API: pread-device, partial read for devices.
2010-09-26 Richard W.M. JonesNew API: pwrite-device
2010-09-26 Richard W.M. JonesDocument ambiguity between devices and paths in API.
2010-09-24 Richard W.M. JonesDocument accurately how supermin appliance uses /tmp...
2010-09-24 Richard W.M. JonesAllow $TMPDIR to override most temporary directory...
2010-09-21 Richard W.M. JonesNew APIs: upload-offset and download-offset
2010-09-21 Richard W.M. Jonesleak: Free PCRE regexps when library is unloaded.
2010-09-21 Richard W.M. Jonesleak: Appliance name was leaked during guestfs_launch.
2010-09-20 Richard W.M. JonesFix error launching libguestfs when euid != uid.
2010-09-15 Richard JonesNew API: list-filesystems: list filesystems
2010-09-15 Richard JonesNew API: part-to-dev: Convert partition name to device...
2010-09-11 Richard Jonesbuild: require Augeas for library.
2010-09-11 Richard Jonesbuild: Don't distribute src/generator.ml, no longer...
2010-09-11 Richard JonesSplit generator into separate source files.
2010-09-10 Richard Jonessyntax: Remove unused ignore-value.h header.
2010-09-10 Richard Jonessyntax: Remove unused signal.h header.
2010-09-10 Richard Jonessyntax: Remove unused c-ctype.h header.
2010-09-10 Richard Jonessyntax: Remove trailing spaces.
2010-09-10 Richard Jonessyntax: Use spaces instead of tabs for indentation.
2010-09-09 Richard JonesNew APIs: is-chardev, is-blockdev, is-fifo, is-symlink...
2010-09-09 Richard Jonesgenerator: Fix incorrect shortdesc in docs for 'is...
2010-09-09 Richard Jonesgenerator: Fix documentation for 'is-file' command.
2010-09-09 Richard Jonesguestfs: Reference guestfs-browser architecture in...
2010-09-09 Richard Jonesguestfs: Document progress notification messages in...
2010-09-09 Richard Jonesguestfs: More accurate documentation for initial message.
2010-09-09 Richard Jonesguestfs: Remove traces of documentation for non-existen...
2010-09-09 Richard Jonesguestfs: Fix typo in man page.
2010-09-08 Richard Jonesfish: Add guestfish -N bootroot and -N bootrootlv for...
2010-09-08 Richard Jonesfish: Add guestfish -N lvfs for creating formatted...
2010-09-08 Richard Jonesfish: Add guestfish -N lv for creating disks with LVs.
2010-09-08 Richard Jonesfish: Generate list of prepared disk image types.
2010-09-04 Richard JonesPHP bindings.
2010-09-04 Richard JonesDefine LIBGUESTFS_HAVE_<shortname> for C API functions.
2010-09-04 Richard Jonesbuild: guestfs-structs.h was missing from libguestfs_la...
2010-09-02 Richard Jonesruby: Add Guestfs::Guestfs.new() method.
2010-09-02 Richard Jonesperl: Document handle is a hashref.
2010-09-02 Richard Jonesperl: Add documentation about testing availability...
2010-09-01 Richard JonesConsistent use of 'void *opaque' to refer to opaque...
2010-09-01 Richard Jonesperl: bindings to progress callback.
2010-09-01 Richard Jonesocaml: bindings to progress callback.
2010-09-01 Richard JonesImplement private data area.
next