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
...
*
Include guestfs-release-notes.txt in the tarball.
Richard W.M. Jones
2012-08-11
1
-0
/
+1
*
tests/9p: Add test to EXTRA_DIST.
1.19.29
Richard W.M. Jones
2012-08-11
1
-0
/
+2
*
Version 1.19.29.
Richard W.M. Jones
2012-08-11
21
-17597
/
+31635
*
sysprep: remove the process accounting log files
Wanlong Gao
2012-08-11
4
-3
/
+63
*
xfs: fix a possible memory leak
Wanlong Gao
2012-08-11
1
-0
/
+1
*
Fix typo in release notes.
Wanlong Gao
2012-08-11
2
-2
/
+2
*
Convert release notes to a POD file / man page.
Richard W.M. Jones
2012-08-11
7
-214
/
+1906
*
New APIs: rsync, rsync-in, rsync-out
Richard W.M. Jones
2012-08-11
11
-3
/
+377
*
fish: Add --network option.
Richard W.M. Jones
2012-08-11
2
-6
/
+14
*
generator: 'delete' is a reserved word (in C++).
Richard W.M. Jones
2012-08-11
1
-4
/
+4
*
tests/extra: Add workaround for memory leak in libvirt.
Richard W.M. Jones
2012-08-11
1
-1
/
+13
*
Update release notes for libguestfs 1.20.
Richard W.M. Jones
2012-08-04
1
-0
/
+154
*
appliance: Add rsync and openssh-client{,s} to the appliance.
Richard W.M. Jones
2012-08-04
1
-0
/
+3
*
fuse: guestmount doesn't let you pass '-- [FUSE options]'.
Richard W.M. Jones
2012-08-03
1
-1
/
+1
*
ruby: Mark all VALUEs as volatile.
Richard W.M. Jones
2012-08-03
1
-15
/
+26
*
fish: Fix 'copy-out /' (RHBZ#845522).
Richard W.M. Jones
2012-08-03
1
-0
/
+16
*
Document problems copying long filenames from NTFS to Linux filesystems (RHBZ...
Richard W.M. Jones
2012-08-03
1
-0
/
+22
*
Version 1.19.28.
1.19.28
Richard W.M. Jones
2012-08-02
21
-19857
/
+21028
*
examples: Use add_drive_opts function in examples.
Richard W.M. Jones
2012-08-02
18
-25
/
+25
*
grep: Add optargs to grep API and deprecate fgrep etc.
Richard W.M. Jones
2012-08-02
6
-27
/
+146
*
xfs: add new api xfs-growfs
Wanlong Gao
2012-08-02
5
-3
/
+144
*
Revert "appliance: Add '-drive detect-zero=on' flag if qemu supports it."
Richard W.M. Jones
2012-08-01
1
-2
/
+1
*
Reviewed and revised TODO file.
Richard W.M. Jones
2012-07-31
1
-3
/
+12
*
m4: Sort .gitignore with LANG=C. Also add pipe2.m4 (used by RHEL 6).
Richard W.M. Jones
2012-07-31
1
-36
/
+37
*
build: On x86 search for qemu-system-i386 not qemu-system-i686.
Richard W.M. Jones
2012-07-31
1
-1
/
+2
*
build: Allow building with new glibc headers and -O0.
Eric Blake
2012-07-31
1
-2
/
+5
*
9p: Add a regression test for 9p functionality in qemu.
Richard W.M. Jones
2012-07-30
4
-0
/
+80
*
appliance: Exclude kernel* packages explicitly.
Richard W.M. Jones
2012-07-30
1
-4
/
+9
*
Version 1.19.27.
1.19.27
Richard W.M. Jones
2012-07-30
20
-11386
/
+11849
*
libguestfs-make-fixed-appliance: Don't reference obsolete development version.
Richard W.M. Jones
2012-07-30
1
-1
/
+1
*
New API: utsname
Richard W.M. Jones
2012-07-30
9
-1
/
+94
*
sysprep: Describe more directly how to use qemu-img for snapshotting.
Richard W.M. Jones
2012-07-28
1
-14
/
+24
*
tests: Consistent use of $(top_builddir)/run --test when building test guests.
Richard W.M. Jones
2012-07-26
4
-21
/
+9
*
build: Use $(top_builddir)/run in Makefile.am's.
Richard W.M. Jones
2012-07-26
4
-9
/
+9
*
Version 1.19.26.
1.19.26
Richard W.M. Jones
2012-07-26
21
-14955
/
+16631
*
appliance: Add '-drive detect-zero=on' flag if qemu supports it.
Richard W.M. Jones
2012-07-26
1
-1
/
+2
*
ruby: Allow optional arguments hash to be really optional.
Richard W.M. Jones
2012-07-26
1
-38
/
+59
*
ruby: In event wrapper, ignore callback functions which have type T_ZOMBIE.
Richard W.M. Jones
2012-07-26
1
-2
/
+7
*
ruby: Set LD_LIBRARY_PATH for Ruby libs in run script.
Richard W.M. Jones
2012-07-25
1
-0
/
+1
*
sparsify: Detect qemu-img version and use qcow2 v3 for overlay if available.
Richard W.M. Jones
2012-07-25
1
-1
/
+41
*
sparsify: Change code that generates qemu-img -o argument.
Richard W.M. Jones
2012-07-25
1
-7
/
+9
*
sysprep: Generate new random UUIDs for LVM2 PVs and VGs (thanks Kazuo Moriwaka).
Richard W.M. Jones
2012-07-25
4
-4
/
+56
*
New APIs: pvchange-uuid, pvchange-uuid-all, vgchange-uuid, vgchange-uuid-all.
Richard W.M. Jones
2012-07-25
3
-1
/
+147
*
sysprep: Change perform callback to perform_on_filesystems and perform_on_dev...
Richard W.M. Jones
2012-07-25
33
-40
/
+115
*
fish: Use minimal permissions when initially creating history file
Matthew Booth
2012-07-25
1
-1
/
+1
*
sysprep: Tidy up the Makefile.
Richard W.M. Jones
2012-07-25
1
-60
/
+12
*
sysprep: operation machine-id: return `Created_files.
Richard W.M. Jones
2012-07-25
1
-1
/
+1
*
sysprep: remove the local machine ID
Wanlong Gao
2012-07-25
4
-3
/
+50
*
sysprep: remove the auto generated abrt data
Wanlong Gao
2012-07-25
3
-0
/
+49
*
Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x file
Masami HIRATA
2012-07-24
4
-12
/
+53
[prev]
[next]