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
*
Rewrite virt-sysprep.
Richard W.M. Jones
2012-03-31
1
-5
/
+4
*
Update API support.
Richard W.M. Jones
2012-03-30
16
-0
/
+7355
*
New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).
Richard W.M. Jones
2012-03-29
5
-1
/
+1615
*
Don't provoke -Wstrict-overflow warning from map_app_md_devices function.
Richard Jones
2012-03-28
1
-2
/
+2
*
Work around -Wstrict-overflow warning on gcc 4.5.1.
Richard Jones
2012-03-28
1
-1
/
+5
*
New API: md-stat.
Richard W.M. Jones
2012-03-20
1
-1
/
+1
*
inspection: Set last errno to ENOTSUP when inspection APIs are not available.
Richard W.M. Jones
2012-03-20
1
-1
/
+1
*
New API: vgmeta: Download volume group metadata.
Richard W.M. Jones
2012-03-17
1
-1
/
+1
*
New APIs: isoinfo and isoinfo-device.
Richard W.M. Jones
2012-03-16
1
-1
/
+1
*
inspect: Fedora/RHEL CDs are multipart if totaldiscs > 1, not > 0.
Richard W.M. Jones
2012-03-16
1
-1
/
+1
*
inspect: Parse isolinux menu title from RHEL 6.2 Live CD.
Richard W.M. Jones
2012-03-16
1
-0
/
+15
*
inspect: Add comment documenting findings of RHEL 5, 6 install CDs.
Richard W.M. Jones
2012-03-16
1
-0
/
+58
*
New API: lvcreate-free: Create logical volume as % of free space.
Richard W.M. Jones
2012-03-15
1
-1
/
+1
*
New API: zero_free_space: zero free space in a filesystem.
Richard W.M. Jones
2012-03-15
1
-1
/
+1
*
inspect: Ignore missing HKLM\SYSTEM\MountedDevices (RHBZ#803664).
Richard W.M. Jones
2012-03-15
1
-4
/
+6
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
6
-11
/
+19
*
Replace 'int' with 'size_t' passim.
Richard W.M. Jones
2012-03-13
1
-1
/
+1
*
Fix strict-overflow bugs and reenable this warning.
Richard W.M. Jones
2012-03-12
1
-3
/
+3
*
inspect: Move variable decl to top of function.
Richard W.M. Jones
2012-03-12
1
-1
/
+3
*
inspect: Use 1/0 instead of true/false, and fix a bug in UUID parsing.
Richard W.M. Jones
2012-03-12
1
-9
/
+13
*
lib: Remove some unused variables.
Richard W.M. Jones
2012-03-12
4
-7
/
+1
*
lib: Use size_t instead of int for array iterator.
Richard W.M. Jones
2012-03-12
1
-1
/
+1
*
inspect: Use uint64_t for maximum file size in bytes.
Richard W.M. Jones
2012-03-12
2
-3
/
+3
*
lib: Use size_t for allocation size in safe realloc function.
Richard W.M. Jones
2012-03-12
2
-2
/
+2
*
Coalesce printable characters in debug and trace messages (RHBZ#802109).
Richard W.M. Jones
2012-03-11
1
-8
/
+17
*
Document error message from resize2fs (RHBZ#755729, RHBZ#801640).
Richard W.M. Jones
2012-03-09
1
-0
/
+26
*
Close all file descriptors and remove all signal handlers in the recovery pro...
Richard W.M. Jones
2012-03-09
1
-0
/
+25
*
inspect_apps: Avoid double-close on error path (found by Coverity) (RHBZ#8012...
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
dbdump: Avoid double-close on error path (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
daemon: proto: Close fd along error paths (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+3
*
proto: Close file along error and cancel paths (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-1
/
+5
*
Check return values from calloc (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-25
/
+29
*
Dead code: 'lvs' cannot be true here (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-1
/
+1
*
Ignore return values from some functions in guestfs_close (Coverity warning).
Richard W.M. Jones
2012-03-08
1
-2
/
+3
*
Update API support.
Richard W.M. Jones
2012-03-07
23
-0
/
+10581
*
inspection: Add detection of FreeDOS install CDs (RHBZ#786188).
Richard W.M. Jones
2012-03-07
2
-2
/
+13
*
inspection: Add detection of FreeDOS (RHBZ#786215).
Richard W.M. Jones
2012-03-07
6
-0
/
+24
*
Comment change.
Richard W.M. Jones
2012-03-07
1
-1
/
+1
*
Hide stderr of bmptopng.
Richard W.M. Jones
2012-03-07
1
-2
/
+3
*
build: Make netpbm and icoutils into proper optional dependencies.
Richard W.M. Jones
2012-03-07
1
-5
/
+30
*
Add support for Buildroot and Cirros distributions.
Richard W.M. Jones
2012-03-07
5
-0
/
+84
*
Whitespace change.
Richard W.M. Jones
2012-03-07
1
-1
/
+1
*
Add a 'fixed' style of appliance.
Richard W.M. Jones
2012-03-03
1
-3
/
+33
*
Rebrand 'ordinary appliance' as 'old-style appliance'.
Richard W.M. Jones
2012-03-03
2
-8
/
+8
*
New API: set-label, for setting a label on any filesystem.
Richard W.M. Jones
2012-02-27
1
-1
/
+1
*
New APIs: ntfsclone-in, ntfsclone-out.
Richard W.M. Jones
2012-02-27
1
-1
/
+1
*
New API: ntfsfix for fixing problems on NTFS.
Richard W.M. Jones
2012-02-27
1
-1
/
+1
*
set-smp: limit the number of cpus below 255
Wanlong Gao
2012-02-25
1
-1
/
+4
*
appliance: Make appliance building thread-safe (RHBZ#790721).
Richard W.M. Jones
2012-02-15
1
-1
/
+12
*
NEW API: add a new api wipefs
Wanlong Gao
2012-02-10
1
-1
/
+1
[next]