summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add systemtap/DTrace probes.Richard W.M. Jones2011-10-103-0/+102
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-081-0/+6
* New tool: virt-alignment-scan to check alignment of partitions.Richard W.M. Jones2011-10-051-0/+5
* docs: Add directory sections for resize/ and sparsify/Richard W.M. Jones2011-10-051-0/+8
* New tool: virt-sparsify to make disk images sparse.Richard W.M. Jones2011-10-041-0/+1
* docs: Add virt-resize to list of links in guestfs(3).Richard W.M. Jones2011-10-041-0/+1
* docs: virt-win-reg is written in Perl, not virt-resize.Richard W.M. Jones2011-10-041-1/+1
* Update API support documentation.Richard W.M. Jones2011-10-0435-0/+14948
* mount: No longer implicitly add -o sync,noatime options.Richard W.M. Jones2011-10-011-0/+3
* New API: set-smp, get-smpRichard W.M. Jones2011-09-283-0/+29
* New APIs: compress-out, compress-device-out.Richard W.M. Jones2011-09-281-1/+1
* Add no_timer_check to disable faulty test during boot (RHBZ#502058).Richard W.M. Jones2011-09-261-0/+1
* docs: Show how to use a qemu wrapper to edit the qemu command line.Richard W.M. Jones2011-09-261-0/+23
* Enable APIC.Richard W.M. Jones2011-09-211-1/+0
* Add Erlang bindings.Richard W.M. Jones2011-09-211-2/+9
* inspection: Handle /dev/root in /etc/fstab.Richard W.M. Jones2011-09-161-0/+3
* inspection: Add support for ttylinux (a minimal Linux).Richard W.M. Jones2011-09-165-0/+15
* docs: Add a section explaining the appliance boot process.Richard W.M. Jones2011-09-071-0/+93
* Add GUESTFS_EVENT_ENTER event.Richard W.M. Jones2011-08-262-5/+22
* Coverity: fix memory leak along error path.Richard W.M. Jones2011-08-231-0/+12
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-08-232-2/+2
* test_qemu: Improve the error message.Richard W.M. Jones2011-08-231-1/+2
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-08-231-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-08-231-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-08-231-15/+21
* Escape special/non-printing characters in debug output (RHBZ#731744).Richard W.M. Jones2011-08-181-12/+42
* Remove guestfs___print_timestamped_argv.Richard W.M. Jones2011-08-183-48/+90
* out-of-tree build: fix building libraryHilko Bengen2011-08-151-3/+3
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-4/+4
* inspection: Better checking for Windows root disks (RHBZ#729075).Richard W.M. Jones2011-08-083-30/+75
* docs: guestfs_set_out_of_memory_handler returns void, not int.Richard W.M. Jones2011-08-061-2/+2
* docs: Clarify error handler example.Richard W.M. Jones2011-08-061-4/+5
* gnulib: Add all other libs when linking libguestfs.so.Richard W.M. Jones2011-08-051-2/+9
* gnulib: Add $(LIB_CLOCK_GETTIME) when linking libguestfs.so.Richard W.M. Jones2011-08-051-1/+2
* daemon: Remove separate configure of daemon subdirectory.Richard W.M. Jones2011-08-051-6/+0
* Change link, since PostgreSQL switched to using git.Richard W.M. Jones2011-08-011-1/+1
* Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739).Richard W.M. Jones2011-07-291-3/+10
* launch: Add qemu_supports_re function.Richard W.M. Jones2011-07-261-0/+43
* Require PCRE library.Richard W.M. Jones2011-07-2510-51/+24
* docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082).Richard W.M. Jones2011-07-221-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