summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert release notes to a POD file / man page.Richard W.M. Jones2012-08-111-1/+1
* New APIs: rsync, rsync-in, rsync-outRichard W.M. Jones2012-08-111-1/+1
* Document problems copying long filenames from NTFS to Linux filesystems (RHBZ...Richard W.M. Jones2012-08-031-0/+22
* grep: Add optargs to grep API and deprecate fgrep etc.Richard W.M. Jones2012-08-021-3/+10
* xfs: add new api xfs-growfsWanlong Gao2012-08-021-1/+1
* Revert "appliance: Add '-drive detect-zero=on' flag if qemu supports it."Richard W.M. Jones2012-08-011-2/+1
* New API: utsnameRichard W.M. Jones2012-07-301-1/+1
* appliance: Add '-drive detect-zero=on' flag if qemu supports it.Richard W.M. Jones2012-07-261-1/+2
* New APIs: pvchange-uuid, pvchange-uuid-all, vgchange-uuid, vgchange-uuid-all.Richard W.M. Jones2012-07-251-1/+1
* Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x fileMasami HIRATA2012-07-241-2/+11
* lib: Use <sys/socket.h> and <sys/un.h> for sockaddr_unMasami HIRATA2012-07-242-0/+4
* Mac OS X: #define UNIX_PATH_MAX 104Masami HIRATA2012-07-241-0/+4
* Mac OS X: Added check of #include <endian.h>Masami HIRATA2012-07-247-0/+21
* launch: libvirt: Suppress printing of libvirt errors to stderr and other clea...Richard W.M. Jones2012-07-241-4/+19
* launch: libvirt: Use SELinux-mandated directory for sockets (RHBZ#842307).Richard W.M. Jones2012-07-241-31/+147
* launch: libvirt: Move free to end of function.Richard W.M. Jones2012-07-241-11/+6
* launch: libvirt: Add is_blk utility.Richard W.M. Jones2012-07-241-6/+12
* launch: libvirt: Set <emulator> in libvirt XML if g->qemu is not the default.Richard W.M. Jones2012-07-241-0/+9
* lib: Initialize libvirt and libxml2 once when the library loads.Richard W.M. Jones2012-07-232-11/+36
* launch: Make get-pid and max-disks APIs into virtual methods of the current a...Richard W.M. Jones2012-07-234-29/+73
* tests: Move debug-drives testing API to launch.c and change the output.Richard W.M. Jones2012-07-232-21/+31
* launch: libvirt: Use <driver name="qemu" type=[format] />.Richard W.M. Jones2012-07-231-3/+99
* launch: libvirt: You can't set O_CLOEXEC flag using fcntl + F_SETFL.Richard W.M. Jones2012-07-231-1/+1
* launch: libvirt: Use accept4 to set socket flags correctly.Richard W.M. Jones2012-07-231-5/+1
* launch: libvirt: Add <on_reboot>destroy</on_reboot> to libvirt XML.Richard W.M. Jones2012-07-231-0/+17
* launch: Allow default attach-method to be set in environment or configure.Richard W.M. Jones2012-07-232-6/+40
* launch: libvirt: Move remaining to-do items to TODO file.Richard W.M. Jones2012-07-231-18/+0
* launch: libvirt: Add a hack to detect if KVM is available.Richard W.M. Jones2012-07-231-1/+5
* launch: libvirt: Use <cpu model="host-model"/> (thanks Dan Berrange).Richard W.M. Jones2012-07-231-0/+6
* launch: libvirt: Change disk XML according to whether host path is device or ...Richard W.M. Jones2012-07-231-10/+39
* launch: libvirt: Use "guestfs-" prefix on random names (thanks Dan Berrange).Richard W.M. Jones2012-07-231-1/+1
* launch: libvirt: Enforce minimum version of libvirt 0.9.13.Richard W.M. Jones2012-07-231-0/+13
* launch: libvirt: Use snapshot=on instead of <readonly/>.Richard W.M. Jones2012-07-231-9/+33
* launch: Add libvirt backend.Richard W.M. Jones2012-07-224-2/+1061
* Add attach-method "libvirt" or "libvirt:<URI>".Richard W.M. Jones2012-07-214-1/+28
* launch: Make 'drive_name' into a common function.Richard W.M. Jones2012-07-212-5/+5
* appliance: Push appliance building lock into guestfs___build_appliance.Richard W.M. Jones2012-07-212-17/+27
* fuse:remove the unused macro when fuse is not availableWanlong Gao2012-07-211-1/+1
* launch: Abstract attach method operations.Richard W.M. Jones2012-07-206-111/+171
* launch: Move the command line building code entirely into launch-appliance.c.Richard W.M. Jones2012-07-203-47/+19
* launch: Move guestfs_config API and build list of qemu parameters in handle.Richard W.M. Jones2012-07-205-32/+67
* launch: Move launch timing / messages code into launch.c.Richard W.M. Jones2012-07-204-77/+78
* 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
* launch: Remove some dead code from the appliance method.Richard W.M. Jones2012-07-191-42/+0
* lib: Split launch.c into separate files.Richard W.M. Jones2012-07-195-1245/+1272
* Remove debug-cmdline API.Richard W.M. Jones2012-07-191-20/+0
* lib: Use safe_asprintf when constructing attach_method.Richard W.M. Jones2012-07-192-6/+2
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-197-10/+10
* build: Rename src/virt.c to src/libvirtdomain.cRichard W.M. Jones2012-07-192-1/+1