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.16.32.
1.16.32
Richard W.M. Jones
2012-10-01
20
-4744
/
+5181
*
daemon: When sorting devices, don't fail on mix of /dev/sd and /dev/vd
Richard W.M. Jones
2012-10-01
1
-0
/
+8
*
inspection: Fix calls to case_sensitive_path (RHBZ#858126).
Richard W.M. Jones
2012-10-01
5
-34
/
+35
*
virt-edit: If case_sensitive_path returns an error, exit.
Richard W.M. Jones
2012-10-01
1
-0
/
+2
*
recipes: Add a section about diagnosing hanging guests.
Richard W.M. Jones
2012-10-01
1
-0
/
+29
*
test-tool: Add prominent warning about including complete output.
Richard W.M. Jones
2012-10-01
1
-0
/
+11
*
test-tool: guestfs_get_path might return NULL.
Richard W.M. Jones
2012-10-01
1
-1
/
+1
*
guestfs-testing(1): Start by running libguestfs-test-tool.
Richard W.M. Jones
2012-10-01
1
-0
/
+14
*
remove the useless "h" option
Wanlong Gao
2012-10-01
4
-12
/
+0
*
docs: Link to guestfs-recipes(1) from intro in guestfs(3).
Richard W.M. Jones
2012-10-01
1
-0
/
+2
*
generator: Tidy up comments in guestfs_protocol.x.
Richard W.M. Jones
2012-10-01
1
-8
/
+17
*
generator: Allow an optional emacs-mode at the top of generated files.
Richard W.M. Jones
2012-10-01
1
-2
/
+7
*
test-launch-race: Add comment.
Richard W.M. Jones
2012-10-01
1
-1
/
+1
*
./run: Keep gnome-keyring from disturbing test script output
Hilko Bengen
2012-10-01
1
-0
/
+4
*
rename local variable to avoid clash with match macro
Olaf Hering
2012-10-01
1
-3
/
+3
*
docs: Add links to various guestfs-* man pages from guestfs(3).
Richard W.M. Jones
2012-10-01
1
-0
/
+4
*
recipes: Add section about uploading raw filesystem content.
Richard W.M. Jones
2012-10-01
1
-0
/
+24
*
launch: Make the "launched failed" message more explanatory.
Richard W.M. Jones
2012-10-01
2
-2
/
+19
*
Version 1.16.31.
1.16.31
Richard W.M. Jones
2012-09-19
21
-1155
/
+1478
*
extra-tests: Clean up some comments about the upstream qemu tests.
Richard W.M. Jones
2012-09-19
1
-3
/
+4
*
extra-tests: Add scripts used by these tests to EXTRA_DIST.
Richard W.M. Jones
2012-09-19
1
-1
/
+4
*
maint: remove a subsumed syntax-check rule
Jim Meyering
2012-09-19
1
-11
/
+1
*
syntax: Exclude examples and test program from <config.h> requirement
Richard W.M. Jones
2012-09-19
1
-0
/
+1
*
syntax: Allow strncpy in launch-*.c files (thanks Jim Meyering).
Richard W.M. Jones
2012-09-19
1
-0
/
+1
*
syntax: Exclude examples from strcmp and strncmp checks (thanks Jim Meyering).
Richard W.M. Jones
2012-09-19
1
-0
/
+2
*
syntax: Ignore documentation when testing for magic number exit() calls (than...
Richard W.M. Jones
2012-09-19
1
-0
/
+1
*
syntax: Exclude PO files from doubled words test (thanks Jim Meyering).
Richard W.M. Jones
2012-09-19
1
-0
/
+1
*
syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...
Richard W.M. Jones
2012-09-19
2
-5
/
+1
*
syntax: Exclude period in error message checks from PHP programs (thanks: Jim...
Richard W.M. Jones
2012-09-19
1
-0
/
+1
*
syntax: Disable cast arg to free test (thanks Jim Meyering).
Richard W.M. Jones
2012-09-19
1
-1
/
+2
*
syntax: Exclude certain files from bindtextdomain test (thanks Jim Meyering).
Richard W.M. Jones
2012-09-19
1
-0
/
+3
*
Update to latest gnulib.
Richard W.M. Jones
2012-09-19
2
-0
/
+1
*
build: Ignore -Wjump-misses-init warning.
Richard W.M. Jones
2012-09-19
1
-0
/
+1
*
extra-tests: Write a qemu wrapper script on the fly.
Richard W.M. Jones
2012-09-19
3
-26
/
+14
*
extra-tests: The upstream qemu test now reruns all the extra tests.
Richard W.M. Jones
2012-09-19
3
-10
/
+12
*
extra-tests: Fix libvirt URI so we can run tests with libvirt attach-method.
Richard W.M. Jones
2012-09-19
1
-12
/
+8
*
syntax: Remove trailing whitespace.
Richard W.M. Jones
2012-09-19
7
-9
/
+5
*
generator: Remove inaccurate comment.
Richard W.M. Jones
2012-09-19
1
-20
/
+0
*
syntax: Replace test == with = or -eq as appropriate.
Richard W.M. Jones
2012-09-19
2
-12
/
+12
*
syntax: Use STREQ/STRNEQ in place of strcmp.
Richard W.M. Jones
2012-09-19
3
-3
/
+5
*
perl: Add <stdio.h> and <stdlib.h> for printf and malloc.
Richard W.M. Jones
2012-09-19
1
-0
/
+2
*
perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.
Richard W.M. Jones
2012-09-19
1
-8
/
+2
*
lib: These optargs structures are not modified, hence const.
Richard W.M. Jones
2012-09-19
1
-3
/
+3
*
syntax: Remove test for TAB indentation.
Richard W.M. Jones
2012-09-19
1
-8
/
+0
*
docs: Fix documentation of syntax-check target, add extra-tests.
Richard W.M. Jones
2012-09-19
1
-2
/
+7
*
test-tool: Print more environment variables.
Richard W.M. Jones
2012-09-19
1
-7
/
+18
*
fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).
Richard W.M. Jones
2012-09-19
2
-3
/
+5
*
extra-tests: Don't use $QEMU as a variable.
Richard W.M. Jones
2012-09-19
2
-6
/
+13
*
fix fuse_opt_add_opt_escaped return type
Olaf Hering
2012-09-19
1
-1
/
+1
*
rescue: If -v / debugging enabled, don't mask error messages.
Richard W.M. Jones
2012-09-19
1
-1
/
+2
[next]