summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* generator: Fix API of functions that return RBufferOutRichard Jones2009-11-181-9/+37
* fish: Improve output of guestfish -h cmdRichard Jones2009-11-171-3/+5
* New API call: fill - fill a file with octetsRichard Jones2009-11-171-0/+13
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+3
* Generic partition creation interface.Richard Jones2009-11-101-28/+230
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-8/+8
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-3/+3
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-6/+6
* indent with spaces, not TABsJim Meyering2009-11-091-9/+9
* haskell: Disambiguate truncate symbol.Richard Jones2009-11-091-0/+6
* ocaml: General improvements to generated code.Richard W.M. Jones2009-11-061-8/+29
* Allow callers to disable the recovery process.Richard Jones2009-11-031-0/+26
* New API call: preadRichard Jones2009-11-021-0/+11
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-021-0/+73
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-021-25/+148
* 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