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
...
*
perl: use newSVpvn for variable length strings.
Richard Jones
2010-03-25
1
-3
/
+3
*
Update PO files.
Richard Jones
2010-03-25
1
-1233
/
+532
*
Update Spanish translation of libguestfs (RHBZ#576876).
Daniel Cabrera
2010-03-25
1
-536
/
+1238
*
Fix lvresize test on RHEL 5, by fixing guestfs_e2fsck_l.
Richard Jones
2010-03-24
1
-2
/
+9
*
Use ext4 dev tools on RHEL 5 (RHBZ#576688).
Richard Jones
2010-03-24
1
-51
/
+85
*
Add support for minix filesystem (RHBZ#576689).
Richard Jones
2010-03-24
1
-0
/
+2
*
Version 1.0.87.
1.0.87
Richard Jones
2010-03-23
13
-6771
/
+6471
*
New tools: virt-resize and virt-list-partitions.
Richard Jones
2010-03-23
7
-1
/
+1217
*
New API: guestfs_copy_size to copy a fixed number of bytes.
Richard Jones
2010-03-23
3
-2
/
+96
*
Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).
Richard W.M. Jones
2010-03-23
1
-4
/
+4
*
Mac OS X: Fix configure-time tests for Ruby.
Richard Jones
2010-03-22
3
-2
/
+6
*
guestfs.h: Include <stdint.h>.
Richard Jones
2010-03-22
1
-0
/
+1
*
ocaml examples: Fix linking line so it uses local library.
Richard Jones
2010-03-22
1
-1
/
+1
*
Mac OS X: Disable null vmchannel implementation.
Richard Jones
2010-03-22
1
-1
/
+14
*
Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: For PATH_MAX, include <limits.h>
Richard Jones
2010-03-22
1
-0
/
+1
*
Mac OS X: setlocale function requires <locale.h> header file.
Richard Jones
2010-03-22
2
-0
/
+2
*
Mac OS X: implement readline functions.
Richard Jones
2010-03-22
3
-4
/
+22
*
Mac OS X: provide alternate implementation of posix_fallocate.
Richard Jones
2010-03-22
2
-0
/
+22
*
Mac OS X: include <rpc/types.h> before <rpc/xdr.h>
Richard Jones
2010-03-22
1
-0
/
+1
*
Mac OS X: include <string.h> in guestfs-actions.c
Richard Jones
2010-03-22
1
-0
/
+1
*
Mac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC__ is not defined.
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: strerror_r on Macs is not like GNU strerror_r.
Richard Jones
2010-03-22
1
-1
/
+1
*
Mac OS X: define MAX macro if not already defined.
Richard Jones
2010-03-22
1
-0
/
+4
*
Mac OS X: kill(2) requires <signal.h>
Richard Jones
2010-03-22
1
-0
/
+1
*
generator: Small fix for GODI users.
Richard Jones
2010-03-22
1
-0
/
+1
*
Ignore m4/intmax.m4
Richard Jones
2010-03-22
1
-0
/
+1
*
Remove out-of-date comment.
Richard Jones
2010-03-22
1
-3
/
+0
*
configure: Add --disable-daemon and --disable-appliance options.
Richard Jones
2010-03-22
2
-79
/
+113
*
Run qemu with -nographic option.
Richard Jones
2010-03-22
2
-5
/
+6
*
configure: Move host_cpu definition to earlier in the file.
Richard Jones
2010-03-22
1
-3
/
+3
*
appliance: Run depmod to create modules.dep for the kernel.
Richard Jones
2010-03-22
1
-0
/
+5
*
Mac OS X: Detect bindtextdomain.
Richard Jones
2010-03-22
2
-0
/
+14
*
Mac OS X: Use gnulib setenv module explicitly.
Richard Jones
2010-03-22
1
-0
/
+1
*
New APIs: Query the relationship between LVM objects.
Richard Jones
2010-03-18
6
-1
/
+228
*
daemon: Add a trim utility function.
Richard Jones
2010-03-18
2
-0
/
+24
*
add_drive_ro adds readonly=on option if available.
Richard Jones
2010-03-16
2
-5
/
+21
*
Allow qemu_supports to run earlier.
Richard Jones
2010-03-16
2
-10
/
+27
*
Add minimal vim to the appliance for virt-rescue.
Richard Jones
2010-03-16
1
-0
/
+2
*
tests: Don't use <guestfs-internal.h> in tests.
Richard Jones
2010-03-16
1
-2
/
+1
*
guestfs.h: More adjustment to comments in the header file.
Richard Jones
2010-03-16
1
-10
/
+14
*
guestfs.h: Move some internal functions to the internal header.
Richard Jones
2010-03-16
2
-15
/
+16
*
Rearrangement and comment changes in <guestfs.h> header file.
Richard Jones
2010-03-16
1
-10
/
+18
*
Prepare for version 1.0.86.
1.0.86
Richard Jones
2010-03-12
1
-1
/
+1
*
Tab to space (whitespace fixes only).
Richard Jones
2010-03-12
5
-104
/
+104
*
Docs: Change exit(1) -> exit(EXIT_FAILURE)
Richard Jones
2010-03-12
1
-1
/
+1
*
Rewrite libguestfs-supermin-helper in C.
Richard Jones
2010-03-12
9
-127
/
+963
*
guestfish: Use xstrtoll to parse Int params (RHBZ#569757 RHBZ#567567).
Richard Jones
2010-03-12
2
-5
/
+5
*
Special case hostfiles handling for libntfs-3g.so
Richard Jones
2010-03-12
1
-0
/
+6
*
inspector: Read information about Windows guests from the Registry.
Richard Jones
2010-03-08
4
-103
/
+113
[prev]
[next]