summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add test for qemu broken -machine option (RHBZ#748266).Richard W.M. Jones2011-10-311-0/+12
* Allow compilation without hivex (RHBZ#723474).Richard W.M. Jones2011-10-313-96/+97
* 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
* 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
* 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
* inspection: Handle /dev/root in /etc/fstab.Richard W.M. Jones2011-09-161-0/+3
* docs: Add a section explaining the appliance boot process.Richard W.M. Jones2011-09-161-0/+93
* Coverity: fix memory leak along error path.Richard W.M. Jones2011-08-281-0/+12
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-08-282-2/+2
* test_qemu: Improve the error message.Richard W.M. Jones2011-08-281-1/+2
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-08-281-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-08-281-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-08-281-15/+21
* Escape special/non-printing characters in debug output (RHBZ#731744).Richard W.M. Jones2011-08-281-12/+42
* Remove guestfs___print_timestamped_argv.Richard W.M. Jones2011-08-283-48/+90
* out-of-tree build: fix building libraryHilko Bengen2011-08-281-3/+3
* out-of-tree build: fix documentation generationHilko Bengen2011-08-281-4/+4
* inspection: Better checking for Windows root disks (RHBZ#729075).Richard W.M. Jones2011-08-173-30/+75
* docs: guestfs_set_out_of_memory_handler returns void, not int.Richard W.M. Jones2011-08-071-2/+2
* Change link, since PostgreSQL switched to using git.Richard W.M. Jones2011-08-071-1/+1
* Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739).Richard W.M. Jones2011-08-071-3/+10
* launch: Add qemu_supports_re function.Richard W.M. Jones2011-07-261-0/+43
* Require PCRE library.Richard W.M. Jones2011-07-2610-51/+24
* docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082).Richard W.M. Jones2011-07-261-0/+11
* blkid: Detect when value not found and return empty string.Richard W.M. Jones2011-07-201-0/+4
* docs: Update stable release instructions.Richard W.M. Jones2011-07-201-0/+5
* appliance: Capture stderr from qemu to the event system.Richard W.M. Jones2011-07-201-1/+9
* appliance: Document pipe fds.Richard W.M. Jones2011-07-201-0/+2
* java: Add guestfs-java(3) man page.Richard W.M. Jones2011-07-191-1/+2
* Add missing reference to guestfs-perl(3) to guestfs(3).Richard W.M. Jones2011-07-191-0/+1
* Add notes on making a libguestfs stable release.Richard W.M. Jones2011-07-171-0/+50
* Update API support.Richard W.M. Jones2011-07-163-0/+869
* Update API support.Richard W.M. Jones2011-07-154-0/+1304
* Add user cancellation to the C API.Richard W.M. Jones2011-07-154-7/+70
* New APIs: set-pgroup, get-pgroupRichard W.M. Jones2011-07-153-6/+26
* New API: write-appendRichard W.M. Jones2011-07-141-1/+1
* New API: btrfs-filesystem-resize (RHBZ#721160).Richard W.M. Jones2011-07-141-1/+1
* docs: Update API support.Richard W.M. Jones2011-07-134-0/+1307
* New API: ntfsresize-opts (RHBZ#685009).Richard W.M. Jones2011-07-121-1/+1
* New API: list-dm-devices (RHBZ#688062).Richard W.M. Jones2011-07-121-1/+1
* Add caution subdirectory containing safety and liveness tests.Richard W.M. Jones2011-06-301-0/+5
* docs: Update API support.Richard W.M. Jones2011-06-2945-10/+18672
* New API: inspect-get-icon returns the guest icon.Richard W.M. Jones2011-06-283-0/+474
* Change download_to_tmp so it can work with multi-root operating systems.Richard W.M. Jones2011-06-284-104/+98