2010-08-17 |
Richard Jones | New API: file-architecture |
tree | commitdiff |
2010-06-11 |
Richard Jones | perl: Check all images are defined in first param of... |
tree | commitdiff |
2010-05-27 |
Matthew Booth | Rely on new augeas lens for modules.conf and conf.modules |
tree | commitdiff |
2010-05-13 |
Richard Jones | Improved error if virt-inspector cannot find OSes in... |
tree | commitdiff |
2010-05-12 |
Richard Jones | Add version numbers to Perl modules (RHBZ#521674). |
tree | commitdiff |
2010-05-07 |
Richard Jones | inspector: Support filesystem-on-image VMs (RHBZ#590167). |
tree | commitdiff |
2010-05-07 |
Matthew Booth | Warn instead of dying if grub refers to non-existent... |
tree | commitdiff |
2010-04-21 |
Matthew Booth | Don't die during inspection if rpm -qa or dpkg-query... |
tree | commitdiff |
2010-04-21 |
Matthew Booth | Don't die during inspection if initrd doesn't exist |
tree | commitdiff |
2010-04-08 |
Richard Jones | Remove warning "No grub default" (RHBZ#580650). |
tree | commitdiff |
2010-03-30 |
Richard Jones | Improved version of virt-win-reg, supporting exporting... |
tree | commitdiff |
2010-03-08 |
Richard Jones | inspector: Read information about Windows guests from... |
tree | commitdiff |
2010-03-08 |
Richard Jones | inspector: Add product_name field to output. |
tree | commitdiff |
2010-03-08 |
Richard Jones | inspector: Sort application names. |
tree | commitdiff |
2010-02-24 |
Guido Günther | List application in Debian based vm images |
tree | commitdiff |
2010-02-24 |
Guido Günther | Debian package format |
tree | commitdiff |
2010-02-24 |
Guido Günther | check for grub/menu.lst too |
tree | commitdiff |
2010-02-12 |
Richard Jones | Sys::Guestfs::Lib::open_guest: Add interface parameter. |
tree | commitdiff |
2010-02-12 |
Richard Jones | Sys::Guestfs::Lib::open_guest: Remove freeform parameters. |
tree | commitdiff |
2010-02-10 |
Richard Jones | Use mount-options instead of mount to avoid implicit... |
tree | commitdiff |
2010-01-05 |
Richard Jones | inspector: Make RPM application data more specific... |
tree | commitdiff |
2009-11-20 |
Richard Jones | perl: Add Sys::Guestfs::Lib::feature_available |
tree | commitdiff |
2009-10-26 |
Richard Jones | Modify Sys::Guestfs::Lib::resolve_windows_path to use... |
tree | commitdiff |
2009-10-01 |
Richard Jones | inspector: Canonicalize device names (fix RHBZ#526717). |
tree | commitdiff |
2009-09-21 |
Richard Jones | Remove guestfs_wait_ready (turn it into a no-op). |
tree | commitdiff |
2009-08-19 |
Matthew Booth | Cleanup initialisation of hash entries in Lib.pm |
tree | commitdiff |
2009-08-19 |
Matthew Booth | Export inspect_linux_kernel in Lib.pm |
tree | commitdiff |
2009-08-19 |
Matthew Booth | Add boot/grub_fs to output |
tree | commitdiff |
2009-08-13 |
Matthew Booth | Don't assume grub is on a separate boot filesystem |
tree | commitdiff |
2009-08-03 |
Jim Meyering | Convert all TABs-as-indentation to spaces. |
tree | commitdiff |
2009-08-03 |
Matthew Booth | Cleanup whitespace warnings in Lib.pm |
tree | commitdiff |
2009-08-03 |
Matthew Booth | Use grub entries to find Linux kernels |
tree | commitdiff |
2009-07-31 |
Matthew Booth | Update incorrect comment in Lib.pm |
tree | commitdiff |
2009-07-29 |
Richard W.M. Jones | On RHEL 5, 'file' command prints 'AMD x86-64' for ... |
tree | commitdiff |
2009-07-29 |
Richard Jones | Run cpio with --quiet option so it doesn't print 'xx... |
tree | commitdiff |
2009-07-29 |
Richard Jones | Lib.pm: Use Perl backtick instead of slurp (Aron Griffis). |
tree | commitdiff |
2009-07-29 |
Richard Jones | inspector: Determine guest architecture. |
tree | commitdiff |
2009-07-29 |
Richard Jones | Lib.pm: Add file_architecture command. |
tree | commitdiff |
2009-07-29 |
Richard Jones | Lib: Document the $ro parameter for mount_operating_sys... |
tree | commitdiff |
2009-07-28 |
Richard Jones | Lib.pm: Use 'file' as replacement for 'zfile'. |
tree | commitdiff |
2009-07-24 |
Matthew Booth | Make read-only optional in mount_operating_system() |
tree | commitdiff |
2009-07-21 |
Matthew Booth | Split $os->{version} into $os->{major_version} and... |
tree | commitdiff |
2009-07-20 |
Richard Jones | virt-inspector --fish: Fix incorrect '-a' parameter... |
tree | commitdiff |
2009-07-20 |
Matthew Booth | Replace 'distrofamily' with feature tags |
tree | commitdiff |
2009-07-17 |
Matthew Booth | Differentiate 'distro' and 'distrofamily' in Sys::Guest... |
tree | commitdiff |
2009-07-15 |
Richard Jones | Make Perl strings translatable using perl-libintl. |
tree | commitdiff |
2009-07-13 |
Richard Jones | Ignore old-style initrd which is a compressed ext2... |
tree | commitdiff |
2009-07-10 |
Richard W.M. Jones | Sys::Guestfs::Lib: Exit with error if a libvirt domain... |
tree | commitdiff |
2009-07-10 |
Richard W.M. Jones | virt-df: Recognise libvirt domains with file-backed... |
tree | commitdiff |
2009-07-10 |
Richard Jones | Move 'use File::Temp' from virt-inspector program to... |
tree | commitdiff |
2009-07-10 |
Richard Jones | Rename internal subroutines with leading underscore... |
tree | commitdiff |
2009-07-10 |
Richard Jones | '$_' should be marked as a local variable in Sys::Guest... |
tree | commitdiff |
2009-07-09 |
Richard Jones | Sys::Guestfs::Lib minor documentation clean-up. |
tree | commitdiff |
2009-07-09 |
Richard Jones | Move the inspection analysis code into Sys::Guestfs... |
tree | commitdiff |
2009-07-09 |
Richard Jones | Move 'resolve_windows_path' to Sys::Guestfs::Lib. |
tree | commitdiff |
2009-07-09 |
Richard Jones | Move 'get_partitions' call into Sys::Guestfs::Lib. |
tree | commitdiff |
2009-07-09 |
Richard Jones | Add Sys::Guestfs::Lib - useful functions for using... |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Remove generated code from git. |
tree | commitdiff |
2009-07-02 |
Richard W.M. Jones | Add 'readdir' call. |
tree | commitdiff |
2009-07-01 |
Richard W.M. Jones | Generated code for the virtio_blk change. |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Generated code for mknod, mkfifo, mknod_b, mknod_c... |
tree | commitdiff |
2009-06-30 |
Richard W.M. Jones | Generated code for 'set_memsize'/'get_memsize' calls. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for the 'mkswap*' commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for mount-loop command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'initrd-list'. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'du' command. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for df / df-h. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for head/tail commands. |
tree | commitdiff |
2009-06-29 |
Richard W.M. Jones | Generated code for 'wc_*' commands. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Clarify documentation for mkdtemp. |
tree | commitdiff |
2009-06-24 |
Richard W.M. Jones | Generated code for 'mkdtemp' command. |
tree | commitdiff |
2009-06-23 |
Richard W.M. Jones | Generated code for 'scrub-*' commands. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Generated code for 'glob-expand'. |
tree | commitdiff |
2009-06-22 |
Richard Jones | Generated code for 'sh' and 'sh-lines' commands. |
tree | commitdiff |
2009-06-08 |
Richard Jones | Generated code for ntfs_3g_probe command. |
tree | commitdiff |
2009-06-04 |
Richard Jones | Generated code for the 'sleep' command. |
tree | commitdiff |
2009-06-02 |
Richard Jones | Generated code for 'add_drive_ro' call. |
tree | commitdiff |
2009-05-21 |
Richard Jones | Generated code for e2fsck-f command. |
tree | commitdiff |
2009-05-19 |
Richard Jones | Generated code for 'find' command. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Generated code for lvresize, resize2fs. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Add vg-activate{,-all} commands, and resize recipe. |
tree | commitdiff |
2009-05-15 |
Richard W.M. Jones | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr... |
tree | commitdiff |
2009-05-14 |
Richard W.M. Jones | Add support for zerofree command. |
tree | commitdiff |
2009-05-13 |
Richard W.M. Jones | Don't stash strings in the handle. |
tree | commitdiff |
2009-05-13 |
Richard W.M. Jones | Add 'append', LIBGUESTFS_APPEND to set additional kerne... |
tree | commitdiff |
2009-05-12 |
Richard Jones | Test the 'command' and 'command_lines' functions thorou... |
tree | commitdiff |
2009-05-08 |
Richard Jones | Generated code to support last 3 commits. |
tree | commitdiff |
2009-05-08 |
Richard Jones | Generated code to support previous 2 commits. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Typo in documentation. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for 'equal' command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for ping-daemon command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for dmesg command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for drop-caches command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for cp, cp-a and mv commands. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Generated code for grub-install command. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Added notes to the 'fsck' command documentation. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Added 'zero' command to wipe partition tables and super... |
tree | commitdiff |
2009-04-30 |
Richard Jones | Add generated code for 'fsck' command. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Autosync now runs umount-all; sync |
tree | commitdiff |
2009-04-27 |
Richard Jones | Generated code for ext2 UUID and label functions. |
tree | commitdiff |
next |