summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
* close: Check if g->tmpdir is non-NULL before removing tmpdir.Richard W.M. Jones2012-08-151-1/+2
* New internal APIs: internal-test-set-output, internal-test-close-output.Richard W.M. Jones2012-08-151-0/+4
* lib: Initialize libvirt and libxml2 once when the library loads.Richard W.M. Jones2012-07-231-0/+36
* launch: Allow default attach-method to be set in environment or configure.Richard W.M. Jones2012-07-231-6/+35
* Add attach-method "libvirt" or "libvirt:<URI>".Richard W.M. Jones2012-07-211-0/+17
* launch: Abstract attach method operations.Richard W.M. Jones2012-07-201-45/+2
* launch: Move the command line building code entirely into launch-appliance.c.Richard W.M. Jones2012-07-201-8/+0
* launch: Move guestfs_config API and build list of qemu parameters in handle.Richard W.M. Jones2012-07-201-0/+9
* lib: Use safe_asprintf when constructing attach_method.Richard W.M. Jones2012-07-191-3/+1
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-031-39/+64
* close: Warn if qemu exits unsuccessfully.Richard W.M. Jones2012-07-031-1/+19
* close: Rearrange the order in which the handle is closed and freed.Richard W.M. Jones2012-07-031-33/+31
* New API: guestfs_canonical_device_name.Richard W.M. Jones2012-06-131-0/+23
* Record output of qemu -device '?'.Richard W.M. Jones2012-06-121-0/+1
* arm: Set minimum LIBGUESTFS_MEMSIZE at 128.Richard W.M. Jones2012-05-121-1/+1
* New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).Richard W.M. Jones2012-03-291-0/+4
* 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