summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Use size_t for allocation size in safe realloc function.Richard W.M. Jones2012-03-121-1/+1
* Ignore return values from some functions in guestfs_close (Coverity warning).Richard W.M. Jones2012-03-081-2/+3
* set-smp: limit the number of cpus below 255Wanlong Gao2012-02-251-1/+4
* Enable running the daemon under valgrind.Richard W.M. Jones2012-01-241-0/+8
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-231-39/+2
* lib: Fix memory leak when debugging enabled (found by valgrind).Richard W.M. Jones2011-11-241-0/+2
* inspect: Add drive naming hintsMatthew Booth2011-10-191-0/+1
* launch: Store drive information in guestfs_hMatthew Booth2011-10-191-0/+19
* New API: set-smp, get-smpRichard W.M. Jones2011-09-281-0/+21
* daemon: Remove separate configure of daemon subdirectory.Richard W.M. Jones2011-08-051-6/+0
* Add user cancellation to the C API.Richard W.M. Jones2011-07-151-0/+6
* New APIs: set-pgroup, get-pgroupRichard W.M. Jones2011-07-151-0/+13
* Add a trace message to guestfs_close.Richard W.M. Jones2011-04-301-0/+7
* internal: Use size_t instead of int for command line size.Richard W.M. Jones2011-04-301-1/+1
* guestfs_close: Move local variables close to code that uses them.Richard W.M. Jones2011-04-301-3/+4
* guestfs_close: Remove unused local variable.Richard W.M. Jones2011-04-301-2/+1
* Remove temporary directory containing arbitrary files.Richard W.M. Jones2011-04-131-9/+40
* Rename $tmpdir/sock to $tmpdir/guestfsd.sock.Richard W.M. Jones2011-03-251-1/+1
* New event API (RHBZ#664558).Richard W.M. Jones2011-03-151-57/+90
* New APIs: guestfs_first_private, guestfs_next_private to walk overRichard W.M. Jones2011-03-151-0/+41
* check the pid is > 0 before calling waitpid()Angus Salkeld2011-03-151-1/+1
* New APIs: set-attach-method, get-attach-method.Richard W.M. Jones2011-02-031-0/+45
* Add a new internal-autosync API to perform autosync.Richard W.M. Jones2011-01-281-4/+2
* generator: trace mode prints return values.Richard W.M. Jones2010-11-171-0/+6
* lib: Add safe_asprintf function.Richard W.M. Jones2010-11-131-0/+16
* lib: Make pcre, libmagic and hivex libraries optional.Richard Jones2010-11-101-0/+9
* lib: Expose errno through new API guestfs_last_errno.Richard W.M. Jones2010-11-031-4/+17
* 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