Allow qemu_supports to run earlier.
[libguestfs.git] / src / generator.ml
2010-03-16 Richard JonesAllow qemu_supports to run earlier.
2010-03-12 Richard JonesTab to space (whitespace fixes only).
2010-03-12 Richard Jonesguestfish: Use xstrtoll to parse Int params (RHBZ#56975...
2010-02-15 Richard JonesTurn ProtocolLimitWarning into link to documentation...
2010-02-15 Richard Jonesinitrd-cat: Needs ProtocolLimitWarning.
2010-02-15 Richard JonesRemove references to FTP, replace with FUSE.
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2010-02-12 Richard Jonesgenerator: Don't prefix error messages with command...
2010-02-12 Richard JonesNew APIs: add-drive{,-ro}-with-if allows you to set...
2010-02-12 Richard Jonesgenerator: 'interface' is a reserved word in Java.
2010-02-12 Richard Jonesadd_cdrom: Update docs for adding ISO images.
2010-02-10 Richard JonesUse mount-options instead of mount to avoid implicit...
2010-02-09 Richard JonesNew API call: initrd-cat to list a file from an initrd.
2010-01-28 Richard JonesImplement 'vgrename' and 'lvrename' APIs.
2010-01-25 Richard Jonesguestfish: Use xstrtol to parse integers (RHBZ#557655).
2010-01-25 Richard JonesAdd 'filesize' call.
2010-01-04 Richard JonesUse linker script to control visibility of symbols.
2010-01-04 Richard Jonesgenerator: Move all library generation code together.
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
next