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
*
docs: Which API calls were first supported in which upstream versions.
Richard W.M. Jones
2010-11-04
178
-1
/
+40760
*
docs: Clarify no additional error available from guestfs_create.
Richard W.M. Jones
2010-11-03
1
-0
/
+6
*
docs: Clarify default error handler.
Richard W.M. Jones
2010-11-03
1
-1
/
+26
*
docs: Error strings are in fact localized, documentation was wrong.
Richard W.M. Jones
2010-11-03
1
-4
/
+0
*
docs: Clarify, not every function that returns int returns -1 for errors.
Richard W.M. Jones
2010-11-03
1
-2
/
+2
*
lib: Expose errno through new API guestfs_last_errno.
Richard W.M. Jones
2010-11-03
5
-28
/
+98
*
daemon: Send back the errno as a string.
Richard W.M. Jones
2010-11-03
1
-0
/
+3
*
Define internal safe_calloc shorthand.
Richard W.M. Jones
2010-11-03
1
-0
/
+1
*
inspect: Add support for MeeGo.
stable-1.6
Richard W.M. Jones
2010-11-02
2
-0
/
+11
*
inspect: Add support for Ubuntu.
Richard Jones
2010-10-29
2
-1
/
+76
*
inspect: Add detection of Gentoo.
Richard Jones
2010-10-29
2
-0
/
+11
*
inspect: Add detection of Arch Linux.
Richard Jones
2010-10-29
2
-0
/
+9
*
inspect: Add detection of Pardus.
Richard Jones
2010-10-29
2
-0
/
+11
*
inspect: Generic parsing of MAJOR.MINOR in product names.
Richard Jones
2010-10-29
1
-16
/
+26
*
inspect: Generic parsing of release files.
Richard Jones
2010-10-29
1
-26
/
+25
*
inspect: Ignore Pardus "/.swap" swapfile.
Richard W.M. Jones
2010-10-29
1
-4
/
+5
*
Ensure atomic creation of a cached appliance
Matthew Booth
2010-10-28
1
-13
/
+92
*
Call febootstrap-supermin-helper using the new -u and -g options
Matthew Booth
2010-10-28
1
-37
/
+34
*
Log the febootstrap-supermin-helper command line
Matthew Booth
2010-10-28
1
-26
/
+29
*
New internal function guestfs___print_timestamped_argv
Matthew Booth
2010-10-28
2
-24
/
+25
*
New API: inspect-get-windows-systemroot to get systemroot.
Richard W.M. Jones
2010-10-28
2
-23
/
+31
*
doc: Warn about security implications of running commands.
Richard W.M. Jones
2010-10-28
1
-0
/
+16
*
appliance: Remove repo from appliance filename (RHBZ#638901).
Richard W.M. Jones
2010-10-27
1
-2
/
+2
*
inspection: Ignore floppy disks and CD-ROM drives (RHBZ#642929).
Richard W.M. Jones
2010-10-27
1
-0
/
+7
*
Enable autosync by default.
Richard W.M. Jones
2010-10-27
2
-0
/
+4
*
/dev/mapper paths should not be returned from C inspection APIs (RHBZ#638899).
Richard W.M. Jones
2010-10-27
1
-17
/
+32
*
New API: lvm-canonical-lv-name: make LV name canonical.
Richard W.M. Jones
2010-10-27
1
-1
/
+1
*
Don't use kernel module whitelist with ext2-based appliance.
Richard W.M. Jones
2010-10-27
1
-6
/
+0
*
Fix networking in the appliance.
Matthew Booth
2010-10-27
1
-1
/
+1
*
Don't include control characters in BufferIn trace output (RHBZ#646822).
Matthew Booth
2010-10-26
2
-0
/
+30
*
generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).
Richard W.M. Jones
2010-10-22
2
-41
/
+232
*
New API: pread-device, partial read for devices.
Richard W.M. Jones
2010-09-27
1
-1
/
+1
*
New API: pwrite-device
Richard W.M. Jones
2010-09-26
1
-1
/
+1
*
Document ambiguity between devices and paths in API.
Richard W.M. Jones
2010-09-26
1
-0
/
+31
*
Document accurately how supermin appliance uses /tmp as a cache.
Richard W.M. Jones
2010-09-24
1
-3
/
+3
*
Allow $TMPDIR to override most temporary directory uses.
Richard W.M. Jones
2010-09-24
5
-24
/
+41
*
New APIs: upload-offset and download-offset
Richard W.M. Jones
2010-09-21
1
-1
/
+1
*
leak: Free PCRE regexps when library is unloaded.
Richard W.M. Jones
2010-09-21
1
-0
/
+18
*
leak: Appliance name was leaked during guestfs_launch.
Richard W.M. Jones
2010-09-21
1
-0
/
+2
*
Fix error launching libguestfs when euid != uid.
Richard W.M. Jones
2010-09-20
1
-25
/
+108
*
New API: list-filesystems: list filesystems
Richard Jones
2010-09-15
1
-0
/
+137
*
New API: part-to-dev: Convert partition name to device name.
Richard Jones
2010-09-15
1
-1
/
+1
*
build: require Augeas for library.
Richard Jones
2010-09-11
1
-2
/
+2
*
build: Don't distribute src/generator.ml, no longer exists.
Richard Jones
2010-09-11
1
-1
/
+0
*
Split generator into separate source files.
Richard Jones
2010-09-11
2
-13200
/
+1
*
syntax: Remove unused ignore-value.h header.
Richard Jones
2010-09-10
2
-2
/
+0
*
syntax: Remove unused signal.h header.
Richard Jones
2010-09-10
1
-1
/
+0
*
syntax: Remove unused c-ctype.h header.
Richard Jones
2010-09-10
2
-2
/
+0
*
syntax: Remove trailing spaces.
Richard Jones
2010-09-10
1
-2
/
+2
*
syntax: Use spaces instead of tabs for indentation.
Richard Jones
2010-09-10
2
-4
/
+4
[next]