summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.12.8.1.12.8Richard W.M. Jones2011-10-1920-3038/+3489
* inspection: Return root devices sorted.Richard W.M. Jones2011-10-191-0/+11
* inspect: Don't assume number of captures in match functionsMatthew Booth2011-10-191-30/+13
* NFC: Remove unnecessary gotoMatthew Booth2011-10-191-7/+5
* launch: Ensure g->cmdline is allocated before assigning g->cmdline[0].Richard W.M. Jones2011-10-191-7/+14
* valgrind: guestfish -i: free strings before exit.Richard W.M. Jones2011-10-191-0/+2
* Ubuntu 11.10: Create /run and /run/lock if not already.Richard W.M. Jones2011-10-191-0/+1
* Skip guestmount tests if no /dev/fuse.Richard W.M. Jones2011-10-191-0/+5
* appliance: Fedora cryptsetup-luks renamed to cryptsetup.Richard W.M. Jones2011-10-191-1/+2
* roadmap: Fix Bugzilla URL.Richard W.M. Jones2011-10-191-1/+1
* fish: docs: note how to clean up the remote process properly.Richard W.M. Jones2011-10-191-5/+6
* fish: Close guestfs handle explicitly before exiting.Richard W.M. Jones2011-10-191-0/+2
* guestmount: Add note to man page about 'fuse' group for Debian.Richard W.M. Jones2011-10-191-0/+9
* fish: Add man page section on calling guestfish remote robustly from bash.Richard W.M. Jones2011-10-191-0/+32
* Makefile.am: Fix comment.Richard W.M. Jones2011-10-191-1/+2
* docs: Add directory section for resize/Richard W.M. Jones2011-10-191-0/+4
* docs: Add virt-resize to list of links in guestfs(3).Richard W.M. Jones2011-10-191-0/+1
* docs: virt-win-reg is written in Perl, not virt-resize.Richard W.M. Jones2011-10-191-1/+1
* daemon: mkswap --help output changed, breaking linuxfsuuid group detection.Richard W.M. Jones2011-10-191-2/+7
* daemon: Move useful is_zero function to header file.Richard W.M. Jones2011-10-192-18/+18
* Add no_timer_check to disable faulty test during boot (RHBZ#502058).Richard W.M. Jones2011-10-191-0/+1
* docs: Show how to use a qemu wrapper to edit the qemu command line.Richard W.M. Jones2011-10-191-0/+23
* Version 1.12.7.1.12.7Richard W.M. Jones2011-09-1620-7999/+8819
* inspection: Handle /dev/root in /etc/fstab.Richard W.M. Jones2011-09-161-0/+3
* Add an optional group ("grub") for the guestfs_grub_install API.Richard W.M. Jones2011-09-162-6/+35
* test-tool: Display TMPDIR.Richard Jones2011-09-161-0/+1
* test-tool: Refresh libguestfs-test-tool man page.Richard Jones2011-09-161-12/+24
* test-tool: Make the default timeout be 600 seconds (10 minutes).Richard Jones2011-09-162-4/+3
* test-tool: Document the -t command line option.Richard Jones2011-09-161-0/+2
* test-tool: Use B<...> for command line options in man page.Richard Jones2011-09-161-4/+4
* po-docs: Make podfiles sort stable.Richard Jones2011-09-161-1/+1
* Stable OCaml dependencies.Richard Jones2011-09-164-8/+15
* docs: Add a section explaining the appliance boot process.Richard W.M. Jones2011-09-161-0/+93
* Version 1.12.6.1.12.6Richard W.M. Jones2011-09-0120-72/+72
* Remove old regression test that mainly tested a buggy API.Richard W.M. Jones2011-09-012-44/+0
* debian: Missing build dependency on db4.8-util.Richard W.M. Jones2011-09-011-1/+3
* debian: Build libguestfs-ocaml and libguestfs-ocaml-dev subpackages.Richard W.M. Jones2011-09-017-2/+65
* daemon: Factor out name of virtio serial channel.Richard W.M. Jones2011-09-011-3/+5
* Create /sys directory if it doesn't exist already.Richard W.M. Jones2011-09-011-0/+1
* cat: Small documentation correction.Richard W.M. Jones2011-09-011-2/+1
* Version 1.12.5.1.12.5Richard W.M. Jones2011-08-2821-1703/+1870
* inspector: Use xmlstarlet instead of xpath in examples.Richard W.M. Jones2011-08-281-8/+12
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-2810-2/+42
* progress: Make default UTF-8 progress bar less black.Richard W.M. Jones2011-08-281-1/+1
* resize: Add --machine-readable option for machine friendly output.Richard W.M. Jones2011-08-282-0/+47
* fish: Make progress bars into a mini library.Richard W.M. Jones2011-08-286-165/+207
* fish: clarify comment: shared source files are used by virt tools too.Richard W.M. Jones2011-08-281-3/+3
* ruby: Check Ruby callback exists before we call it (RHBZ#733297).Richard W.M. Jones2011-08-281-6/+14
* ruby: Use a regular C array to pass the arguments through rb_rescue.Richard W.M. Jones2011-08-281-18/+17
* ruby: Append newline character after printing exception in callback.Richard W.M. Jones2011-08-281-1/+1