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