| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Add guestfs___remove_tmpdir helper function. | Richard W.M. Jones | 2011-12-23 | 1 | -39/+2 |
* | lib: Fix memory leak when debugging enabled (found by valgrind). | Richard W.M. Jones | 2011-11-24 | 1 | -0/+2 |
* | inspect: Add drive naming hints | Matthew Booth | 2011-10-19 | 1 | -0/+1 |
* | launch: Store drive information in guestfs_h | Matthew Booth | 2011-10-19 | 1 | -0/+19 |
* | New API: set-smp, get-smp | Richard W.M. Jones | 2011-09-28 | 1 | -0/+21 |
* | daemon: Remove separate configure of daemon subdirectory. | Richard W.M. Jones | 2011-08-05 | 1 | -6/+0 |
* | Add user cancellation to the C API. | Richard W.M. Jones | 2011-07-15 | 1 | -0/+6 |
* | New APIs: set-pgroup, get-pgroup | Richard W.M. Jones | 2011-07-15 | 1 | -0/+13 |
* | Add a trace message to guestfs_close. | Richard W.M. Jones | 2011-04-30 | 1 | -0/+7 |
* | internal: Use size_t instead of int for command line size. | Richard W.M. Jones | 2011-04-30 | 1 | -1/+1 |
* | guestfs_close: Move local variables close to code that uses them. | Richard W.M. Jones | 2011-04-30 | 1 | -3/+4 |
* | guestfs_close: Remove unused local variable. | Richard W.M. Jones | 2011-04-30 | 1 | -2/+1 |
* | Remove temporary directory containing arbitrary files. | Richard W.M. Jones | 2011-04-13 | 1 | -9/+40 |
* | Rename $tmpdir/sock to $tmpdir/guestfsd.sock. | Richard W.M. Jones | 2011-03-25 | 1 | -1/+1 |
* | New event API (RHBZ#664558). | Richard W.M. Jones | 2011-03-15 | 1 | -57/+90 |
* | New APIs: guestfs_first_private, guestfs_next_private to walk over | Richard W.M. Jones | 2011-03-15 | 1 | -0/+41 |
* | check the pid is > 0 before calling waitpid() | Angus Salkeld | 2011-03-15 | 1 | -1/+1 |
* | New APIs: set-attach-method, get-attach-method. | Richard W.M. Jones | 2011-02-03 | 1 | -0/+45 |
* | Add a new internal-autosync API to perform autosync. | Richard W.M. Jones | 2011-01-28 | 1 | -4/+2 |
* | generator: trace mode prints return values. | Richard W.M. Jones | 2010-11-17 | 1 | -0/+6 |
* | lib: Add safe_asprintf function. | Richard W.M. Jones | 2010-11-13 | 1 | -0/+16 |
* | lib: Make pcre, libmagic and hivex libraries optional. | Richard Jones | 2010-11-10 | 1 | -0/+9 |
* | lib: Expose errno through new API guestfs_last_errno. | Richard W.M. Jones | 2010-11-03 | 1 | -4/+17 |
* | Enable autosync by default. | Richard W.M. Jones | 2010-10-27 | 1 | -0/+1 |
* | Don't include control characters in BufferIn trace output (RHBZ#646822). | Matthew Booth | 2010-10-26 | 1 | -0/+29 |
* | 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 |