summaryrefslogtreecommitdiffstats
path: root/src/guestfs-internal.h
Commit message (Expand)AuthorAgeFilesLines
* inspection: Read libosinfo database in order to inspect OS install CD/DVD/ISO...Richard W.M. Jones2012-11-291-0/+30
* inspection: Implement "openbsd" type and distro.Richard W.M. Jones2012-11-291-0/+2
* appliance: Pass lpj=... on the appliance command line (thanks Marcelo Tosatti).Richard W.M. Jones2012-11-241-1/+5
* launch: Refactor duplicate code which constructs the appliance command line.Richard W.M. Jones2012-11-231-0/+1
* lib: Split up huge src/guestfs.c into logical compilation units.Richard W.M. Jones2012-11-121-17/+22
* lib: Add new C API calls: guestfs_push_error_handler,Richard W.M. Jones2012-11-091-2/+12
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-091-8/+19
* generator: actions: Move 3 helper functions to a separate file.Richard W.M. Jones2012-11-021-0/+6
* lib: Change guestfs___remove_tmpdir function to use command mini-library.Richard W.M. Jones2012-10-181-1/+1
* lib: Add a new 'command' mini-library for running external commands.Richard W.M. Jones2012-10-181-0/+18
* New APIs: guestfs_create_flags, guestfs_parse_environment,Richard W.M. Jones2012-10-151-0/+1
* New APIs: Model libvirt authentication events through the API.Richard W.M. Jones2012-10-131-0/+15
* launch: libvirt: Make handle data conditional on HAVE_LIBVIRT.Richard W.M. Jones2012-10-131-2/+8
* lib: Pointer arg to safe_memdup function should be const.Richard W.M. Jones2012-10-131-1/+1
* Add support for hotplugging (removing disks).Richard W.M. Jones2012-10-091-0/+1
* Add support for hotplugging (adding disks) to the libvirt attach-method.Richard W.M. Jones2012-10-081-0/+3
* launch: Add add_drive 'label' option.Richard W.M. Jones2012-10-081-0/+1
* launch: Make g->drives into an array (was a linked list).Richard W.M. Jones2012-10-081-8/+29
* launch: Add private data pointer to the struct drive.Richard W.M. Jones2012-10-061-0/+3
* Update SuSE Linux detection.Olaf Hering2012-09-211-0/+2
* launch: Make the "launched failed" message more explanatory.Richard W.M. Jones2012-09-201-0/+1
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-171-4/+0
* shutdown: Add 'check_for_errors' hint along the shutdown path.Richard W.M. Jones2012-09-041-1/+2
* guestfs-internal.h: Organize functions by file.Richard W.M. Jones2012-08-311-45/+75
* launch: appliance: app.virtio_scsi must not be bool.Richard W.M. Jones2012-08-301-1/+1
* Update inspection and example programs to use new hivex* APIs (RHBZ#852394).Richard W.M. Jones2012-08-291-8/+0
* launch: Add utility function guestfs___lazy_make_tmpdir.Richard W.M. Jones2012-08-151-0/+1
* lib: Add 'g->unique' to handle, for making unique IDs.Richard W.M. Jones2012-08-151-0/+6
* New internal APIs: internal-test-set-output, internal-test-close-output.Richard W.M. Jones2012-08-151-0/+3
* Mac OS X: #define UNIX_PATH_MAX 104Masami HIRATA2012-07-241-0/+4
* launch: Make get-pid and max-disks APIs into virtual methods of the current a...Richard W.M. Jones2012-07-231-0/+3
* launch: Add libvirt backend.Richard W.M. Jones2012-07-221-0/+6
* Add attach-method "libvirt" or "libvirt:<URI>".Richard W.M. Jones2012-07-211-1/+5
* launch: Make 'drive_name' into a common function.Richard W.M. Jones2012-07-211-0/+1
* launch: Abstract attach method operations.Richard W.M. Jones2012-07-201-9/+27
* launch: Move the command line building code entirely into launch-appliance.c.Richard W.M. Jones2012-07-201-1/+1
* launch: Move guestfs_config API and build list of qemu parameters in handle.Richard W.M. Jones2012-07-201-0/+10
* launch: Move launch timing / messages code into launch.c.Richard W.M. Jones2012-07-201-2/+3
* lib: Use bool (from <stdbool.h>) for a few fields in the handle.Richard W.M. Jones2012-07-201-10/+12
* lib: Rearrange fields in guestfs handle.Richard W.M. Jones2012-07-201-39/+38
* lib: Split launch.c into separate files.Richard W.M. Jones2012-07-191-1/+3
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-021-1/+1
* lib: Remove obsolete NETWORK, ROUTER definitions in header file.Richard W.M. Jones2012-06-251-21/+0
* appliance: Add support for virtio-scsi.Richard W.M. Jones2012-06-121-0/+3
* Record output of qemu -device '?'.Richard W.M. Jones2012-06-121-0/+1
* configure: Allow systemtap/DTrace userspace probes to be disabled.Richard W.M. Jones2012-05-111-2/+2
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-011-6/+2
* lib: Remove the BUSY state.Richard W.M. Jones2012-04-261-3/+1
* New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).Richard W.M. Jones2012-03-291-0/+15
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-0/+8