summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* New APIs: inspect-get-package-format, inspect-get-package-management.Richard Jones2010-11-122-0/+167
* Don't need to include XDR headers in <guestfs.h>.Richard W.M. Jones2010-11-111-0/+3
* lib: Make <guestfs.h> be completely generated.Richard W.M. Jones2010-11-112-107/+2
* Fix small typo in a comment in src/Makefile.am.Richard W.M. Jones2010-11-111-1/+1
* New API: add-domainRichard Jones2010-11-112-1/+325
* New API: debug-cmdline for printing QEMU command line (internal only).Richard W.M. Jones2010-11-101-0/+24
* Add internal facility to checkpoint and roll back the command line.Richard Jones2010-11-102-0/+22
* lib: Make pcre, libmagic and hivex libraries optional.Richard Jones2010-11-106-427/+647
* inspect: win64 regexp was dead code.Richard Jones2010-11-101-2/+0
* lib: Augeas (client side) is not needed by the library.Richard Jones2010-11-101-2/+1
* supermin: If disabled, don't compile in supermin code or check for supermin.Richard W.M. Jones2010-11-081-5/+11
* Add missing generated files to the tarball (thanks maksbotan).Richard W.M. Jones2010-11-071-1/+1
* New API: inspect-get-roots to return roots from last inspection.Richard W.M. Jones2010-11-051-20/+34
* Include <stdarg.h> in public header.Guido Günther2010-11-051-0/+1
* docs: Fix API support script.Richard W.M. Jones2010-11-04176-28/+6066
* 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