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
*
Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...
Richard W.M. Jones
2011-12-22
1
-0
/
+10
*
Add test for qemu broken -machine option (RHBZ#748266).
Richard W.M. Jones
2011-10-31
1
-0
/
+12
*
Coverity: fix memory leak along error path.
Richard W.M. Jones
2011-09-16
1
-0
/
+12
*
pclose: Fix other places where we only tested pclose == -1.
Richard W.M. Jones
2011-09-16
2
-2
/
+2
*
test_qemu: pclose may return any != 0 on error.
Richard W.M. Jones
2011-09-16
1
-1
/
+1
*
qemu detection: Free up previous qemu help/version strings if they exist.
Richard W.M. Jones
2011-09-16
1
-0
/
+5
*
Coverity: test_qemu: Ensure FILE * is not leaked along error paths.
Richard W.M. Jones
2011-09-16
1
-15
/
+22
*
Escape special/non-printing characters in debug output (RHBZ#731744).
Richard W.M. Jones
2011-09-16
1
-12
/
+42
*
inspection: Better checking for Windows root disks (RHBZ#729075).
Richard W.M. Jones
2011-08-17
3
-30
/
+75
*
docs: guestfs_set_out_of_memory_handler returns void, not int.
Richard W.M. Jones
2011-08-07
1
-2
/
+2
*
Change link, since PostgreSQL switched to using git.
Richard W.M. Jones
2011-08-07
1
-1
/
+1
*
Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739).
Richard W.M. Jones
2011-08-07
1
-3
/
+10
*
blkid: Detect when value not found and return empty string.
Richard W.M. Jones
2011-07-27
1
-0
/
+4
*
appliance: Capture stderr from qemu to the event system.
Richard W.M. Jones
2011-07-27
1
-1
/
+9
*
appliance: Document pipe fds.
Richard W.M. Jones
2011-07-27
1
-0
/
+2
*
Add missing reference to guestfs-perl(3) to guestfs(3).
Richard W.M. Jones
2011-07-27
1
-0
/
+1
*
Add caution subdirectory containing safety and liveness tests.
Richard W.M. Jones
2011-07-13
1
-0
/
+5
*
Change download_to_tmp so it can work with multi-root operating systems.
Richard W.M. Jones
2011-07-13
4
-76
/
+74
*
build: include <string.h> for src/match.c's use of strlen
Jim Meyering
2011-06-13
1
-0
/
+1
*
protocol: Enhance "unexpected end of file when reading from daemon" error.
Richard W.M. Jones
2011-06-13
1
-2
/
+21
*
appliance: Use qemu -machine option where available (RHBZ#700369).
Richard W.M. Jones
2011-06-13
1
-14
/
+23
*
Fix guestfs___rollback_cmdline when pos == 0.
Richard W.M. Jones
2011-05-18
1
-1
/
+1
*
guestfs(3): Note that host file size limits affect guest disk limits.
Richard W.M. Jones
2011-05-18
1
-0
/
+9
*
guestfs(3): Refresh documentation for private data area keys.
Richard W.M. Jones
2011-05-18
1
-5
/
+6
*
guestfs(3): Referenced section is above, not below.
Richard W.M. Jones
2011-05-18
1
-1
/
+1
*
guestfs(3): Refresh autosync gotcha documentation.
Richard W.M. Jones
2011-05-18
1
-3
/
+3
*
guestfs(3): Writing to a file descriptor, not just a pipe.
Richard W.M. Jones
2011-05-18
1
-1
/
+1
*
guestfs(3): Refresh documentation for guestfs_create, guestfs_close.
Richard W.M. Jones
2011-05-18
1
-5
/
+12
*
internal: Use size_t instead of int for command line size.
Richard W.M. Jones
2011-05-18
4
-9
/
+9
*
guestfs_close: Move local variables close to code that uses them.
Richard W.M. Jones
2011-05-18
1
-3
/
+4
*
guestfs_close: Remove unused local variable.
Richard W.M. Jones
2011-05-18
1
-2
/
+1
*
guestfs(3): Document limits.
Richard W.M. Jones
2011-05-18
1
-23
/
+91
*
inspect: Look for %systemroot%/system32 for Windows heuristic.
Richard W.M. Jones
2011-04-24
1
-3
/
+3
*
list-applications: If software hive is missing, this is an error.
Richard W.M. Jones
2011-04-24
1
-5
/
+5
*
inspect: "centos" and "scientificlinux" are now separate distros.
Richard W.M. Jones
2011-04-24
4
-3
/
+79
*
inspect: Abstract out db_dump code for listing RPM applications.
Richard W.M. Jones
2011-04-18
4
-81
/
+251
*
inspect: Split code into separate files.
Richard W.M. Jones
2011-04-18
8
-2533
/
+2879
*
inspect: Move shared PCRE match functions to separate file.
Richard W.M. Jones
2011-04-18
3
-98
/
+128
*
inspect: Cache downloaded files in the handle g->tmpdir.
Richard W.M. Jones
2011-04-18
1
-56
/
+72
*
Remove temporary directory containing arbitrary files.
Richard W.M. Jones
2011-04-18
1
-9
/
+40
*
Avoid warning about implicit declaration of strlen.
Jim Meyering
2011-04-18
1
-0
/
+1
*
guestfs(3): Fix documentation for drive letters.
Richard W.M. Jones
2011-04-12
1
-8
/
+7
*
inspect: Fix some small memory leaks in Windows inspection.
Richard W.M. Jones
2011-04-12
1
-0
/
+3
*
Compile rpcgen-generated files with -fno-strict-aliasing
Matthew Booth
2011-04-07
1
-7
/
+4
*
New API: inspect-get-drive-mappings
Richard W.M. Jones
2011-04-05
2
-1
/
+180
*
New API: inspect-get-windows-current-control-set
Richard W.M. Jones
2011-04-05
2
-9
/
+66
*
Rename resolve_windows_path_silently to case_sensitive_path_silently.
Richard W.M. Jones
2011-04-05
1
-9
/
+9
*
daemon: Introduce "pulse mode" progress events.
Richard W.M. Jones
2011-04-01
1
-0
/
+14
*
Generate progress messages during launch.
Richard W.M. Jones
2011-04-01
3
-0
/
+54
*
protocol: Sleep for 1ms before reading log messages.
Richard W.M. Jones
2011-04-01
1
-1
/
+8
[next]