summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tempus fugit.Richard W.M. Jones2012-01-1814-14/+14
* lib: Use -fvisibilty=hidden by default; only ABI symbols are now visible.Richard W.M. Jones2012-01-181-3/+5
* New tool: virt-format: erase and make blank disks.Richard W.M. Jones2012-01-181-0/+5
* NEW API: add a new api e2fsckWanlong Gao2012-01-131-1/+1
* Allow /dev/null to be added multiple times.Richard W.M. Jones2012-01-101-1/+8
* launch: move the filename checking to a wrapperWanlong Gao2012-01-091-6/+12
* launch: don't add a drive twiceWanlong Gao2012-01-091-2/+12
* launch: add a goto label when add_drive errorWanlong Gao2012-01-091-18/+11
* lib: Try harder to remove temporary directory along error paths (RHBZ#769680).Richard W.M. Jones2011-12-231-1/+11
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-235-46/+35
* Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...Richard W.M. Jones2011-12-221-0/+10
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-6/+0
* tests: Rename extratests -> tests/extra.Richard W.M. Jones2011-12-221-5/+0
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-6/+3
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-221-5/+1
* tests: Rename caution -> tests/qemu.Richard W.M. Jones2011-12-221-5/+0
* tests: Document new tests/ subdirectory.Richard W.M. Jones2011-12-221-0/+4
* docs: Arrange directory names in alphabetical order.Richard W.M. Jones2011-12-221-4/+4
* Fix rpcgen post-processing for out-of-tree buildsHilko Bengen2011-12-061-1/+1
* NEW API: add blkid command to print the attributes of the deviceWanlong Gao2011-12-031-1/+1
* inspection: Handle MD devices in fstabMatthew Booth2011-12-021-7/+323
* libguestfs: Added gnulib includes from builddir, as suggested by the Gnulib d...Hilko Bengen2011-12-011-1/+1
* protocol: Memory leak: Free temporary buffer along recv_discard path.Richard W.M. Jones2011-11-291-0/+1
* inspection: Cleanup iteration over fstab entries in inspect_fs_unix.cMatthew Booth2011-11-291-28/+24
* inspection: Add outline support for GNU/Hurd.Richard W.M. Jones2011-11-286-0/+52
* Update API support.Richard W.M. Jones2011-11-2417-0/+7262
* Add 'make extra-tests' rule and run extra tests.Richard W.M. Jones2011-11-241-0/+5
* lib: Fix memory leak when debugging enabled (found by valgrind).Richard W.M. Jones2011-11-241-0/+2
* New API: md-stop for stopping MD devicesWanlong Gao2011-11-241-1/+1
* NFC: Allow multiple config files in inspect_with_augeas in inspect_fs_unix.cMatthew Booth2011-11-241-19/+59
* NFC: Consolidate the error path in check_fstab in inspect_fs_unix.cMatthew Booth2011-11-241-14/+9
* md: Inspect MD devicesMatthew Booth2011-11-241-0/+16
* NFC: Declare and use variables on the same line in inspect.cMatthew Booth2011-11-241-4/+2
* Add guestfs-testing(1) man page.Richard W.M. Jones2011-11-201-0/+1
* New API: mdadm-detail.Matthew Booth2011-11-171-1/+1
* Update list-filesystems to check md devices.Matthew Booth2011-11-111-24/+27
* New API: list-md-devices.Matthew Booth2011-11-111-1/+1
* New API: mdadm-create for creating MD devices.Richard W.M. Jones2011-11-111-1/+1
* 32 bit: Use %td for ptrdiff_t (difference between two pointers).Richard W.M. Jones2011-11-111-1/+1
* New API: Bind the tune2fs command.Richard W.M. Jones2011-11-111-1/+1
* Update FSF address.Matthew Booth2011-11-082-2/+2
* Update API support.Richard W.M. Jones2011-10-2612-0/+5009
* add-domain: Add readonlydisk optional argument (RHBZ#747290).Richard W.M. Jones2011-10-261-17/+91
* libvirt: Detect if a disk has the <readonly/> flag.Richard W.M. Jones2011-10-261-3/+17
* New APIs: copy-{file,device}-to-{file,device}.Richard W.M. Jones2011-10-262-9/+24
* New API: part-to-partnumRichard W.M. Jones2011-10-251-1/+1
* Add test for qemu broken -machine option (RHBZ#748266).Richard W.M. Jones2011-10-241-0/+12
* add-drive-opts: Correctly handle unreadable and unwritable files (RHBZ#747287).Richard W.M. Jones2011-10-211-3/+14
* lib: Common code for formatting the qemu -drive parameter.Richard W.M. Jones2011-10-211-28/+32
* Allow compilation without hivex (RHBZ#723474).Richard W.M. Jones2011-10-213-96/+97