summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-211-17/+11
* Remove main loop.Richard Jones2009-09-141-149/+63
* Don't enable trace in set_trace test.Richard Jones2009-09-141-2/+2
* guestfish: Enable grouping in string listsMatthew Booth2009-09-141-1/+2
* Add command trace functionality.Richard Jones2009-09-141-0/+74
* Non-daemon actions indirect through generated code.Richard Jones2009-09-141-3/+34
* Add echo_daemon commandMatthew Booth2009-09-141-0/+13
* generator.ml: Fix string list memory leakMatthew Booth2009-09-111-1/+10
* generator.ml: avoid a warning about signed overflow in tests.cJim Meyering2009-08-281-4/+4
* generator.ml: avoid defined-but-not-used warnings in guestfs_c_actions.cJim Meyering2009-08-281-21/+32
* generator.ml: avoid warnings in generated ocaml/guestfs_c_actions.cJim Meyering2009-08-281-0/+7
* generator.ml: avoid signed/unsigned-comparison warning in fish/cmds.cJim Meyering2009-08-211-2/+2
* tests: namemax on ISO devices is 2551.0.68Richard Jones2009-08-191-1/+1
* tests: Use ISO instead of squashfs.Richard Jones2009-08-191-67/+67
* tests: modprobe fat instead of ext2 module.Richard W.M. Jones2009-08-191-1/+1
* avoid build failure due to Haskell keyword clashJim Meyering2009-08-191-3/+32
* build: Comment out some unused macros.Richard Jones2009-08-191-3/+3
* generator.ml: suppress signed/unsigned-compare warningsJim Meyering2009-08-181-1/+1
* New 'modprobe' command.Matthew Booth2009-08-181-0/+9
* generator: Small code rearrangement.Richard Jones2009-08-181-3/+5
* generator.ml: do not emit unused print_* functionsJim Meyering2009-08-181-5/+12
* generator.ml: do not emit unused print_*_list functionsJim Meyering2009-08-181-12/+24
* generator.ml: avoid warnings in generated tests.cJim Meyering2009-08-181-4/+4
* generator.ml: Use TABs, not spaces for indentation.Jim Meyering2009-08-171-3/+3
* java: Small fix to Java bindings.Richard W.M. Jones2009-08-171-1/+4
* indent with spaces, not TABsJim Meyering2009-08-171-10/+10
* generator.ml: emit slightly prettier codeJim Meyering2009-08-171-3/+3
* python: avoid "_POSIX_C_SOURCE" redefinition warningJim Meyering2009-08-171-2/+2
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-47/+60
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-151-0/+84
* generator: Generate the UUIDs for tests randomly.Richard W.M. Jones2009-08-151-18/+34
* generator.ml: don't emit unused functionsJim Meyering2009-08-141-1/+9
* generator.ml: factor out a functionJim Meyering2009-08-141-12/+16
* Work out which RStruct/RStructList structs are really used, and how.Richard W.M. Jones2009-08-141-0/+58
* Misc parameters which are String but should be Pathname.Richard Jones2009-08-131-9/+9
* cp/cp-a/mv parameters marked as Pathname.Richard Jones2009-08-131-3/+3
* generator.ml: convert leading TABs to spacesJim Meyering2009-08-131-4/+4
* generator.ml: factor out "pr_args n" functionJim Meyering2009-08-131-4/+7
* generator.ml: finish adding Dev_or_Path supportJim Meyering2009-08-131-31/+35
* generator.ml: add type: Dev_or_PathJim Meyering2009-08-131-2/+3
* generator.ml: constify do_mkdtempJim Meyering2009-08-131-4/+2
* generator.ml: move String/Device decls "down" to definitionJim Meyering2009-08-131-5/+5
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-14/+31
* generator.ml: new type, "Pathname"Jim Meyering2009-08-131-93/+111
* generator.ml: emit "const char *" for Device and String paramsJim Meyering2009-08-131-7/+5
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-43/+43
* update generator to emit each RESOLVE_DEVICE callJim Meyering2009-08-131-7/+7
* generator.ml: define new String-like type: "Device"Jim Meyering2009-08-131-23/+44
* add_drive: Don't use cache=off if not supported by underlying filesystem.Richard W.M. Jones2009-08-131-0/+2
* Add 'setcon', 'getcon' commands to set and get the SELinux context.Richard Jones2009-08-131-0/+18