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.8.7.
1.8.7
Richard W.M. Jones
2011-05-18
16
-18
/
+24
*
inspect: Look for %systemroot%/system32 for Windows heuristic.
Richard W.M. Jones
2011-05-18
1
-3
/
+3
*
list-applications: If software hive is missing, this is an error.
Richard W.M. Jones
2011-05-18
1
-5
/
+5
*
zero: Disable file test because of bug in file command.
Richard W.M. Jones
2011-05-18
1
-3
/
+2
*
Version 1.8.6.
1.8.6
Richard W.M. Jones
2011-04-18
17
-52
/
+36
*
python: Release Python GIL while running libguestfs calls.
Richard W.M. Jones
2011-04-18
1
-0
/
+19
*
fish: Fix typo in guestfish man page (--format option).
Richard W.M. Jones
2011-04-18
1
-1
/
+1
*
inspector: Handle write failures when creating example-*.xml.
Richard W.M. Jones
2011-04-18
1
-4
/
+12
*
inspector: Include <hostname> in output.
Richard W.M. Jones
2011-04-18
6
-0
/
+13
*
Version 1.8.5.
1.8.5
Richard W.M. Jones
2011-04-11
17
-949
/
+1226
*
Compile rpcgen-generated files with -fno-strict-aliasing
Matthew Booth
2011-04-11
3
-17
/
+13
*
Rename resolve_windows_path_silently to case_sensitive_path_silently.
Richard W.M. Jones
2011-04-11
1
-9
/
+9
*
edit: Move 'exit 0' to end of file.
Richard W.M. Jones
2011-04-11
1
-2
/
+4
*
edit: Let $root == $roots[0].
Richard W.M. Jones
2011-04-11
1
-1
/
+2
*
cat, edit: Reference guestfish equivalent commands in the manual pages.
Richard W.M. Jones
2011-04-11
2
-6
/
+72
*
python: Convert any iterable argument to a list (RHBZ#693324).
Richard W.M. Jones
2011-04-11
1
-1
/
+13
*
daemon: When running commands, restart select if we receive a signal.
Richard W.M. Jones
2011-04-11
1
-0
/
+4
*
daemon: Reset SIGPIPE to default before running subprocesses.
Richard W.M. Jones
2011-04-11
1
-0
/
+1
*
Add prototype for timeval_diff.
Richard W.M. Jones
2011-04-11
1
-1
/
+2
*
docs: Progress messages don't necessarily reach 100% in the error case.
Richard W.M. Jones
2011-04-11
1
-1
/
+2
*
examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead of -Wall
Richard W.M. Jones
2011-04-11
1
-5
/
+11
*
examples: size_t-correctness change in inspect_vm.c
Richard W.M. Jones
2011-04-11
1
-2
/
+2
*
contrib: Fix URLs in README file.
Richard W.M. Jones
2011-04-11
1
-3
/
+5
*
rescue: Add -w|--rw option.
Richard W.M. Jones
2011-04-11
2
-0
/
+13
*
fuse: Document -w flag in --help output.
Richard W.M. Jones
2011-04-11
1
-0
/
+1
*
Exclude po-docs directory completely if po4a not available.
Richard W.M. Jones
2011-04-11
3
-19
/
+5
*
tests: Don't fail when compiled without support for NTFS.
Richard W.M. Jones
2011-04-11
2
-12
/
+58
*
Version 1.8.4.
1.8.4
Richard W.M. Jones
2011-03-29
16
-804
/
+823
*
perl: Canonicalize /dev/vd* paths in old inspection code (RHBZ#691724).
Richard W.M. Jones
2011-03-29
1
-0
/
+3
*
README: Note that getfacl, getfattr are optional dependencies.
Richard W.M. Jones
2011-03-29
1
-0
/
+2
*
fuse: Fix getxattr, listxattr calls and add a regression test (RHBZ#691389).
Richard W.M. Jones
2011-03-29
4
-17
/
+67
*
RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.
Richard W.M. Jones
2011-03-29
3
-3
/
+10
*
mkfs: Force mke2fs to create a filesystem even on raw IDE device (RHBZ#690819).
Richard W.M. Jones
2011-03-29
3
-3
/
+57
*
Rename $tmpdir/sock to $tmpdir/guestfsd.sock.
Richard W.M. Jones
2011-03-29
2
-6
/
+6
*
fish: Add better quick help to --help output.
Richard W.M. Jones
2011-03-29
1
-10
/
+10
*
fish: Add -w|--rw option to --help output.
Richard W.M. Jones
2011-03-29
1
-1
/
+2
*
inspect: Don't fail for Windows guests with multiple disks (RHBZ#674130).
Richard W.M. Jones
2011-03-29
2
-2
/
+15
*
inspect: Simplify Windows root heuristic code.
Richard W.M. Jones
2011-03-29
1
-12
/
+38
*
Version 1.8.3.
1.8.3
Richard W.M. Jones
2011-03-21
18
-242
/
+246
*
guestfs(3): 'kernel' -> 'supermin appliance'.
Richard W.M. Jones
2011-03-21
1
-4
/
+4
*
guestfs(3): Indent line to keep code together.
Richard W.M. Jones
2011-03-21
1
-1
/
+1
*
fish: Add all stamp-*.pod files to CLEANFILES.
Richard W.M. Jones
2011-03-21
1
-1
/
+6
*
proto: Fix both-ends-cancel case.
Richard W.M. Jones
2011-03-21
9
-13
/
+53
*
proto: Fix FileIn ops that abort during the chunk upload stage.
Richard W.M. Jones
2011-03-21
12
-48
/
+79
*
proto: Don't drop outgoing message when daemon cancels (RHBZ#576879).
Richard Jones
2011-03-21
1
-2
/
+13
*
regressions: Enable both tests for bug 576879 (not fixed).
Richard W.M. Jones
2011-03-21
1
-2
/
+2
*
haskell: Small fixes for ghc 7.
Richard W.M. Jones
2011-03-21
2
-2
/
+2
*
regressions: Rename the file we are uploading too.
Richard W.M. Jones
2011-03-21
1
-1
/
+1
*
regressions: Split the test rhbz576879.sh into two halves.
Richard W.M. Jones
2011-03-21
3
-20
/
+36
*
check the pid is > 0 before calling waitpid()
Angus Salkeld
2011-03-21
1
-1
/
+1
[next]