summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Todo: 'wc' command.Richard W.M. Jones2009-06-291-1/+2
| |
| * Guestfish pipes.Richard W.M. Jones2009-06-284-17/+99
| |
| * Haskell bindings: Implement bindtests.Richard W.M. Jones2009-06-286-4/+104
| |
| * Haskell bindings: Int and Int64 return types.Richard W.M. Jones2009-06-282-3/+172
| |
| * Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfsRichard W.M. Jones2009-06-281-62/+57
| |\
| | * Clean up XML outputMatthew Booth2009-06-271-62/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes XML use XML::Writer, and modifies the output in the following 2 ways: * /operatingsystems/operatingsystem/os is renamed to /operatingsystems/operatingsystem/name * /operatingsystems/kernels/version becomes an attribute of /operatingsystems/kernel for consistency with initrds
| * | Haskell bindings: fix boolean arguments.Richard W.M. Jones2009-06-282-5/+80
| | |
| * | Haskell bindings: Fix integer arguments.Richard W.M. Jones2009-06-282-10/+157
| |/
| * Make virt-inspector look in more places for module aliasesMatthew Booth2009-06-251-5/+38
| | | | | | | | | | | | | | | | Specifically: /etc/conf.modules /etc/modules.conf /etc/modprobe.conf /etc/modprobe.d/*
| * Add yaml output for virt-inspectorMatthew Booth2009-06-251-0/+15
| |
| * Make run-inspector-locally try to work out where it is installedMatthew Booth2009-06-251-9/+32
| | | | | | | | | | | | | | This change means that you can run run-inspector-locally from any directory. You can also symlink to it and it'll do the right thing. This means you can put a symlink to run-inspectory-locally in your path called 'virt-inspector', and 'guestfish -i' will work.
| * More TODO items for future work.Richard W.M. Jones2009-06-241-0/+54
| |
| * Allow guestfish -i / virt-inspector on live domains, in limited circumstances.Richard W.M. Jones2009-06-241-2/+8
| |
| * Fix detection of optional libvirt support in virt-inspector.Richard W.M. Jones2009-06-241-2/+4
| |
| * Document the guestfish --version option in the manual page.Richard W.M. Jones2009-06-241-0/+4
| |
| * Clarify documentation for mkdtemp.Richard W.M. Jones2009-06-247-21/+41
| |
| * Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-2423-3/+523
| |
| * Add mkdtemp command.Richard W.M. Jones2009-06-242-0/+52
| |
| * Version 1.0.53.1.0.53Richard W.M. Jones2009-06-241-1/+1
| |
| * Fix libvirt integration in virt-inspector.Richard W.M. Jones2009-06-242-8/+8
| |
| * Fix permissions on generated scripts in the appliance/ directory.Richard W.M. Jones2009-06-242-16/+11
| |
| * Version 1.0.52.1.0.52Richard W.M. Jones2009-06-244-161/+224
| |
| * Quote command line arguments to virt-inspector.Richard W.M. Jones2009-06-241-1/+2
| |
| * Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfsRichard W.M. Jones2009-06-242-3/+6
| |\
| | * Fix dependencies in perl so it doesn't always rebuildMatthew Booth2009-06-242-3/+6
| | |
| * | Added guestfish -i option to run virt-inspector.Richard W.M. Jones2009-06-244-12/+91
| | | | | | | | | | | | | | | | | | You can invoke guestfish with: guestfish -i libvirt-domain guestfish -i disk-image(s)
| * | Implement guestfish -f option to allow guestfish scripts.Richard W.M. Jones2009-06-243-8/+37
| | | | | | | | | | | | | | | New '-f' option allows scripts to be written using: #!/usr/bin/guestfish -f
| * | Incorrect assignment on glob error path.Richard W.M. Jones2009-06-241-1/+1
| | |
| * | Todo items: guestfish options -i and -f.Richard W.M. Jones2009-06-241-0/+8
| |/
| * Implement libtool library versioning.Richard W.M. Jones2009-06-235-1/+73
| | | | | | | | | | | | | | | | Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the library ABI version, resulting in version numbers such as libguestfs.so.0.<MAX_PROC_NR>.0 for the final library. Add ABI guarantee to the documentation.
| * Make the supermin helper look for any x86 kernelMatthew Booth2009-06-231-5/+5
| | | | | | | | | | | | If you've got a non-PAE kernel installed on an i686 machine, the kernel architecture is i586. This change makes sure that supermin finds the installed kernel.
| * Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-2323-10/+1239
| |
| * Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-234-1/+157
| |
| * Bump up default guest size to 500M.Richard W.M. Jones2009-06-231-1/+1
| |
| * Updated Polish translation (RHBZ#502533).Richard W.M. Jones2009-06-231-7/+22
| |
| * Command line argument handling.Richard W.M. Jones2009-06-234-19/+110
| |
| * '-no-kqemu' option is no longer necessary to avoid a warning.Richard W.M. Jones2009-06-231-3/+0
| |
| * Version 1.0.511.0.51Richard Jones2009-06-221-1/+1
| |
| * Add whitespace to the init script (no functional change).Richard Jones2009-06-221-1/+10
| |
| * Issue MAKEDEV commands in a loop (RHBZ#507374).Richard Jones2009-06-221-2/+6
| |
| * Check parameter types in Ruby bindings (RHBZ#507346).Richard Jones2009-06-223-0/+196
| |
| * Improve error message when appliance doesn't match library.Richard Jones2009-06-222-2/+2
| |
| * Missing \n character in Ruby bindings.Richard Jones2009-06-222-8/+15
| |
| * Make CHROOT_IN/OUT macros should loudly if the syscall fails.Richard Jones2009-06-221-4/+15
| |
| * Include the lsof package.Richard Jones2009-06-221-0/+1
| |
| * Check return value from close() call.Richard Jones2009-06-221-1/+5
| |
| * The 'debug sh' command now uses a real shell.Richard Jones2009-06-221-9/+33
| |
| * test-boot-realistic rule should boot the rescue shell.Richard Jones2009-06-221-1/+1
| |
| * Rebuild supermin appliance when the daemon is updated.Richard Jones2009-06-221-1/+1
| |
| * Version 1.0.50.1.0.50Richard Jones2009-06-223-49/+79
| |