summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Change guestfs___remove_tmpdir function to use command mini-library.Richard W.M. Jones2012-10-181-1/+1
* New APIs: guestfs_create_flags, guestfs_parse_environment,Richard W.M. Jones2012-10-151-69/+121
* lib: Pointer arg to safe_memdup function should be const.Richard W.M. Jones2012-10-131-1/+1
* launch: Make g->drives into an array (was a linked list).Richard W.M. Jones2012-10-081-1/+3
* launch: Rearrange code for adding drives to the g->drives list in the handle.Richard W.M. Jones2012-10-061-19/+0
* syntax: Remove gnulib "ignore-value.h" in files that don't use it.Richard W.M. Jones2012-09-151-1/+0
* lib: Rearrange headers.Richard W.M. Jones2012-09-151-5/+4
* lib: Remove unused headers <arpa/inet.h> and <netinet/in.h>Richard W.M. Jones2012-09-151-2/+0
* syntax: Remove HAVE_*_H tests which are always true.Richard W.M. Jones2012-09-151-19/+3
* shutdown: Add 'check_for_errors' hint along the shutdown path.Richard W.M. Jones2012-09-041-3/+16
* 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