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
/
generator
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
New API: Bind the tune2fs command.
Richard W.M. Jones
2011-11-11
1
-0
/
+97
*
tune2fs-l: Add a test.
Richard W.M. Jones
2011-11-11
1
-1
/
+4
*
generator: Support testing the output of RHashtable functions.
Richard W.M. Jones
2011-11-11
3
-0
/
+45
*
ocaml: Fix bindings when a function takes more than 10 parameters.
Richard W.M. Jones
2011-11-09
1
-4
/
+14
*
tests: Fix bitmask parameter when testing optional arguments.
Richard W.M. Jones
2011-11-09
1
-6
/
+7
*
fish: More informative documentation of optargs.
Richard W.M. Jones
2011-11-09
1
-2
/
+12
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
python: Fixes for Python 3 (RHBZ#750889).
Richard W.M. Jones
2011-11-02
2
-21
/
+109
*
python: Include <config.h>.
Richard W.M. Jones
2011-11-02
1
-0
/
+2
*
perl: Add %guestfs_introspection hash with introspection information.
Richard W.M. Jones
2011-10-28
1
-2
/
+90
*
generator: Remove DangerWillRobinson.
Richard W.M. Jones
2011-10-27
10
-44
/
+9
*
add-domain: Add readonlydisk optional argument (RHBZ#747290).
Richard W.M. Jones
2011-10-26
1
-2
/
+52
*
libvirt: Detect if a disk has the <readonly/> flag.
Richard W.M. Jones
2011-10-26
1
-1
/
+1
*
New APIs: copy-{file,device}-to-{file,device}.
Richard W.M. Jones
2011-10-26
1
-3
/
+58
*
New API: part-to-partnum
Richard W.M. Jones
2011-10-25
1
-1
/
+17
*
out-of-tree build: fix HAVE_OCAML=false case
Hilko Bengen
2011-10-21
1
-1
/
+1
*
inspect: Add drive naming hints
Matthew Booth
2011-10-19
1
-1
/
+6
*
launch: Store drive information in guestfs_h
Matthew Booth
2011-10-19
1
-0
/
+7
*
Add basic support for netbsd detection.
Michael Scherer
2011-10-14
1
-0
/
+4
*
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
-1
/
+5
*
Detect Mageia distribution
Michael Scherer
2011-10-14
1
-0
/
+4
*
mount: Not deprecated any more.
Richard W.M. Jones
2011-10-01
1
-1
/
+1
*
mount: No longer implicitly add -o sync,noatime options.
Richard W.M. Jones
2011-10-01
1
-9
/
+6
*
New API: set-smp, get-smp
Richard W.M. Jones
2011-09-28
1
-0
/
+16
*
New APIs: compress-out, compress-device-out.
Richard W.M. Jones
2011-09-28
1
-0
/
+27
*
Add Erlang bindings.
Richard W.M. Jones
2011-09-21
5
-8
/
+461
*
inspection: Add support for ttylinux (a minimal Linux).
Richard W.M. Jones
2011-09-16
1
-0
/
+4
*
Add an optional group ("grub") for the guestfs_grub_install API.
Richard W.M. Jones
2011-09-15
1
-5
/
+27
*
Add GUESTFS_EVENT_ENTER event.
Richard W.M. Jones
2011-08-26
2
-0
/
+11
*
ruby: Check Ruby callback exists before we call it (RHBZ#733297).
Richard W.M. Jones
2011-08-26
1
-6
/
+14
*
ruby: Use a regular C array to pass the arguments through rb_rescue.
Richard W.M. Jones
2011-08-25
1
-18
/
+17
*
ruby: Append newline character after printing exception in callback.
Richard W.M. Jones
2011-08-25
1
-1
/
+1
*
Coverity: in daemon, free struct in RStruct, RStructList functions.
Richard W.M. Jones
2011-08-23
1
-0
/
+2
*
pclose: Fix other places where we only tested pclose == -1.
Richard W.M. Jones
2011-08-23
1
-1
/
+1
*
Coverity: Check return value from sscanf in bindtests calls.
Richard W.M. Jones
2011-08-23
1
-5
/
+22
*
Improve zeroing and detection of zeroes.
Richard W.M. Jones
2011-08-16
1
-1
/
+9
*
out-of-tree build: Fix up OCaml bindings and generator
Hilko Bengen
2011-08-15
1
-4
/
+4
*
Note that additional memory may be required to typecheck Augeas lenses (RHBZ#...
Richard W.M. Jones
2011-08-12
1
-1
/
+6
*
fish: Add setenv and unsetenv commands.
Richard W.M. Jones
2011-08-07
1
-0
/
+17
*
fish: Declare run_* functions in a generated header file.
Richard W.M. Jones
2011-08-07
2
-2
/
+21
*
docs: Move deprecation notice up to the top in C man page.
Richard W.M. Jones
2011-08-06
1
-4
/
+5
*
docs: Emphasize deprecation notice in man pages.
Richard W.M. Jones
2011-08-06
1
-1
/
+1
*
docs: Fix function names in deprecation notices.
Richard W.M. Jones
2011-08-06
2
-4
/
+4
*
fish: Print input file and line number in error messages.
Richard W.M. Jones
2011-08-05
1
-0
/
+2
*
java: Tidy up the generated C bindings file.
Richard W.M. Jones
2011-07-19
1
-3
/
+11
*
java: Fix optional arguments in calls.
Richard W.M. Jones
2011-07-19
1
-12
/
+82
*
java: Enable warnings when compiling C bindings code.
Richard W.M. Jones
2011-07-19
1
-15
/
+27
*
ocaml: Generate ocamldoc.
Richard W.M. Jones
2011-07-17
1
-15
/
+45
*
ocaml: Bind guestfs_last_errno.
Richard W.M. Jones
2011-07-16
1
-0
/
+13
[prev]
[next]