generator: Print total lines of generated code.
[libguestfs.git] / src / generator.ml
2010-01-04 Richard Jonesgenerator: Print total lines of generated code.
2010-01-04 Richard JonesC#: Add documentation about experimental nature of...
2010-01-02 Richard JonesExperimental C# bindings.
2009-12-31 Richard JonesMove guestfs(3) and guestfish(1) man pages into subdire...
2009-12-31 Richard Jonesgenerator: Move src/guestfs-bindtests.c next to other...
2009-12-31 Richard Jonesgenerator: Use Continuation Passing Style (CPS) in...
2009-12-31 Richard Jonesgenerator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.
2009-12-31 Richard Jonesgenerated code: Set copyright years to 2009-xxxx when...
2009-12-31 Richard JonesRemove separate inspector_generator.ml, combine this...
2009-12-31 Richard Jonesgenerator: Comment and whitespace changes only.
2009-11-26 Richard JonesMake realpath call optional, disable it for Windows.
2009-11-24 Richard Jonesavailability: Add a test for this call.
2009-11-24 Richard Jonesavailability: Clarify and fix documentation.
2009-11-24 Richard Jonesgenerator: Passing "" to StringList tests should turn...
2009-11-23 Richard JonesImplement 'dd' command.
2009-11-22 Richard Jonesgenerator: second parameter to upload is Dev_or_Path...
2009-11-20 Richard Jonesavailability: Skip tests when functions are not available.
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-20 Richard Jonesavailability: Add guestfs_available.
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-19 Richard Jonesgenerator: open Unix module by default.
2009-11-19 Richard Jonessyntax-check: Fix tab-vs-space issue in the generator.
2009-11-19 Richard Jonesgenerator: Acquire lock to prevent two parallel runs...
2009-11-19 Jim Meyeringsyntax-check: expand TABs in generator.ml
2009-11-18 Richard Jonesgenerator: Fix API of functions that return RBufferOut
2009-11-17 Richard Jonesfish: Improve output of guestfish -h cmd
2009-11-17 Richard JonesNew API call: fill - fill a file with octets
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-10 Richard JonesGeneric partition creation interface.
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASEEQLEN()
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 2
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-11-09 Jim Meyeringindent with spaces, not TABs
2009-11-09 Richard Joneshaskell: Disambiguate truncate symbol.
2009-11-06 Richard W.M. Jonesocaml: General improvements to generated code.
2009-11-03 Richard JonesAllow callers to disable the recovery process.
2009-11-02 Richard JonesNew API call: pread
2009-11-02 Richard JonesNew API calls: lstatlist, lxattrlist, readlinklist.
2009-11-02 Richard JonesNew API calls: truncate, truncate_size, mkdir_mode...
2009-11-02 Richard Jonesguestfish: Fix a third indentation problem.
2009-11-02 Richard Jonesguestfish: Another indentation fix.
2009-11-02 Richard Jonesguestfish: Fix printing of buffers in structs.
2009-11-02 Richard JonesFix rstructs_used handling in guestfish generated code.
2009-10-26 Richard JonesNew API: vfs_type - get the Linux VFS driver for a...
2009-10-26 Richard Jonesguestfish: Add win: prefix to use Windows paths.
2009-10-26 Richard JonesNew API: case-sensitive-path to return case sensitive...
2009-10-20 Richard JonesNew API: find0 (unlimited version of find)
2009-10-20 Richard Jonesguestfs_find: Document protocol limits for this API...
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-24 Jim Meyeringmaint: use spaces, not TABs for indentation
2009-09-23 Richard JonesAdd direct appliance mode flag and implementation.
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-09-14 Richard JonesRemove main loop.
2009-09-14 Richard JonesDon't enable trace in set_trace test.
2009-09-14 Matthew Boothguestfish: Enable grouping in string lists
2009-09-14 Richard JonesAdd command trace functionality.
2009-09-14 Richard JonesNon-daemon actions indirect through generated code.
2009-09-14 Matthew BoothAdd echo_daemon command
2009-09-11 Matthew Boothgenerator.ml: Fix string list memory leak
2009-08-28 Jim Meyeringgenerator.ml: avoid a warning about signed overflow...
2009-08-28 Jim Meyeringgenerator.ml: avoid defined-but-not-used warnings in...
2009-08-28 Jim Meyeringgenerator.ml: avoid warnings in generated ocaml/guestfs...
2009-08-21 Jim Meyeringgenerator.ml: avoid signed/unsigned-comparison warning...
2009-08-19 Richard Jonestests: namemax on ISO devices is 255 1.0.68
2009-08-19 Richard Jonestests: Use ISO instead of squashfs.
2009-08-19 Richard W.M. Jonestests: modprobe fat instead of ext2 module.
2009-08-19 Jim Meyeringavoid build failure due to Haskell keyword clash
2009-08-19 Richard Jonesbuild: Comment out some unused macros.
2009-08-18 Jim Meyeringgenerator.ml: suppress signed/unsigned-compare warnings
2009-08-18 Matthew BoothNew 'modprobe' command.
2009-08-18 Richard Jonesgenerator: Small code rearrangement.
2009-08-18 Jim Meyeringgenerator.ml: do not emit unused print_* functions
2009-08-18 Jim Meyeringgenerator.ml: do not emit unused print_*_list functions
2009-08-18 Jim Meyeringgenerator.ml: avoid warnings in generated tests.c
2009-08-17 Jim Meyeringgenerator.ml: Use TABs, not spaces for indentation.
2009-08-17 Richard W.M. Jonesjava: Small fix to Java bindings.
2009-08-17 Jim Meyeringindent with spaces, not TABs
2009-08-17 Jim Meyeringgenerator.ml: emit slightly prettier code
2009-08-17 Jim Meyeringpython: avoid "_POSIX_C_SOURCE" redefinition warning
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-15 Richard W.M. JonesNew commands: mkfs-b, mke2journal*, mke2fs-J*
2009-08-15 Richard W.M. Jonesgenerator: Generate the UUIDs for tests randomly.
2009-08-14 Jim Meyeringgenerator.ml: don't emit unused functions
2009-08-14 Jim Meyeringgenerator.ml: factor out a function
2009-08-14 Richard W.M. JonesWork out which RStruct/RStructList structs are really...
2009-08-13 Richard JonesMisc parameters which are String but should be Pathname.
2009-08-13 Richard Jonescp/cp-a/mv parameters marked as Pathname.
2009-08-13 Jim Meyeringgenerator.ml: convert leading TABs to spaces
2009-08-13 Jim Meyeringgenerator.ml: factor out "pr_args n" function
2009-08-13 Jim Meyeringgenerator.ml: finish adding Dev_or_Path support
2009-08-13 Jim Meyeringgenerator.ml: add type: Dev_or_Path
2009-08-13 Jim Meyeringgenerator.ml: constify do_mkdtemp
2009-08-13 Jim Meyeringgenerator.ml: move String/Device decls "down" to definition
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringgenerator.ml: new type, "Pathname"
2009-08-13 Jim Meyeringgenerator.ml: emit "const char *" for Device and String...
2009-08-13 Jim Meyering* src/generator.ml: Change all `String "device"' to...
2009-08-13 Jim Meyeringupdate generator to emit each RESOLVE_DEVICE call
next