summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
* Enable autosync by default.Richard W.M. Jones2010-10-271-0/+1
* Don't include control characters in BufferIn trace output (RHBZ#646822).Matthew Booth2010-10-261-0/+29
* syntax: Remove unused ignore-value.h header.Richard Jones2010-09-101-1/+0
* syntax: Remove unused signal.h header.Richard Jones2010-09-101-1/+0
* syntax: Remove unused c-ctype.h header.Richard Jones2010-09-101-1/+0
* Implement private data area.Richard Jones2010-09-011-0/+81
* Implement progress messages in the daemon and library.Richard Jones2010-08-311-0/+8
* New APIs: set-network and get-network to enable network support.Richard Jones2010-08-241-0/+13
* Change to using ext2-based, cached supermin appliance.Richard Jones2010-08-231-6/+0
* New APIs for guest inspection.Richard Jones2010-08-171-0/+2
* Add safe_strndup call.Richard Jones2010-08-171-0/+8
* Rearrange library code into separate files.Richard Jones2010-07-271-2210/+0
* Rename guestfs-{actions,bindtests}.c to {actions,bindtests}.cRichard Jones2010-07-271-1/+1
* Move variable initialization close to variable use.Richard Jones2010-07-221-3/+3
* Revert "add_drive_ro adds readonly=on option if available." (RHBZ#617200).Richard Jones2010-07-221-18/+4
* Make tmp directory world readable (RHBZ#610880).Richard Jones2010-07-071-0/+12
* Add error callback (RHBZ#602599).Richard Jones2010-06-101-0/+14
* Unify supermin appliance building using febootstrap 2.7Richard Jones2010-05-131-12/+10
* launch: Rearrange the code so config check is first.Richard Jones2010-05-081-12/+12
* If qemu dies during launch, set an error message (RHBZ#588851).Richard Jones2010-05-071-4/+11
* Use link-local addresses between appliance and host (RHBZ#588763).Richard Jones2010-05-041-3/+3
* Change network configuration to use macros.Richard Jones2010-05-041-5/+25
* If qemu dies during launch in "null vmchannel" mode, don't hang (RHBZ#579155).Richard Jones2010-04-081-1/+9
* Don't kill self accidentally.Richard Jones2010-04-081-3/+3
* Fix for "warning: unexpected connection from UID ..."Richard Jones2010-04-081-0/+1
* rescue: Pass $TERM from library into the virt-rescue appliance.Richard Jones2010-03-261-0/+2
* Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).Richard W.M. Jones2010-03-231-4/+4
* Mac OS X: Disable null vmchannel implementation.Richard Jones2010-03-221-1/+14
* Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'Richard Jones2010-03-221-0/+4
* Mac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC__ is not defined.Richard Jones2010-03-221-0/+4
* Mac OS X: strerror_r on Macs is not like GNU strerror_r.Richard Jones2010-03-221-1/+1
* Mac OS X: define MAX macro if not already defined.Richard Jones2010-03-221-0/+4
* Mac OS X: kill(2) requires <signal.h>Richard Jones2010-03-221-0/+1
* Run qemu with -nographic option.Richard Jones2010-03-221-2/+3
* add_drive_ro adds readonly=on option if available.Richard Jones2010-03-161-4/+18
* Allow qemu_supports to run earlier.Richard Jones2010-03-161-9/+18
* Rewrite libguestfs-supermin-helper in C.Richard Jones2010-03-121-1/+2
* Remove some unused variables.Richard Jones2010-02-151-2/+1
* New APIs: add-drive{,-ro}-with-if allows you to set QEMU block emulation.Richard Jones2010-02-121-5/+19
* Add -enable-kvm option to qemu command line.Richard Jones2010-02-091-0/+31
* supermin: Prevent multilib corruption (RHBZ#558593).Richard Jones2010-01-271-2/+4
* qemu: Upstream regression of -stdio serial option.Richard Jones2010-01-071-4/+17
* lib: Add thread-safety to global list of handles.Richard Jones2009-12-071-9/+10
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+1
* Fix problems found by 'make syntax check'Richard Jones2009-11-101-1/+1
* Print timestamped messages during appliance launch.Richard Jones2009-11-101-0/+54
* Record time of guest launch.Richard Jones2009-11-101-6/+7
* appliance: Prefix kernel messages with timestamp.Richard Jones2009-11-101-0/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-9/+9
* Allow callers to disable the recovery process.Richard Jones2009-11-031-26/+45