summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* New API: mount-9p lets you mount 9p filesystems (RHBZ#714981).Richard W.M. Jones2011-06-221-1/+1
* New API: list-9p lists 9p filesystem mount tags (RHBZ#714981).Richard W.M. Jones2011-06-221-1/+1
* build: include <string.h> for src/match.c's use of strlenJim Meyering2011-06-101-0/+1
* protocol: Enhance "unexpected end of file when reading from daemon" error.Richard W.M. Jones2011-06-071-2/+21