index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
FAS Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perl: Add <stdio.h> and <stdlib.h> for printf and malloc.
Richard W.M. Jones
2012-09-15
1
-0
/
+2
*
perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.
Richard W.M. Jones
2012-09-15
1
-8
/
+2
*
lib: These optargs structures are not modified, hence const.
Richard W.M. Jones
2012-09-15
1
-3
/
+3
*
syntax: Remove test for TAB indentation.
Richard W.M. Jones
2012-09-15
1
-8
/
+0
*
syntax: xfs: Remove useless if before free.
Richard W.M. Jones
2012-09-15
1
-4
/
+4
*
docs: Fix documentation of syntax-check target, add extra-tests.
Richard W.M. Jones
2012-09-15
1
-2
/
+7
*
faq: Make the legal section less unnecessarily legalistic.
Richard W.M. Jones
2012-09-14
1
-6
/
+7
*
faq: Tidy up headings.
Richard W.M. Jones
2012-09-14
1
-12
/
+16
*
faq: Add more answers about read-only disks.
Richard W.M. Jones
2012-09-14
1
-0
/
+35
*
launch: libvirt: Enable sVirt.
Richard W.M. Jones
2012-09-14
1
-21
/
+0
*
test-9p: Disable this test with libvirt.
Richard W.M. Jones
2012-09-14
1
-2
/
+2
*
build: Create new 'tmp' directory for tests.
Richard W.M. Jones
2012-09-14
5
-3
/
+21
*
launch: libvirt: Mark appliance disk as <shareable/> (thanks Dan Berrange).
Richard W.M. Jones
2012-09-14
1
-0
/
+3
*
test-tool: Print more environment variables.
Richard W.M. Jones
2012-09-14
1
-7
/
+18
*
fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).
Richard W.M. Jones
2012-09-13
2
-3
/
+5
*
lib: guestfs_disk_format: Set LC_ALL=C instead of LANG=C.
Richard W.M. Jones
2012-09-12
1
-1
/
+1
*
release-notes: Add 'draft' background image.
Richard W.M. Jones
2012-09-06
5
-5
/
+91
*
extra-tests: Don't use $QEMU as a variable.
Richard W.M. Jones
2012-09-05
2
-6
/
+13
*
generator: Remove generated and unused files from previous runs of the genera...
Richard W.M. Jones
2012-09-05
3
-1
/
+44
*
generator: gobject: Use a more normal way to output files.
Richard W.M. Jones
2012-09-05
2
-100
/
+111
*
Version 1.19.40.
1.19.40
Richard W.M. Jones
2012-09-04
3
-5
/
+5
*
sparsify: Fix use of closed handle (thanks Olaf Hering).
Richard W.M. Jones
2012-09-04
2
-2
/
+2
*
fix fuse_opt_add_opt_escaped return type
Olaf Hering
2012-09-04
1
-1
/
+1
*
Version 1.19.39.
1.19.39
Richard W.M. Jones
2012-09-04
20
-23615
/
+24505
*
shutdown: Add 'check_for_errors' hint along the shutdown path.
Richard W.M. Jones
2012-09-04
6
-10
/
+26
*
launch: libvirt: Add VIR_DOMAIN_DESTROY_GRACEFUL flag.
Richard W.M. Jones
2012-09-04
1
-2
/
+1
*
rescue: Add an expect-driven test for the virt-rescue command.
Richard W.M. Jones
2012-09-04
4
-0
/
+67
*
proto: Don't set g->fd[] to /dev/null in direct mode, fixing virt-rescue (RHB...
Richard W.M. Jones
2012-09-04
1
-13
/
+0
*
rescue: If attach-method is 'libvirt', force it to be 'appliance'.
Richard W.M. Jones
2012-09-04
1
-0
/
+16
*
rescue: If -v / debugging enabled, don't mask error messages.
Richard W.M. Jones
2012-09-04
1
-1
/
+2
*
launch: libvirt: Direct mode flag is not (yet) supported, so give an error in...
Richard W.M. Jones
2012-09-04
1
-0
/
+6
*
Update release notes (text file).
Richard W.M. Jones
2012-09-04
1
-4
/
+32
*
Update release notes.
Richard W.M. Jones
2012-09-04
1
-4
/
+38
*
lib: Add tests to the disk-{format,virtual-size,has-backing-file} APIs.
Richard W.M. Jones
2012-09-04
1
-0
/
+24
*
New APIs: disk-virtual-size and disk-has-backing-file.
Richard W.M. Jones
2012-09-04
2
-0
/
+85
*
lib: Reimplement qemu-img info parser for flexibility.
Richard W.M. Jones
2012-09-04
1
-24
/
+52
*
Fix guestfs_disk_image API to work with relative paths.
Richard W.M. Jones
2012-09-04
1
-1
/
+12
*
Version 1.19.38.
1.19.38
Richard W.M. Jones
2012-09-03
20
-25228
/
+26429
*
daemon: provide list of checksum commands
Olaf Hering
2012-09-03
1
-7
/
+14
*
sparsify: Use guestfs_disk_format to autodetect input format (RHBZ#853762).
Richard W.M. Jones
2012-09-03
1
-19
/
+4
*
launch: libvirt: Use guestfs_disk_format API to autodetect input format.
Richard W.M. Jones
2012-09-03
1
-85
/
+19
*
guestfs(3): Document disk image formats and how to detect them.
Richard W.M. Jones
2012-09-03
2
-1
/
+90
*
New API: guestfs_disk_format
Richard W.M. Jones
2012-09-03
4
-0
/
+175
*
daemon: remove call to obsolete udevsettle
Olaf Hering
2012-09-03
1
-8
/
+0
*
TODO: remove the implemented hostname removing feature
Wanlong Gao
2012-09-03
1
-1
/
+0
*
sysprep: remove hostname from ifcfg-*
Wanlong Gao
2012-09-03
3
-0
/
+60
*
generator: Test zero args, one optarg; and 63 optargs.
Richard W.M. Jones
2012-09-03
4
-68
/
+110
*
java: Fix >= 32 optargs (thanks Wanlong Gao).
Richard W.M. Jones
2012-09-03
1
-1
/
+1
*
generator: Rename 'generator_*' as '*'.
Richard W.M. Jones
2012-09-02
38
-250
/
+247
*
TODO: Suggest removing hostname from ifcfg-eth* files.
Richard W.M. Jones
2012-09-02
1
-0
/
+1
[prev]
[next]