2010-06-11 |
Richard Jones | perl: Check all images are defined in first param of... |
tree | commitdiff |
2010-06-10 |
Richard Jones | perl: Add explicit close() method (RHBZ#602592). |
tree | commitdiff |
2010-06-08 |
Richard Jones | Revert "perl: Rerun configure if MAX_PROC_NR changes." |
tree | commitdiff |
2010-05-27 |
Matthew Booth | Rely on new augeas lens for modules.conf and conf.modules |
tree | commitdiff |
2010-05-25 |
Richard Jones | perl: Rerun configure if MAX_PROC_NR changes. |
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-21 |
Matthew Booth | build: Add missing dependencies in perl directory |
tree | commitdiff |
2009-11-20 |
Richard Jones | perl: Add Sys::Guestfs::Lib::feature_available |
tree | commitdiff |
2009-11-19 |
Matthew Booth | build: Fix inter-directory dependencies |
tree | commitdiff |
2009-11-10 |
Richard Jones | Generic partition creation interface. |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API calls: truncate, truncate_size, mkdir_mode... |
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 |
Richard W.M. Jones | tests: Found three more references to the squashfs... |
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: Skip tests if perl-libintl module is not available. |
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-16 |
Richard Jones | Fix for non-srcdir builds: more misc fixes. |
tree | commitdiff |
2009-07-16 |
Richard Jones | More misc fixes to non-srcdir builds. |
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-03 |
Matthew Booth | Make it possible to build in a separate directory |
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-24 |
Matthew Booth | Fix dependencies in perl so it doesn't always rebuild |
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-28 |
Richard W.M. Jones | Distribute bindtests.pl with the tarball. |
tree | commitdiff |
2009-05-28 |
Richard W.M. Jones | Add tests for bindings parameters, fix several broken... |
tree | commitdiff |
2009-05-28 |
Richard W.M. Jones | Add the test0* functions, used to test language bindings. |
tree | commitdiff |
2009-05-28 |
Richard W.M. Jones | Move the appliance and build scripts into new appliance... |
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 |
next |