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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
generator: Refactor code for Perl bindings.
Richard W.M. Jones
2010-10-23
1
-145
/
+132
*
generator: Missing newline character.
Richard W.M. Jones
2010-10-23
1
-1
/
+1
*
fish: Change 'int argc' to 'size_t argc' throughout.
Richard W.M. Jones
2010-10-23
1
-2
/
+2
*
fish: In guestfish(1) turn command references into links.
Richard W.M. Jones
2010-10-23
1
-1
/
+1
*
generator: Fix incorrect shortdesc in docs for 'is-dir' command.
Richard Jones
2010-10-23
1
-1
/
+1
*
generator: Fix documentation for 'is-file' command.
Richard Jones
2010-10-23
1
-2
/
+2
*
guestfs: Reference guestfs-browser architecture in threads documentation.
Richard Jones
2010-10-23
1
-0
/
+3
*
guestfs: More accurate documentation for initial message.
Richard Jones
2010-10-23
1
-4
/
+3
*
guestfs: Remove traces of documentation for non-existent 'low-level API'
Richard Jones
2010-10-23
1
-13
/
+10
*
guestfs: Fix typo in man page.
Richard Jones
2010-10-23
1
-1
/
+1
*
build: guestfs-structs.h was missing from libguestfs_la_SOURCES.
Richard Jones
2010-09-08
1
-0
/
+1
*
perl: Add documentation about testing availability of methods and features.
Richard Jones
2010-09-08
1
-0
/
+31
*
Consistent use of 'void *opaque' to refer to opaque pointer in C API.
Richard Jones
2010-09-08
2
-9
/
+9
*
Rename global 'xdr_str'.
Richard Jones
2010-08-26
1
-5
/
+5
*
Add -nodefconfig command line option to qemu.
Daniel Berrange
2010-08-26
1
-0
/
+3
*
Whitespace change: Add blank line between structures and functions.
Richard Jones
2010-08-26
1
-0
/
+1
*
Build workaround for Python 2.4.x in RHEL 5.
Richard W.M. Jones
2010-08-17
1
-0
/
+6
*
generator: Fix typo in error message for RConstOptString.
Richard Jones
2010-08-17
1
-1
/
+1
*
Move variable initialization close to variable use.
Richard Jones
2010-08-17
1
-3
/
+3
*
Revert "add_drive_ro adds readonly=on option if available." (RHBZ#617200).
Richard Jones
2010-08-17
2
-21
/
+5
*
generator: Remove unnecessary parameter.
Richard Jones
2010-08-17
1
-3
/
+4
*
Use an unsigned type (size_t) for all loop iterators.
Richard Jones
2010-08-17
1
-22
/
+27
*
generator: Don't hard-code name in DeviceList check.
Richard Jones
2010-08-17
1
-3
/
+6
*
ocaml: Fix thread safety of strings in bindings (RHBZ#604691).
Richard Jones
2010-07-12
1
-8
/
+13
*
Fix typo in documentation of guestfs_set_launch_done_callback.
Richard Jones
2010-07-12
1
-1
/
+1
*
generator: Allow individual tests to depend on daemon features.
Richard Jones
2010-07-12
1
-2
/
+12
*
tests: Factor out common code into 'is_available' function.
Richard Jones
2010-07-12
1
-10
/
+16
*
grub-install: In docs suggest manually creating device.map (RHBZ#484986).
Richard Jones
2010-07-12
1
-1
/
+12
*
resize2fs: Document this command also works with ext4 (thanks Yufang Zhang).
Richard Jones
2010-06-02
1
-2
/
+2
*
fish: help command return error for non-existent commands (RHBZ#597145).
Richard Jones
2010-06-02
1
-3
/
+5
*
daemon: write-file: Check range of size parameter (RHBZ#597135).
Richard Jones
2010-06-02
1
-1
/
+4
*
Fix documentation for vfs-type to reflect reality.
Richard Jones
2010-06-02
1
-5
/
+6
*
Clarify documentation on distro backports in version command.
Richard Jones
2010-06-02
1
-2
/
+4
*
Add reference to version number documentation to version command.
Richard Jones
2010-06-02
1
-0
/
+2
*
Clarify sparse behaviour of truncate-size command.
Richard Jones
2010-06-02
1
-2
/
+7
*
Fix typo in documentation of guestfs_readlinklist.
Richard Jones
2010-06-02
1
-1
/
+1
*
Fix missing word in docuentation of guestfs_readdir.
Richard Jones
2010-06-02
1
-1
/
+1
*
Fix typo in description of echo-daemon command.
Richard Jones
2010-06-02
1
-2
/
+2
*
guestfs_version: Correct documentation.
Richard Jones
2010-05-24
1
-2
/
+3
*
generator: Some String parameters should be OptString (RHBZ#501894).
Richard Jones
2010-05-24
1
-2
/
+2
*
Fix error message in strings-e command (RHBZ#588651).
Richard Jones
2010-05-14
1
-4
/
+33
*
launch: Rearrange the code so config check is first.
Richard Jones
2010-05-14
1
-12
/
+12
*
If qemu dies during launch, set an error message (RHBZ#588851).
Richard Jones
2010-05-14
1
-4
/
+11
*
daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).
Richard Jones
2010-05-14
1
-1
/
+14
*
Change network configuration to use macros.
Richard Jones
2010-05-14
1
-5
/
+25
*
tests: In verbose mode, print dashes between each test.
Richard Jones
2010-05-14
1
-0
/
+2
*
Document that guestfs_mount implies -o sync and performance problem (RHBZ#587...
Richard Jones
2010-04-30
1
-3
/
+14
*
lvresize: Use --force so it can make LVs smaller (RHBZ#587484).
Richard Jones
2010-04-30
1
-1
/
+8
*
guestfs(3): Documentation on protocol gotchas.
Richard Jones
2010-04-30
1
-0
/
+17
*
docs: Routine refresh of the documentation for guestfs(3) and guestfish(1).
Richard Jones
2010-04-30
1
-100
/
+96
[next]