summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-222-7/+7
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-225-21/+21
* fish: Allow events to be processed in guestfish.Richard W.M. Jones2011-12-164-4/+146
* daemon: Fix utimens so it doesn't hang on named pipes (RHBZ#761460).Richard W.M. Jones2011-12-081-3/+24
* ruby: Use RSTRING_PTR, RSTRING_LEN for compat with Ruby 1.9 (RHBZ#760000).Richard W.M. Jones2011-12-051-2/+11
* NEW API: add blkid command to print the attributes of the deviceWanlong Gao2011-12-031-0/+38
* perl: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-11-291-0/+1
* ruby: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-11-291-0/+1
* ocaml: Fix memory leak in bindings for functions that return buffers.Richard W.M. Jones2011-11-291-0/+1
* inspection: Add outline support for GNU/Hurd.Richard W.M. Jones2011-11-281-0/+4
* docs: Tidy up documentation for md-stop.Richard W.M. Jones2011-11-251-11/+1
* New API: md-stop for stopping MD devicesWanlong Gao2011-11-241-0/+17
* Rename mdadm_ apis to md_Matthew Booth2011-11-241-2/+2
* Don't rely on implicit promotion of float to double in printf args.Richard W.M. Jones2011-11-221-3/+5
* fish: In generated code, put function names on a new line.Richard W.M. Jones2011-11-221-5/+10
* New API: mdadm-detail.Matthew Booth2011-11-171-0/+31
* New API: list-md-devices.Matthew Booth2011-11-111-0/+6
* New API: mdadm-create for creating MD devices.Richard W.M. Jones2011-11-111-0/+58
* 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