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
*
Document problems copying long filenames from NTFS to Linux filesystems (RHBZ...
Richard W.M. Jones
2012-08-05
1
-0
/
+22
*
Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x file
Masami HIRATA
2012-08-05
1
-2
/
+11
*
Mac OS X: #define UNIX_PATH_MAX 104
Masami HIRATA
2012-08-05
1
-0
/
+4
*
Mac OS X: Added check of #include <endian.h>
Masami HIRATA
2012-08-05
7
-0
/
+21
*
lib: Initialize libvirt and libxml2 once when the library loads.
Richard W.M. Jones
2012-08-05
2
-11
/
+36
*
fuse:remove the unused macro when fuse is not available
Wanlong Gao
2012-08-05
1
-1
/
+1
*
lib: Use safe_asprintf when constructing attach_method.
Richard W.M. Jones
2012-08-05
2
-6
/
+2
*
build: Rename most C files that contain underscore with dash.
Richard W.M. Jones
2012-08-05
7
-10
/
+10
*
build: Rename src/virt.c to src/libvirtdomain.c
Richard W.M. Jones
2012-08-05
2
-1
/
+1
*
build: Arrange libguestfs_la_SOURCES in order.
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
docs: Use L<...> for links.
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
docs: febootstrap is in section 8 of the manual, not section 1.
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
Richard W.M. Jones
2012-08-05
1
-1
/
+1
*
Revert "launch: Correction in comment."
Richard W.M. Jones
2012-07-09
1
-2
/
+4
*
launch: Correction in comment.
Richard W.M. Jones
2012-07-07
1
-4
/
+2
*
qemu: Use sgabios by default (thanks Dan Berrange).
Richard W.M. Jones
2012-07-06
1
-0
/
+9
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-06
3
-60
/
+98
*
close: Warn if qemu exits unsuccessfully.
Richard W.M. Jones
2012-07-06
1
-1
/
+19
*
close: Rearrange the order in which the handle is closed and freed.
Richard W.M. Jones
2012-07-06
1
-33
/
+31
*
Add notes about how qemu cache=none works internally.
Richard W.M. Jones
2012-07-06
1
-1
/
+12
*
Rename qemu option cache=off to cache=none.
Richard W.M. Jones
2012-07-06
2
-10
/
+10
*
inspect: Check partition exists when doing fstab mapping.
Richard W.M. Jones
2012-07-06
1
-8
/
+26
*
inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).
Richard W.M. Jones
2012-07-06
1
-0
/
+74
*
New API: guestfs_nr_devices
Richard W.M. Jones
2012-07-06
1
-1
/
+1
*
inspect: Refactor resolve_fstab_device code into multiple functions.
Richard W.M. Jones
2012-07-06
1
-68
/
+103
*
launch: Avoid double-close when qemu exits early.
Richard W.M. Jones
2012-06-28
1
-2
/
+6
*
launch: Ensure errno from test_qemu_cmd is captured and printed.
Richard W.M. Jones
2012-06-28
1
-5
/
+3
*
launch: Set g->sock = -1 to avoid double-close.
Richard W.M. Jones
2012-06-28
1
-0
/
+1
*
launch: Log errors from close syscall.
Richard W.M. Jones
2012-06-28
1
-1
/
+6
*
lib: Remove obsolete NETWORK, ROUTER definitions in header file.
Richard W.M. Jones
2012-06-28
1
-21
/
+0
*
arm: Use #if defined instead of #ifdef.
Richard W.M. Jones
2012-06-21
1
-1
/
+1
*
ppc64: Avoid "defined by not used" warning for is_openable function.
Richard W.M. Jones
2012-06-21
1
-0
/
+4
*
trace: Fix display of non-printing characters.
Richard W.M. Jones
2012-06-01
1
-0
/
+5
*
trace: Fix escaping of non-printable signed characters.
Richard W.M. Jones
2012-06-01
1
-1
/
+1
*
inspection: Don't fail if /etc/HOSTNAME or /etc/hostname are empty files (RHB...
Richard W.M. Jones
2012-06-01
2
-4
/
+24
*
inspection: Use parse_release_file to parse ttylinux release file.
Richard W.M. Jones
2012-06-01
1
-2
/
+1
*
Update API support.
Richard W.M. Jones
2012-05-21
7
-0
/
+3090
*
NEW API: add new api btrfs-fsck
Wanlong Gao
2012-05-15
1
-1
/
+1
*
New API: add new api btrfs-set-seeding to enable or disable seeding.
Wanlong Gao
2012-05-14
1
-1
/
+1
*
qemu: Move -nodefaults etc logically together.
Richard W.M. Jones
2012-05-12
1
-16
/
+16
*
arm: Add configure flag '--with-qemu-options'.
Richard W.M. Jones
2012-05-12
1
-0
/
+65
*
arm: Disable -machine, -enable-kvm options except on x86, x86-64.
Richard W.M. Jones
2012-05-12
1
-0
/
+5
*
arm: On Linux ARM kernels, the serial console is ttyAMA0.
Richard W.M. Jones
2012-05-12
1
-1
/
+7
*
arm: Disable test for -no-hpet during launch.
Richard W.M. Jones
2012-05-12
1
-0
/
+8
*
arm: Set minimum LIBGUESTFS_MEMSIZE at 128.
Richard W.M. Jones
2012-05-12
1
-1
/
+1
*
configure: Allow systemtap/DTrace userspace probes to be disabled.
Richard W.M. Jones
2012-05-11
1
-2
/
+2
*
Update API support.
Richard W.M. Jones
2012-05-03
26
-0
/
+12671
*
Turn libguestfs FAQ into a man page: guestfs-faq(1).
Richard W.M. Jones
2012-05-01
1
-0
/
+3
*
doc: Rewrite description section in man page guestfs(3).
Richard W.M. Jones
2012-05-01
1
-31
/
+12
*
Remove "convenience header" "gettext.h" and use <libintl.h> instead.
Richard W.M. Jones
2012-05-01
3
-278
/
+2
[next]