summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* New API: inspect-get-hostname to return the hostname of the guest.Richard W.M. Jones2010-11-163-3/+247
* inspect: Check /etc/lsb-release is not too large before calling head on it.Richard W.M. Jones2010-11-161-1/+16
* inspect: Add function to read the first line of a file, with safety checks.Richard W.M. Jones2010-11-161-14/+42
* inspect: Abstract the wrapper that sets up Augeas.Richard W.M. Jones2010-11-161-33/+50
* New API: inspect-list-applications.Richard W.M. Jones2010-11-152-1/+455
* inspect: Centralize all file downloads through a single function.Richard W.M. Jones2010-11-151-32/+52
* inspect: Add support for Linux Mint and Mandriva.Richard Jones2010-11-152-1/+38
* build: Missing backslash again.Maxim Koltsov2010-11-141-1/+1
* filearch: Refuse to download initrd if it is huge.Richard W.M. Jones2010-11-131-0/+8
* inspect: Fix error out path if minor_version parsing fails.Richard W.M. Jones2010-11-131-1/+1
* inspect: Refuse to download software hive if it is huge.Richard W.M. Jones2010-11-131-0/+8
* inspect: Refuse to parse /etc/fstab if it is huge.Richard W.M. Jones2010-11-131-0/+8
* lib: Make some error strings localizable.Richard W.M. Jones2010-11-131-3/+3
* inspect: Inspection support for FreeBSD.Richard W.M. Jones2010-11-132-11/+113
* inspect: Optimize root filesystem check.Richard W.M. Jones2010-11-131-8/+13
* lib: Add match3 function.Richard W.M. Jones2010-11-132-0/+27
* lib: Add safe_asprintf function.Richard W.M. Jones2010-11-132-0/+19
* docs: Add a section on security.Richard W.M. Jones2010-11-131-1/+154
* docs: Rearrange guestfs(3) sections.Richard W.M. Jones2010-11-131-254/+254
* 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