summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* Individual tests can be skipped by setting SKIP_TEST_<CMD>[_<N>]=1Richard Jones2009-05-211-37/+62
* Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018).Richard Jones2009-05-211-1/+19
* Fix pvremove, vgremove, lvremove tests (RHBZ 502007).Richard Jones2009-05-211-19/+27
* Skip 'zerofree' test if the command doesn't exist in the appliance.Richard Jones2009-05-191-1/+1
* Added 'find' command.Richard Jones2009-05-191-0/+39
* Add: lvresize, resize2fs commands.Richard Jones2009-05-181-7/+33
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+27
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr...Richard W.M. Jones2009-05-151-3/+55
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+23
* Enable run-time conditional test prerequisites.Richard W.M. Jones2009-05-141-24/+55
* Add test prerequisites.Richard W.M. Jones2009-05-141-295/+317
* Don't stash strings in the handle.Richard W.M. Jones2009-05-131-9/+0
* Add 'append', LIBGUESTFS_APPEND to set additional kernel options.Richard W.M. Jones2009-05-131-0/+25
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-5/+105
* Perl bindings fix: Not enough memory was allocated for array params.Richard Jones2009-05-111-1/+1
* Partial Haskell bindings.Richard Jones2009-05-101-2/+209
* Fix memory leak in error return path.Richard Jones2009-05-091-0/+1
* Allow recovery from guest failure.Richard Jones2009-05-081-7/+17
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-081-0/+37
* Bug: write_file doesn't work with strings containing ASCII NUL.Richard Jones2009-05-081-1/+7
* Specify prototyping behaviour for Perl XSUBs.Richard Jones2009-05-071-0/+2
* Misc changes to make tests pass in RHEL 5.Richard Jones2009-05-071-19/+78
* RARRAY_LEN macro for Ruby < 1.9. Small strictness fix for OCaml < 3.10.Richard Jones2009-05-061-1/+6
* Typo in documentation.Richard W.M. Jones2009-05-011-1/+1
* Added 'equal' command to compare files.Richard W.M. Jones2009-05-011-0/+18
* Added ping-daemon command.Richard W.M. Jones2009-05-011-0/+10
* Added dmesg command.Richard W.M. Jones2009-05-011-0/+14
* Added drop-caches command.Richard W.M. Jones2009-05-011-0/+14
* Add cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+45
* Add grub-install command.Richard Jones2009-04-301-0/+9
* Added notes to the 'fsck' command documentation.Richard Jones2009-04-301-5/+22
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-2/+22
* Added 'fsck' command.Richard Jones2009-04-301-0/+15
* Autosync now runs umount-all; syncRichard Jones2009-04-301-2/+6
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-0/+14
* Updated the generator so it only overwrites files if they've changed.Richard Jones2009-04-301-2/+18
* Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:Richard Jones2009-04-301-1/+1
* Use safe_malloc and/or check returns from malloc (Jim Meyering).Richard Jones2009-04-301-6/+8
* Check return value from realloc call (Jim Meyering).Richard Jones2009-04-301-3/+8
* Functions for getting and setting the ext2 UUID and label.Richard Jones2009-04-271-0/+49
* Check for multiple callback in RPC code.Richard Jones2009-04-261-4/+10
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-251-3/+89
* Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12Richard Jones2009-04-241-0/+1
* Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.Richard W.M. Jones2009-04-231-1/+1
* Add outline of 'debug' command.Richard W.M. Jones2009-04-231-0/+12
* Substitute '-' in command names in guestfish documentation.Richard W.M. Jones2009-04-231-1/+12
* Avoid a cast warning on 32 bit.Richard Jones2009-04-231-3/+3
* Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.Richard Jones2009-04-221-0/+33
* Fix quoting of list args in guestfish manpage.Richard Jones2009-04-221-1/+1
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-221-0/+26