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
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
*
perl: use newSVpvn for variable length strings.
Richard Jones
2010-03-25
1
-3
/
+3
*
New API: guestfs_copy_size to copy a fixed number of bytes.
Richard Jones
2010-03-23
2
-2
/
+15
*
Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).
Richard W.M. Jones
2010-03-23
1
-4
/
+4
*
guestfs.h: Include <stdint.h>.
Richard Jones
2010-03-22
1
-0
/
+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: implement readline functions.
Richard Jones
2010-03-22
1
-3
/
+12
*
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
*
Run qemu with -nographic option.
Richard Jones
2010-03-22
1
-2
/
+3
*
New APIs: Query the relationship between LVM objects.
Richard Jones
2010-03-18
2
-1
/
+43
*
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
*
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
*
Tab to space (whitespace fixes only).
Richard Jones
2010-03-12
1
-82
/
+82
*
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
2
-2
/
+3
*
guestfish: Use xstrtoll to parse Int params (RHBZ#569757 RHBZ#567567).
Richard Jones
2010-03-12
1
-1
/
+1
*
Spin off hivex as a separate upstream project.
Richard Jones
2010-02-22
1
-4
/
+4
*
Turn ProtocolLimitWarning into link to documentation section.
Richard Jones
2010-02-15
2
-2
/
+24
*
initrd-cat: Needs ProtocolLimitWarning.
Richard Jones
2010-02-15
1
-1
/
+1
*
Remove references to FTP, replace with FUSE.
Richard Jones
2010-02-15
2
-7
/
+9
*
Remove some unused variables.
Richard Jones
2010-02-15
1
-2
/
+1
*
daemon: Don't need to prefix error messages with the command name.
Richard Jones
2010-02-12
1
-1
/
+1
*
generator: Don't prefix error messages with command name.
Richard Jones
2010-02-12
1
-11
/
+10
*
New APIs: add-drive{,-ro}-with-if allows you to set QEMU block emulation.
Richard Jones
2010-02-12
2
-5
/
+44
*
generator: 'interface' is a reserved word in Java.
Richard Jones
2010-02-12
1
-0
/
+1
*
add_cdrom: Update docs for adding ISO images.
Richard Jones
2010-02-12
1
-2
/
+16
*
Use mount-options instead of mount to avoid implicit -o sync.
Richard Jones
2010-02-10
2
-17
/
+26
*
Add -enable-kvm option to qemu command line.
Richard Jones
2010-02-09
1
-0
/
+31
*
New API call: initrd-cat to list a file from an initrd.
Richard Jones
2010-02-09
2
-1
/
+18
*
Documentation: Added a section on libguestfs gotchas.
Richard Jones
2010-02-08
1
-0
/
+55
*
Implement 'vgrename' and 'lvrename' APIs.
Richard Jones
2010-01-28
2
-1
/
+21
*
supermin: Prevent multilib corruption (RHBZ#558593).
Richard Jones
2010-01-27
1
-2
/
+4
*
guestfish: Use xstrtol to parse integers (RHBZ#557655).
Richard Jones
2010-01-25
1
-4
/
+50
*
Add 'filesize' call.
Richard Jones
2010-01-25
2
-1
/
+13
*
Add guestfs.pod and guestfish.pod to EXTRA_DIST.
1.0.81
Richard Jones
2010-01-13
1
-1
/
+2
*
qemu: Upstream regression of -stdio serial option.
Richard Jones
2010-01-07
1
-4
/
+17
*
Use linker script to control visibility of symbols.
Richard Jones
2010-01-04
2
-3
/
+53
*
generator: Move all library generation code together.
Richard Jones
2010-01-04
1
-1
/
+1
*
generator: Print total lines of generated code.
Richard Jones
2010-01-04
1
-2
/
+18
*
C#: Add documentation about experimental nature of these bindings.
Richard Jones
2010-01-04
2
-5
/
+39
*
Experimental C# bindings.
Richard Jones
2010-01-02
2
-5
/
+218
[next]