| Commit message (Expand) | Author | Age | Files | Lines |
* | syntax: Remove unused ignore-value.h header. | Richard Jones | 2010-09-10 | 1 | -1/+0 |
* | syntax: Remove unused signal.h header. | Richard Jones | 2010-09-10 | 1 | -1/+0 |
* | syntax: Remove unused c-ctype.h header. | Richard Jones | 2010-09-10 | 1 | -1/+0 |
* | Implement private data area. | Richard Jones | 2010-09-01 | 1 | -0/+81 |
* | Implement progress messages in the daemon and library. | Richard Jones | 2010-08-31 | 1 | -0/+8 |
* | New APIs: set-network and get-network to enable network support. | Richard Jones | 2010-08-24 | 1 | -0/+13 |
* | Change to using ext2-based, cached supermin appliance. | Richard Jones | 2010-08-23 | 1 | -6/+0 |
* | New APIs for guest inspection. | Richard Jones | 2010-08-17 | 1 | -0/+2 |
* | Add safe_strndup call. | Richard Jones | 2010-08-17 | 1 | -0/+8 |
* | Rearrange library code into separate files. | Richard Jones | 2010-07-27 | 1 | -2210/+0 |
* | Rename guestfs-{actions,bindtests}.c to {actions,bindtests}.c | Richard Jones | 2010-07-27 | 1 | -1/+1 |
* | Move variable initialization close to variable use. | Richard Jones | 2010-07-22 | 1 | -3/+3 |
* | Revert "add_drive_ro adds readonly=on option if available." (RHBZ#617200). | Richard Jones | 2010-07-22 | 1 | -18/+4 |
* | Make tmp directory world readable (RHBZ#610880). | Richard Jones | 2010-07-07 | 1 | -0/+12 |
* | Add error callback (RHBZ#602599). | Richard Jones | 2010-06-10 | 1 | -0/+14 |
* | Unify supermin appliance building using febootstrap 2.7 | Richard Jones | 2010-05-13 | 1 | -12/+10 |
* | launch: Rearrange the code so config check is first. | Richard Jones | 2010-05-08 | 1 | -12/+12 |
* | If qemu dies during launch, set an error message (RHBZ#588851). | Richard Jones | 2010-05-07 | 1 | -4/+11 |
* | Use link-local addresses between appliance and host (RHBZ#588763). | Richard Jones | 2010-05-04 | 1 | -3/+3 |
* | Change network configuration to use macros. | Richard Jones | 2010-05-04 | 1 | -5/+25 |
* | 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 |
* | rescue: Pass $TERM from library into the virt-rescue appliance. | Richard Jones | 2010-03-26 | 1 | -0/+2 |
* | Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE). | Richard W.M. Jones | 2010-03-23 | 1 | -4/+4 |
* | 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: 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 |
* | Run qemu with -nographic option. | Richard Jones | 2010-03-22 | 1 | -2/+3 |
* | add_drive_ro adds readonly=on option if available. | Richard Jones | 2010-03-16 | 1 | -4/+18 |
* | Allow qemu_supports to run earlier. | Richard Jones | 2010-03-16 | 1 | -9/+18 |
* | Rewrite libguestfs-supermin-helper in C. | Richard Jones | 2010-03-12 | 1 | -1/+2 |
* | Remove some unused variables. | Richard Jones | 2010-02-15 | 1 | -2/+1 |
* | New APIs: add-drive{,-ro}-with-if allows you to set QEMU block emulation. | Richard Jones | 2010-02-12 | 1 | -5/+19 |
* | Add -enable-kvm option to qemu command line. | Richard Jones | 2010-02-09 | 1 | -0/+31 |
* | supermin: Prevent multilib corruption (RHBZ#558593). | Richard Jones | 2010-01-27 | 1 | -2/+4 |
* | qemu: Upstream regression of -stdio serial option. | Richard Jones | 2010-01-07 | 1 | -4/+17 |
* | lib: Add thread-safety to global list of handles. | Richard Jones | 2009-12-07 | 1 | -9/+10 |
* | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 1 | -0/+1 |
* | Fix problems found by 'make syntax check' | Richard Jones | 2009-11-10 | 1 | -1/+1 |
* | Print timestamped messages during appliance launch. | Richard Jones | 2009-11-10 | 1 | -0/+54 |
* | Record time of guest launch. | Richard Jones | 2009-11-10 | 1 | -6/+7 |
* | appliance: Prefix kernel messages with timestamp. | Richard Jones | 2009-11-10 | 1 | -0/+1 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -9/+9 |
* | Allow callers to disable the recovery process. | Richard Jones | 2009-11-03 | 1 | -26/+45 |
* | Set LC_ALL=C before running qemu. | Richard Jones | 2009-10-21 | 1 | -2/+4 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 1 | -2/+2 |