summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
...
* New API: Bind the tune2fs command.Richard W.M. Jones2011-11-111-0/+97
* tune2fs-l: Add a test.Richard W.M. Jones2011-11-111-1/+4
* generator: Support testing the output of RHashtable functions.Richard W.M. Jones2011-11-113-0/+45
* ocaml: Fix bindings when a function takes more than 10 parameters.Richard W.M. Jones2011-11-091-4/+14
* tests: Fix bitmask parameter when testing optional arguments.Richard W.M. Jones2011-11-091-6/+7
* fish: More informative documentation of optargs.Richard W.M. Jones2011-11-091-2/+12
* Update FSF address.Matthew Booth2011-11-081-1/+1
* python: Fixes for Python 3 (RHBZ#750889).Richard W.M. Jones2011-11-022-21/+109
* python: Include <config.h>.Richard W.M. Jones2011-11-021-0/+2
* perl: Add %guestfs_introspection hash with introspection information.Richard W.M. Jones2011-10-281-2/+90
* generator: Remove DangerWillRobinson.Richard W.M. Jones2011-10-2710-44/+9
* add-domain: Add readonlydisk optional argument (RHBZ#747290).Richard W.M. Jones2011-10-261-2/+52
* libvirt: Detect if a disk has the <readonly/> flag.Richard W.M. Jones2011-10-261-1/+1
* New APIs: copy-{file,device}-to-{file,device}.Richard W.M. Jones2011-10-261-3/+58
* New API: part-to-partnumRichard W.M. Jones2011-10-251-1/+17
* out-of-tree build: fix HAVE_OCAML=false caseHilko Bengen2011-10-211-1/+1
* inspect: Add drive naming hintsMatthew Booth2011-10-191-1/+6
* launch: Store drive information in guestfs_hMatthew Booth2011-10-191-0/+7
* Add basic support for netbsd detection.Michael Scherer2011-10-141-0/+4
* Add support for pkgsrc, default NetBSD package manager.Michael Scherer2011-10-141-1/+2
* Add Opensuse and zypper detection supportMichael Scherer2011-10-141-1/+5
* Detect Mageia distributionMichael Scherer2011-10-141-0/+4
* mount: Not deprecated any more.Richard W.M. Jones2011-10-011-1/+1
* mount: No longer implicitly add -o sync,noatime options.Richard W.M. Jones2011-10-011-9/+6
* New API: set-smp, get-smpRichard W.M. Jones2011-09-281-0/+16
* New APIs: compress-out, compress-device-out.Richard W.M. Jones2011-09-281-0/+27
* Add Erlang bindings.Richard W.M. Jones2011-09-215-8/+461
* inspection: Add support for ttylinux (a minimal Linux).Richard W.M. Jones2011-09-161-0/+4
* Add an optional group ("grub") for the guestfs_grub_install API.Richard W.M. Jones2011-09-151-5/+27
* Add GUESTFS_EVENT_ENTER event.Richard W.M. Jones2011-08-262-0/+11
* ruby: Check Ruby callback exists before we call it (RHBZ#733297).Richard W.M. Jones2011-08-261-6/+14
* ruby: Use a regular C array to pass the arguments through rb_rescue.Richard W.M. Jones2011-08-251-18/+17
* ruby: Append newline character after printing exception in callback.Richard W.M. Jones2011-08-251-1/+1
* Coverity: in daemon, free struct in RStruct, RStructList functions.Richard W.M. Jones2011-08-231-0/+2
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-08-231-1/+1
* Coverity: Check return value from sscanf in bindtests calls.Richard W.M. Jones2011-08-231-5/+22
* Improve zeroing and detection of zeroes.Richard W.M. Jones2011-08-161-1/+9
* out-of-tree build: Fix up OCaml bindings and generatorHilko Bengen2011-08-151-4/+4
* Note that additional memory may be required to typecheck Augeas lenses (RHBZ#...Richard W.M. Jones2011-08-121-1/+6
* fish: Add setenv and unsetenv commands.Richard W.M. Jones2011-08-071-0/+17
* fish: Declare run_* functions in a generated header file.Richard W.M. Jones2011-08-072-2/+21
* docs: Move deprecation notice up to the top in C man page.Richard W.M. Jones2011-08-061-4/+5
* docs: Emphasize deprecation notice in man pages.Richard W.M. Jones2011-08-061-1/+1
* docs: Fix function names in deprecation notices.Richard W.M. Jones2011-08-062-4/+4
* fish: Print input file and line number in error messages.Richard W.M. Jones2011-08-051-0/+2
* java: Tidy up the generated C bindings file.Richard W.M. Jones2011-07-191-3/+11
* java: Fix optional arguments in calls.Richard W.M. Jones2011-07-191-12/+82
* java: Enable warnings when compiling C bindings code.Richard W.M. Jones2011-07-191-15/+27
* ocaml: Generate ocamldoc.Richard W.M. Jones2011-07-171-15/+45
* ocaml: Bind guestfs_last_errno.Richard W.M. Jones2011-07-161-0/+13