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
*
New API: inspect-get-hostname to return the hostname of the guest.
Richard W.M. Jones
2010-11-16
3
-3
/
+247
*
inspect: Check /etc/lsb-release is not too large before calling head on it.
Richard W.M. Jones
2010-11-16
1
-1
/
+16
*
inspect: Add function to read the first line of a file, with safety checks.
Richard W.M. Jones
2010-11-16
1
-14
/
+42
*
inspect: Abstract the wrapper that sets up Augeas.
Richard W.M. Jones
2010-11-16
1
-33
/
+50
*
New API: inspect-list-applications.
Richard W.M. Jones
2010-11-15
2
-1
/
+455
*
inspect: Centralize all file downloads through a single function.
Richard W.M. Jones
2010-11-15
1
-32
/
+52
*
inspect: Add support for Linux Mint and Mandriva.
Richard Jones
2010-11-15
2
-1
/
+38
*
build: Missing backslash again.
Maxim Koltsov
2010-11-14
1
-1
/
+1
*
filearch: Refuse to download initrd if it is huge.
Richard W.M. Jones
2010-11-13
1
-0
/
+8
*
inspect: Fix error out path if minor_version parsing fails.
Richard W.M. Jones
2010-11-13
1
-1
/
+1
*
inspect: Refuse to download software hive if it is huge.
Richard W.M. Jones
2010-11-13
1
-0
/
+8
*
inspect: Refuse to parse /etc/fstab if it is huge.
Richard W.M. Jones
2010-11-13
1
-0
/
+8
*
lib: Make some error strings localizable.
Richard W.M. Jones
2010-11-13
1
-3
/
+3
*
inspect: Inspection support for FreeBSD.
Richard W.M. Jones
2010-11-13
2
-11
/
+113
*
inspect: Optimize root filesystem check.
Richard W.M. Jones
2010-11-13
1
-8
/
+13
*
lib: Add match3 function.
Richard W.M. Jones
2010-11-13
2
-0
/
+27
*
lib: Add safe_asprintf function.
Richard W.M. Jones
2010-11-13
2
-0
/
+19
*
docs: Add a section on security.
Richard W.M. Jones
2010-11-13
1
-1
/
+154
*
docs: Rearrange guestfs(3) sections.
Richard W.M. Jones
2010-11-13
1
-254
/
+254
*
New APIs: inspect-get-package-format, inspect-get-package-management.
Richard Jones
2010-11-12
2
-0
/
+167
*
Don't need to include XDR headers in <guestfs.h>.
Richard W.M. Jones
2010-11-11
1
-0
/
+3
*
lib: Make <guestfs.h> be completely generated.
Richard W.M. Jones
2010-11-11
2
-107
/
+2
*
Fix small typo in a comment in src/Makefile.am.
Richard W.M. Jones
2010-11-11
1
-1
/
+1
*
New API: add-domain
Richard Jones
2010-11-11
2
-1
/
+325
*
New API: debug-cmdline for printing QEMU command line (internal only).
Richard W.M. Jones
2010-11-10
1
-0
/
+24
*
Add internal facility to checkpoint and roll back the command line.
Richard Jones
2010-11-10
2
-0
/
+22
*
lib: Make pcre, libmagic and hivex libraries optional.
Richard Jones
2010-11-10
6
-427
/
+647
*
inspect: win64 regexp was dead code.
Richard Jones
2010-11-10
1
-2
/
+0
*
lib: Augeas (client side) is not needed by the library.
Richard Jones
2010-11-10
1
-2
/
+1
*
supermin: If disabled, don't compile in supermin code or check for supermin.
Richard W.M. Jones
2010-11-08
1
-5
/
+11
*
Add missing generated files to the tarball (thanks maksbotan).
Richard W.M. Jones
2010-11-07
1
-1
/
+1
*
New API: inspect-get-roots to return roots from last inspection.
Richard W.M. Jones
2010-11-05
1
-20
/
+34
*
Include <stdarg.h> in public header.
Guido Günther
2010-11-05
1
-0
/
+1
*
docs: Fix API support script.
Richard W.M. Jones
2010-11-04
176
-28
/
+6066
*
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
[next]