summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* guestfish: Fix a third indentation problem.Richard Jones2009-11-021-1/+1
* guestfish: Another indentation fix.Richard Jones2009-11-021-1/+1
* guestfish: Fix printing of buffers in structs.Richard Jones2009-11-021-2/+2
* Fix rstructs_used handling in guestfish generated code.Richard Jones2009-11-021-17/+7
* New API: vfs_type - get the Linux VFS driver for a mounted device.Richard Jones2009-10-261-0/+12
* guestfish: Add win: prefix to use Windows paths.Richard Jones2009-10-261-4/+12
* New API: case-sensitive-path to return case sensitive path on NTFS 3g fsRichard Jones2009-10-261-0/+58
* New API: find0 (unlimited version of find)Richard Jones2009-10-201-1/+36
* guestfs_find: Document protocol limits for this API call.Richard Jones2009-10-201-1/+1
* avoid use of all ctype macrosJim Meyering2009-09-241-5/+5
* maint: use spaces, not TABs for indentationJim Meyering2009-09-241-24/+24
* Add direct appliance mode flag and implementation.Richard Jones2009-09-231-0/+25
* 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