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
/
guestfs-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow compilation without hivex (RHBZ#723474).
Richard W.M. Jones
2011-10-21
1
-2
/
+3
*
inspect: Add drive naming hints
Matthew Booth
2011-10-19
1
-0
/
+1
*
launch: Store drive information in guestfs_h
Matthew Booth
2011-10-19
1
-2
/
+17
*
Add basic support for netbsd detection.
Michael Scherer
2011-10-14
1
-0
/
+3
*
Add support for pkgsrc, default NetBSD package manager.
Michael Scherer
2011-10-14
1
-1
/
+2
*
Add Opensuse and zypper detection support
Michael Scherer
2011-10-14
1
-0
/
+2
*
Detect Mageia distribution
Michael Scherer
2011-10-14
1
-0
/
+1
*
Add systemtap/DTrace probes.
Richard W.M. Jones
2011-10-10
1
-0
/
+20
*
New API: set-smp, get-smp
Richard W.M. Jones
2011-09-28
1
-0
/
+2
*
inspection: Add support for ttylinux (a minimal Linux).
Richard W.M. Jones
2011-09-16
1
-0
/
+1
*
Remove guestfs___print_timestamped_argv.
Richard W.M. Jones
2011-08-18
1
-1
/
+0
*
inspection: Better checking for Windows root disks (RHBZ#729075).
Richard W.M. Jones
2011-08-08
1
-0
/
+3
*
Require PCRE library.
Richard W.M. Jones
2011-07-25
1
-7
/
+1
*
Add user cancellation to the C API.
Richard W.M. Jones
2011-07-15
1
-0
/
+5
*
New APIs: set-pgroup, get-pgroup
Richard W.M. Jones
2011-07-15
1
-0
/
+2
*
New API: inspect-get-icon returns the guest icon.
Richard W.M. Jones
2011-06-28
1
-0
/
+3
*
Change download_to_tmp so it can work with multi-root operating systems.
Richard W.M. Jones
2011-06-28
1
-1
/
+1
*
internal: Use size_t instead of int for command line size.
Richard W.M. Jones
2011-04-30
1
-3
/
+3
*
inspect: "centos" and "scientificlinux" are now separate distros.
Richard W.M. Jones
2011-04-21
1
-0
/
+2
*
inspect: Get version and release of RPM packages.
Richard W.M. Jones
2011-04-14
1
-2
/
+6
*
inspect: Abstract out db_dump code for listing RPM applications.
Richard W.M. Jones
2011-04-14
1
-0
/
+2
*
inspect: Split code into separate files.
Richard W.M. Jones
2011-04-14
1
-0
/
+40
*
New API: inspect-get-drive-mappings
Richard W.M. Jones
2011-04-05
1
-0
/
+1
*
New API: inspect-get-windows-current-control-set
Richard W.M. Jones
2011-04-05
1
-0
/
+1
*
Generate progress messages during launch.
Richard W.M. Jones
2011-04-01
1
-0
/
+1
*
Shared function to send progress messages.
Richard W.M. Jones
2011-04-01
1
-1
/
+3
*
inspector: Add detection of Slackware.
Richard W.M. Jones
2011-03-25
1
-0
/
+1
*
New API: guestfs_inspect_get_product_variant
Richard W.M. Jones
2011-03-23
1
-0
/
+1
*
inspect: Don't fail for Windows guests with multiple disks (RHBZ#674130).
Richard W.M. Jones
2011-03-22
1
-0
/
+2
*
proto: Fix both-ends-cancel case.
Richard W.M. Jones
2011-03-18
1
-0
/
+1
*
New event API (RHBZ#664558).
Richard W.M. Jones
2011-03-15
1
-10
/
+33
*
New APIs: guestfs_first_private, guestfs_next_private to walk over
Richard W.M. Jones
2011-03-15
1
-0
/
+1
*
New APIs: set-attach-method, get-attach-method.
Richard W.M. Jones
2011-02-03
1
-0
/
+6
*
Use /var/tmp for the cached appliance (for FHS compliance).
Richard W.M. Jones
2011-01-19
1
-0
/
+1
*
Add ability to inspect install disks and live CDs.
Richard W.M. Jones
2011-01-15
1
-0
/
+12
*
generator: Code to handle optional arguments in daemon functions.
Richard W.M. Jones
2010-12-02
1
-1
/
+1
*
protocol: Send progress_hint in header.
Richard W.M. Jones
2010-12-01
1
-1
/
+1
*
generator: trace mode prints return values.
Richard W.M. Jones
2010-11-17
1
-0
/
+1
*
New API: inspect-get-hostname to return the hostname of the guest.
Richard W.M. Jones
2010-11-16
1
-0
/
+1
*
inspect: Add support for Linux Mint and Mandriva.
Richard Jones
2010-11-15
1
-0
/
+3
*
inspect: Inspection support for FreeBSD.
Richard W.M. Jones
2010-11-13
1
-0
/
+2
*
lib: Add match3 function.
Richard W.M. Jones
2010-11-13
1
-0
/
+2
*
lib: Add safe_asprintf function.
Richard W.M. Jones
2010-11-13
1
-0
/
+3
*
New APIs: inspect-get-package-format, inspect-get-package-management.
Richard Jones
2010-11-12
1
-0
/
+21
*
Don't need to include XDR headers in <guestfs.h>.
Richard W.M. Jones
2010-11-11
1
-0
/
+3
*
Add internal facility to checkpoint and roll back the command line.
Richard Jones
2010-11-10
1
-0
/
+2
*
lib: Make pcre, libmagic and hivex libraries optional.
Richard Jones
2010-11-10
1
-0
/
+16
*
lib: Expose errno through new API guestfs_last_errno.
Richard W.M. Jones
2010-11-03
1
-1
/
+4
*
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
1
-0
/
+1
[next]