summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update release notes (text file).Richard W.M. Jones2012-09-041-4/+32
* Update release notes.Richard W.M. Jones2012-09-041-4/+38
* lib: Add tests to the disk-{format,virtual-size,has-backing-file} APIs.Richard W.M. Jones2012-09-041-0/+24
* New APIs: disk-virtual-size and disk-has-backing-file.Richard W.M. Jones2012-09-042-0/+85
* lib: Reimplement qemu-img info parser for flexibility.Richard W.M. Jones2012-09-041-24/+52
* Fix guestfs_disk_image API to work with relative paths.Richard W.M. Jones2012-09-041-1/+12
* Version 1.19.38.1.19.38Richard W.M. Jones2012-09-0320-25228/+26429
* daemon: provide list of checksum commandsOlaf Hering2012-09-031-7/+14
* sparsify: Use guestfs_disk_format to autodetect input format (RHBZ#853762).Richard W.M. Jones2012-09-031-19/+4
* launch: libvirt: Use guestfs_disk_format API to autodetect input format.Richard W.M. Jones2012-09-031-85/+19
* guestfs(3): Document disk image formats and how to detect them.Richard W.M. Jones2012-09-032-1/+90
* New API: guestfs_disk_formatRichard W.M. Jones2012-09-034-0/+175
* daemon: remove call to obsolete udevsettleOlaf Hering2012-09-031-8/+0
* TODO: remove the implemented hostname removing featureWanlong Gao2012-09-031-1/+0
* sysprep: remove hostname from ifcfg-*Wanlong Gao2012-09-033-0/+60
* generator: Test zero args, one optarg; and 63 optargs.Richard W.M. Jones2012-09-034-68/+110
* java: Fix >= 32 optargs (thanks Wanlong Gao).Richard W.M. Jones2012-09-031-1/+1
* generator: Rename 'generator_*' as '*'.Richard W.M. Jones2012-09-0238-250/+247
* TODO: Suggest removing hostname from ifcfg-eth* files.Richard W.M. Jones2012-09-021-0/+1
* recipes: Checksum file/device. Download to stdout.Richard W.M. Jones2012-09-021-0/+26
* tests: Attach copyright and license (GPLv2+) notices to various test scripts.Richard W.M. Jones2012-08-317-0/+112
* tests/rsync: Allow rsync test to be skipped by setting SKIP_TEST_RSYNC_SH=1.Richard W.M. Jones2012-08-311-0/+5
* Version 1.19.37.1.19.37Richard W.M. Jones2012-08-3118-36/+39
* Copy the kernel so that libvirt can add an SELinux label to it. NB. This requ...Richard W.M. Jones2012-08-312-3/+4
* guestfs-internal.h: Organize functions by file.Richard W.M. Jones2012-08-311-45/+75
* tests: Make mkswap and tar tests conditional on linuxfsuuid and xz features.Richard W.M. Jones2012-08-311-3/+3
* tests/mount-local: Link test program with gnulib.Richard W.M. Jones2012-08-311-1/+2
* src/dbdump.c: Shouldn't depend on HAVE_HIVEX (thanks Tao Zhou).Richard W.M. Jones2012-08-311-2/+2
* daemon: collect list of called external commandsOlaf Hering2012-08-3051-203/+352
* launch: appliance: app.virtio_scsi must not be bool.Richard W.M. Jones2012-08-301-1/+1
* daemon: Remove e2prog hack (only needed for RHEL 5).Richard W.M. Jones2012-08-304-110/+18
* Version 1.19.36.1.19.36Richard W.M. Jones2012-08-3020-11909/+12466
* launch: libvirt: Remove code for creating sockdir.Richard W.M. Jones2012-08-301-107/+8
* launch: libvirt: Avoid memory leak if sockdir is not created (found by valgri...Richard W.M. Jones2012-08-301-0/+2
* FAQ: Remove link to old RHEL 6.3 preview repo.Richard W.M. Jones2012-08-301-3/+2
* NEW API:xfs:xfs_repairWanlong Gao2012-08-305-3/+156
* docs: Add guestfs-release-notes.txt to Makefile deps.Richard W.M. Jones2012-08-301-1/+1
* tests/big-dirs: Don't run this test by default.Richard W.M. Jones2012-08-301-5/+6
* run: Make --test flag print the time taken to run the test.Richard W.M. Jones2012-08-291-11/+16
* Version 1.19.35.1.19.35Richard W.M. Jones2012-08-2921-21780/+25965
* python: Convert OInt64 using PyLong_AsLongLong so 64 bit ints work correctly.Richard W.M. Jones2012-08-291-1/+1
* Update inspection and example programs to use new hivex* APIs (RHBZ#852394).Richard W.M. Jones2012-08-2912-427/+163
* New API: guestfs_hivex_value_utf8Richard W.M. Jones2012-08-292-1/+104
* New APIs: hivex_*Richard W.M. Jones2012-08-2911-10/+745
* lib: Remove AUGEAS_CFLAGS, AUGEAS_LIBS.Richard W.M. Jones2012-08-291-2/+2
* remove ulockmgr from fuse LDFLAGSOlaf Hering2012-08-294-4/+4
* java: Further java/java-home fixes.Richard W.M. Jones2012-08-294-6/+6
* perl: bindtests: Fix 64 bit integers on input on 32 bit Perl interpreter.Richard W.M. Jones2012-08-293-5/+31
* Fix Java detection and rename --with-java-home to --with-java.Wulf C. Krueger2012-08-281-53/+53
* launch: libvirt: Don't crash if shutdown_libvirt is called early in launch.Richard W.M. Jones2012-08-281-8/+13