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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't provoke -Wstrict-overflow warning from map_app_md_devices function.
Richard Jones
2012-03-30
1
-2
/
+2
*
Work around -Wstrict-overflow warning on gcc 4.5.1.
Richard Jones
2012-03-30
1
-1
/
+5
*
inspection: Set last errno to ENOTSUP when inspection APIs are not available.
Richard W.M. Jones
2012-03-21
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: Add comment documenting findings of RHEL 5, 6 install CDs.
Richard W.M. Jones
2012-03-16
1
-0
/
+58
*
inspect: Ignore missing HKLM\SYSTEM\MountedDevices (RHBZ#803664).
Richard W.M. Jones
2012-03-16
1
-4
/
+6
*
Fix strict-overflow bugs and reenable this warning.
Richard W.M. Jones
2012-03-13
1
-3
/
+3
*
inspect: Move variable decl to top of function.
Richard W.M. Jones
2012-03-13
1
-1
/
+3
*
lib: Remove some unused variables.
Richard W.M. Jones
2012-03-13
4
-7
/
+1
*
lib: Use size_t for allocation size in safe realloc function.
Richard W.M. Jones
2012-03-13
2
-2
/
+2
*
Close all file descriptors and remove all signal handlers in the recovery pro...
Richard W.M. Jones
2012-03-13
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
*
Comment change.
Richard W.M. Jones
2012-03-08
1
-1
/
+1
*
Hide stderr of bmptopng.
Richard W.M. Jones
2012-03-08
1
-2
/
+3
*
build: Make netpbm and icoutils into proper optional dependencies.
Richard W.M. Jones
2012-03-08
1
-4
/
+18
*
Whitespace change.
Richard W.M. Jones
2012-03-08
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
*
appliance: Make appliance building thread-safe (RHBZ#790721).
Richard W.M. Jones
2012-03-01
1
-1
/
+12
*
docs: Note that JRuby should use the Java bindings.
Richard W.M. Jones
2012-02-10
1
-0
/
+2
*
Enable running the daemon under valgrind.
Richard W.M. Jones
2012-01-24
2
-0
/
+18
*
API support: Fix src/api-support/added file.
Richard W.M. Jones
2012-01-23
1
-470
/
+470
*
Update API support.
Richard W.M. Jones
2012-01-23
24
-474
/
+11234
*
gobject: Document these bindings in guestfs(3).
Richard W.M. Jones
2012-01-22
1
-0
/
+7
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
14
-14
/
+14
*
lib: Use -fvisibilty=hidden by default; only ABI symbols are now visible.
Richard W.M. Jones
2012-01-18
1
-3
/
+5
*
New tool: virt-format: erase and make blank disks.
Richard W.M. Jones
2012-01-18
1
-0
/
+5
*
NEW API: add a new api e2fsck
Wanlong Gao
2012-01-13
1
-1
/
+1
*
Allow /dev/null to be added multiple times.
Richard W.M. Jones
2012-01-10
1
-1
/
+8
*
launch: move the filename checking to a wrapper
Wanlong Gao
2012-01-09
1
-6
/
+12
*
launch: don't add a drive twice
Wanlong Gao
2012-01-09
1
-2
/
+12
*
launch: add a goto label when add_drive error
Wanlong Gao
2012-01-09
1
-18
/
+11
*
lib: Try harder to remove temporary directory along error paths (RHBZ#769680).
Richard W.M. Jones
2011-12-23
1
-1
/
+11
*
lib: Add guestfs___remove_tmpdir helper function.
Richard W.M. Jones
2011-12-23
5
-46
/
+35
*
Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...
Richard W.M. Jones
2011-12-22
1
-0
/
+10
*
tests: Split images -> tests/data + tests/guests
Richard W.M. Jones
2011-12-22
1
-6
/
+0
*
tests: Rename extratests -> tests/extra.
Richard W.M. Jones
2011-12-22
1
-5
/
+0
*
tests: Split regressions -> various subdirectories of tests/
Richard W.M. Jones
2011-12-22
1
-6
/
+3
*
tests: Rename capitests -> tests/c-api.
Richard W.M. Jones
2011-12-22
1
-5
/
+1
*
tests: Rename caution -> tests/qemu.
Richard W.M. Jones
2011-12-22
1
-5
/
+0
*
tests: Document new tests/ subdirectory.
Richard W.M. Jones
2011-12-22
1
-0
/
+4
*
docs: Arrange directory names in alphabetical order.
Richard W.M. Jones
2011-12-22
1
-4
/
+4
*
Fix rpcgen post-processing for out-of-tree builds
Hilko Bengen
2011-12-06
1
-1
/
+1
*
NEW API: add blkid command to print the attributes of the device
Wanlong Gao
2011-12-03
1
-1
/
+1
[next]