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
*
Version 1.12.10
1.12.10
Richard W.M. Jones
2011-11-10
21
-46
/
+48
*
ocaml: Fix bindings when a function takes more than 10 parameters.
Richard W.M. Jones
2011-11-10
1
-4
/
+14
*
tests: Fix bitmask parameter when testing optional arguments.
Richard W.M. Jones
2011-11-10
1
-6
/
+7
*
fish: More informative documentation of optargs.
Richard W.M. Jones
2011-11-10
1
-2
/
+12
*
ocaml: Compile OCaml bindings and tests with -warn-error.
Richard W.M. Jones
2011-11-10
1
-12
/
+15
*
daemon: Don't use files with fixed names in /tmp (thanks Steve Kemp).
Richard W.M. Jones
2011-11-10
2
-20
/
+46
*
resize: Add tests for some Utils functions.
Richard W.M. Jones
2011-11-10
4
-2
/
+94
*
python: Use sys.version_info[0] instead of sys.version_info.major.
Richard W.M. Jones
2011-11-09
1
-2
/
+2
*
python: Pass $PYTHON environment variable to tests.
Richard W.M. Jones
2011-11-09
3
-6
/
+7
*
python: Include <config.h>.
Richard W.M. Jones
2011-11-09
1
-0
/
+2
*
python: Correctly check for Python major/minor.
Richard W.M. Jones
2011-11-09
1
-1
/
+3
*
fish: Use size_t instead of int when counting strings.
Richard W.M. Jones
2011-11-09
1
-4
/
+4
*
Fix debug help error message.
Matthew Booth
2011-11-09
1
-1
/
+1
*
appliance: Add 'mdadm' package.
Richard W.M. Jones
2011-11-09
1
-0
/
+1
*
Version 1.12.9.
1.12.9
Richard W.M. Jones
2011-10-31
20
-730
/
+735
*
perl: Add %guestfs_introspection hash with introspection information.
Richard W.M. Jones
2011-10-31
2
-2
/
+132
*
fuse: Skip guestmount test if setfacl is not installed.
Richard W.M. Jones
2011-10-31
1
-0
/
+5
*
test-user-cancel: Make this test choose smaller cancellation numbers.
Richard W.M. Jones
2011-10-31
2
-7
/
+51
*
Flush stdout for progress bars used by guestfish, virt-resize.
Richard W.M. Jones
2011-10-31
1
-0
/
+1
*
ocaml: Make sure virt-resize is rebuilt if Guestfs API changes.
Richard W.M. Jones
2011-10-31
2
-8
/
+8
*
Add test for qemu broken -machine option (RHBZ#748266).
Richard W.M. Jones
2011-10-31
2
-1
/
+58
*
virt-make-fs: Refresh man page.
Richard W.M. Jones
2011-10-31
1
-36
/
+38
*
virt-make-fs: Set MBR partition type byte correctly (RHBZ#746295).
Richard W.M. Jones
2011-10-31
1
-0
/
+16
*
Allow compilation without hivex (RHBZ#723474).
Richard W.M. Jones
2011-10-31
3
-96
/
+97
*
po-docs: Force make update-po on first build from git.
Richard W.M. Jones
2011-10-31
2
-0
/
+10
*
appliance: udev-174 moves udevd to /lib/udev/udevd (instead of /sbin/udevd)
Richard W.M. Jones
2011-10-31
1
-0
/
+5
*
resize: Remove p_size field from partitions structure.
Richard W.M. Jones
2011-10-31
1
-12
/
+13
*
Version 1.12.8.
1.12.8
Richard W.M. Jones
2011-10-19
20
-3038
/
+3489
*
inspection: Return root devices sorted.
Richard W.M. Jones
2011-10-19
1
-0
/
+11
*
inspect: Don't assume number of captures in match functions
Matthew Booth
2011-10-19
1
-30
/
+13
*
NFC: Remove unnecessary goto
Matthew Booth
2011-10-19
1
-7
/
+5
*
launch: Ensure g->cmdline is allocated before assigning g->cmdline[0].
Richard W.M. Jones
2011-10-19
1
-7
/
+14
*
valgrind: guestfish -i: free strings before exit.
Richard W.M. Jones
2011-10-19
1
-0
/
+2
*
Ubuntu 11.10: Create /run and /run/lock if not already.
Richard W.M. Jones
2011-10-19
1
-0
/
+1
*
Skip guestmount tests if no /dev/fuse.
Richard W.M. Jones
2011-10-19
1
-0
/
+5
*
appliance: Fedora cryptsetup-luks renamed to cryptsetup.
Richard W.M. Jones
2011-10-19
1
-1
/
+2
*
roadmap: Fix Bugzilla URL.
Richard W.M. Jones
2011-10-19
1
-1
/
+1
*
fish: docs: note how to clean up the remote process properly.
Richard W.M. Jones
2011-10-19
1
-5
/
+6
*
fish: Close guestfs handle explicitly before exiting.
Richard W.M. Jones
2011-10-19
1
-0
/
+2
*
guestmount: Add note to man page about 'fuse' group for Debian.
Richard W.M. Jones
2011-10-19
1
-0
/
+9
*
fish: Add man page section on calling guestfish remote robustly from bash.
Richard W.M. Jones
2011-10-19
1
-0
/
+32
*
Makefile.am: Fix comment.
Richard W.M. Jones
2011-10-19
1
-1
/
+2
*
docs: Add directory section for resize/
Richard W.M. Jones
2011-10-19
1
-0
/
+4
*
docs: Add virt-resize to list of links in guestfs(3).
Richard W.M. Jones
2011-10-19
1
-0
/
+1
*
docs: virt-win-reg is written in Perl, not virt-resize.
Richard W.M. Jones
2011-10-19
1
-1
/
+1
*
daemon: mkswap --help output changed, breaking linuxfsuuid group detection.
Richard W.M. Jones
2011-10-19
1
-2
/
+7
*
daemon: Move useful is_zero function to header file.
Richard W.M. Jones
2011-10-19
2
-18
/
+18
*
Add no_timer_check to disable faulty test during boot (RHBZ#502058).
Richard W.M. Jones
2011-10-19
1
-0
/
+1
*
docs: Show how to use a qemu wrapper to edit the qemu command line.
Richard W.M. Jones
2011-10-19
1
-0
/
+23
*
Version 1.12.7.
1.12.7
Richard W.M. Jones
2011-09-16
20
-7999
/
+8819
[next]