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
...
*
Add 'realpath' command.
Richard W.M. Jones
2009-07-31
5
-2
/
+57
*
Ignore failure of 'mv' commands in appliance Makefile.
Richard W.M. Jones
2009-07-31
1
-2
/
+2
*
configure.ac: more quoting
Jim Meyering
2009-07-30
1
-11
/
+18
*
build: If guestfwd test fails, need to print AC_MSG_RESULT 'no'
Richard Jones
2009-07-30
1
-0
/
+1
*
build: fix test for --nocompress option
Jim Meyering
2009-07-30
1
-1
/
+1
*
build: fix test for --nocompress option
Jim Meyering
2009-07-30
1
-1
/
+1
*
fix comments; move declarations
Jim Meyering
2009-07-30
1
-6
/
+4
*
Whitespace and comment changes.
Richard Jones
2009-07-29
1
-1
/
+14
*
df: Fix alignment of columns.
Richard Jones
2009-07-29
1
-1
/
+1
*
guestfish: Make more strings translatable.
Richard Jones
2009-07-29
5
-71
/
+1669
*
tests: Use squashfs for static data where possible.
Richard Jones
2009-07-29
2
-87
/
+63
*
tests: Fix read_file test.
Richard Jones
2009-07-29
4
-5
/
+33
*
Implement '*grep*' family of commands.
Richard Jones
2009-07-29
9
-6
/
+260
*
Updated Polish translations (Piotr Drąg).
Richard Jones
2009-07-29
1
-100
/
+162
*
Version 1.0.65.
1.0.65
Richard Jones
2009-07-29
3
-7
/
+7
*
Updated PO files.
Richard Jones
2009-07-29
3
-182
/
+223
*
build: avoid locale-specific changes in generated, VC'd file
Jim Meyering
2009-07-29
2
-4
/
+3
*
On RHEL 5, 'file' command prints 'AMD x86-64' for 'x86-64' arch.
Richard W.M. Jones
2009-07-29
1
-0
/
+2
*
Run cpio with --quiet option so it doesn't print 'xx blocks'
Richard Jones
2009-07-29
1
-1
/
+1
*
Lib.pm: Skip tests if perl-libintl module is not available.
Richard Jones
2009-07-29
2
-2
/
+23
*
Lib.pm: Use Perl backtick instead of slurp (Aron Griffis).
Richard Jones
2009-07-29
1
-3
/
+1
*
Don't show empty CD devices (RHBZ#514505).
Richard Jones
2009-07-29
1
-0
/
+27
*
ocaml: Rebuild the tests from source if the main library changes.
Richard Jones
2009-07-29
1
-0
/
+5
*
inspector: Determine guest architecture.
Richard Jones
2009-07-29
3
-21
/
+113
*
Lib.pm: Add file_architecture command.
Richard Jones
2009-07-29
16
-6
/
+306
*
Lib: Document the $ro parameter for mount_operating_system properly.
Richard Jones
2009-07-29
1
-4
/
+5
*
Mention related tools in the manual page.
Richard Jones
2009-07-29
1
-0
/
+7
*
Whitespace: indent some names in images/Makefile.am correctly.
Richard Jones
2009-07-28
1
-12
/
+12
*
Lib.pm: Use 'file' as replacement for 'zfile'.
Richard Jones
2009-07-28
1
-4
/
+4
*
Pass '-z' parameter to 'file' command so it looks inside compressed files.
Richard Jones
2009-07-28
2
-4
/
+8
*
Add DeprecatedBy flag to mark functions which are deprecated.
Richard Jones
2009-07-28
1
-12
/
+53
*
Need to declare asprintf_nowarn as inline to avoid gcc complaining.
Richard Jones
2009-07-28
1
-1
/
+1
*
Replace shell_quote function with %Q and %R printf specifiers.
Richard Jones
2009-07-28
9
-104
/
+176
*
Add InitSquashFS test type, for tests that just use the squashfs (/dev/sdd).
Richard Jones
2009-07-27
1
-45
/
+43
*
Make read-only optional in mount_operating_system()
Matthew Booth
2009-07-24
1
-2
/
+10
*
More ideas on a quick Perl one-liner syntax for TODO file.
Richard W.M. Jones
2009-07-24
1
-0
/
+31
*
guestfish -iv should print virt-inspector command (for debugging).
Richard W.M. Jones
2009-07-24
1
-1
/
+3
*
Reformat the TODO file.
Richard W.M. Jones
2009-07-24
1
-44
/
+90
*
Pass cgroup_disable=memory, saves ~ 5MB of RAM.
Richard Jones
2009-07-24
1
-1
/
+2
*
get_append call can return NULL, but bindings didn't handle it.
Richard Jones
2009-07-23
1
-32
/
+125
*
RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explici...
Richard Jones
2009-07-23
1
-1
/
+1
*
Remove hard-coded qemu-kvm, replace with $QEMU.
1.0.64
Richard Jones
2009-07-23
1
-2
/
+2
*
Version 1.0.63
1.0.63
Richard Jones
2009-07-23
3
-133
/
+395
*
Add libguestfs-test-tool.
Richard Jones
2009-07-22
11
-1
/
+714
*
Fix typo in error message.
Richard Jones
2009-07-22
1
-1
/
+1
*
Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance...
Richard Jones
2009-07-22
4
-57
/
+1
*
set-append and set-kernel parameters are both nullable.
Richard Jones
2009-07-22
1
-2
/
+2
*
Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel.
Richard Jones
2009-07-22
4
-1
/
+57
*
Todo: Suggestion for 'replace' command.
Richard Jones
2009-07-22
1
-0
/
+22
*
Add commented-out support for alternate guestfwd syntax.
Richard W.M. Jones
2009-07-21
1
-9
/
+32
[prev]
[next]