| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error message in strings-e command (RHBZ#588651). | Richard Jones | 2010-05-14 | 1 | -4/+33 |
* | launch: Rearrange the code so config check is first. | Richard Jones | 2010-05-14 | 1 | -12/+12 |
* | If qemu dies during launch, set an error message (RHBZ#588851). | Richard Jones | 2010-05-14 | 1 | -4/+11 |
* | daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039). | Richard Jones | 2010-05-14 | 1 | -1/+14 |
* | Change network configuration to use macros. | Richard Jones | 2010-05-14 | 1 | -5/+25 |
* | tests: In verbose mode, print dashes between each test. | Richard Jones | 2010-05-14 | 1 | -0/+2 |
* | Document that guestfs_mount implies -o sync and performance problem (RHBZ#587... | Richard Jones | 2010-04-30 | 1 | -3/+14 |
* | lvresize: Use --force so it can make LVs smaller (RHBZ#587484). | Richard Jones | 2010-04-30 | 1 | -1/+8 |
* | guestfs(3): Documentation on protocol gotchas. | Richard Jones | 2010-04-30 | 1 | -0/+17 |
* | docs: Routine refresh of the documentation for guestfs(3) and guestfish(1). | Richard Jones | 2010-04-30 | 1 | -100/+96 |
* | Check user doesn't run configure, make or make check as root. | Richard Jones | 2010-04-22 | 1 | -0/+11 |
* | Document new version numbering policy. | Richard Jones | 2010-04-22 | 1 | -0/+63 |
* | Document umask (RHBZ#582548, RHBZ#583554). | Richard Jones | 2010-04-20 | 1 | -1/+18 |
* | docs: Clarify documentation for mknod (RHBZ#582948). | Richard Jones | 2010-04-20 | 1 | -0/+8 |
* | Documentation: Use 'g' instead of 'handle' in documentation. | Richard Jones | 2010-04-20 | 2 | -48/+53 |
* | In guestfs(3), unmount "/" directory in the example. | Richard Jones | 2010-04-20 | 1 | -0/+1 |
* | Add compilation/linking example to guestfs(3) man page. | Richard Jones | 2010-04-20 | 1 | -0/+4 |
* | generator: Fix typo in a comment. | Richard Jones | 2010-04-20 | 1 | -1/+1 |
* | Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929). | Richard Jones | 2010-04-20 | 1 | -6/+22 |
* | Add a build test for the 'umask' command. | Richard Jones | 2010-04-20 | 1 | -3/+2 |
* | Documentation: lvcreate should say 'logical volume' (RHBZ#582953) | Richard Jones | 2010-04-20 | 1 | -2/+2 |
* | Documentation updates. | Richard Jones | 2010-04-12 | 1 | -0/+13 |
* | New partition APIs: part_del, part_get_bootable, part_get/set_mbr_id | Richard Jones | 2010-04-12 | 2 | -1/+56 |
* | Documentation: Clarify documentation on the bootable flag. | Richard Jones | 2010-04-12 | 1 | -4/+3 |
* | If qemu dies during launch in "null vmchannel" mode, don't hang (RHBZ#579155). | Richard Jones | 2010-04-08 | 1 | -1/+9 |
* | Don't kill self accidentally. | Richard Jones | 2010-04-08 | 1 | -3/+3 |
* | Fix for "warning: unexpected connection from UID ..." | Richard Jones | 2010-04-08 | 1 | -0/+1 |
* | fish: Print extended help when the user types an unknown command first. | Richard Jones | 2010-04-08 | 1 | -0/+2 |
* | tests: Move alarm(2) calls to the correct place in the tests. | Richard Jones | 2010-03-27 | 1 | -3/+3 |
* | rescue: Pass $TERM from library into the virt-rescue appliance. | Richard Jones | 2010-03-26 | 1 | -0/+2 |
* | appliance: Set $PATH instead of hard-coding paths to binaries everywhere. | Richard Jones | 2010-03-26 | 1 | -1/+1 |
* | perl: use newSVpvn for variable length strings. | Richard Jones | 2010-03-25 | 1 | -3/+3 |
* | New API: guestfs_copy_size to copy a fixed number of bytes. | Richard Jones | 2010-03-23 | 2 | -2/+15 |
* | Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE). | Richard W.M. Jones | 2010-03-23 | 1 | -4/+4 |
* | guestfs.h: Include <stdint.h>. | Richard Jones | 2010-03-22 | 1 | -0/+1 |
* | Mac OS X: Disable null vmchannel implementation. | Richard Jones | 2010-03-22 | 1 | -1/+14 |
* | Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t' | Richard Jones | 2010-03-22 | 1 | -0/+4 |
* | Mac OS X: implement readline functions. | Richard Jones | 2010-03-22 | 1 | -3/+12 |
* | Mac OS X: include <rpc/types.h> before <rpc/xdr.h> | Richard Jones | 2010-03-22 | 1 | -0/+1 |
* | Mac OS X: include <string.h> in guestfs-actions.c | Richard Jones | 2010-03-22 | 1 | -0/+1 |
* | Mac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC__ is not defined. | Richard Jones | 2010-03-22 | 1 | -0/+4 |
* | Mac OS X: strerror_r on Macs is not like GNU strerror_r. | Richard Jones | 2010-03-22 | 1 | -1/+1 |
* | Mac OS X: define MAX macro if not already defined. | Richard Jones | 2010-03-22 | 1 | -0/+4 |
* | Mac OS X: kill(2) requires <signal.h> | Richard Jones | 2010-03-22 | 1 | -0/+1 |
* | generator: Small fix for GODI users. | Richard Jones | 2010-03-22 | 1 | -0/+1 |
* | Run qemu with -nographic option. | Richard Jones | 2010-03-22 | 1 | -2/+3 |
* | New APIs: Query the relationship between LVM objects. | Richard Jones | 2010-03-18 | 2 | -1/+43 |
* | add_drive_ro adds readonly=on option if available. | Richard Jones | 2010-03-16 | 2 | -5/+21 |
* | Allow qemu_supports to run earlier. | Richard Jones | 2010-03-16 | 2 | -10/+27 |
* | guestfs.h: More adjustment to comments in the header file. | Richard Jones | 2010-03-16 | 1 | -10/+14 |