convert uses of strcasecmp to STRCASEEQ
[libguestfs.git] / src / generator.ml
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
2009-08-13 Jim Meyeringgenerator.ml: define new String-like type: "Device"
2009-08-13 Richard W.M. Jonesadd_drive: Don't use cache=off if not supported by...
2009-08-13 Richard JonesAdd 'setcon', 'getcon' commands to set and get the...
2009-08-12 Richard JonesSpelling fix: labelled -> labeled.
2009-08-12 Richard JonesAllow selinux=? kernel flag to be controlled.
2009-08-07 Richard JonesTidy up generation of java/Makefile.inc.
2009-08-07 Richard JonesTests: swapon_device test mkswap /dev/sda1 instead...
2009-08-06 Richard JonesTests: Don't test block size in statvfs test.
2009-08-06 Matthew BoothFix test failures in upload and download (RHBZ#515764)
2009-08-05 Matthew BoothFix swapon_label test
2009-08-04 Jim Meyeringbuild: remove trailing blanks, enable syntax-check
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-31 Richard W.M. Jonesguestfish: Display RStructList results more pleasantly.
2009-07-31 Richard W.M. JonesAdd interface to Linux 'inotify' API.
2009-07-31 Richard W.M. JonesImprove warnings about missing tests.
2009-07-31 Richard W.M. JonesNew commands: swapon-*, swapoff-*, mkswap-file.
2009-07-31 Richard W.M. JonesNew command: 'fallocate' to (pre-)allocate sized files.
2009-07-31 Richard W.M. JonesNew commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.
2009-07-31 Richard W.M. JonesAdd 'realpath' command.
2009-07-29 Richard JonesWhitespace and comment changes.
2009-07-29 Richard Jonesguestfish: Make more strings translatable.
2009-07-29 Richard Jonestests: Use squashfs for static data where possible.
2009-07-29 Richard Jonestests: Fix read_file test.
2009-07-29 Richard JonesImplement '*grep*' family of commands.
2009-07-28 Richard JonesPass '-z' parameter to 'file' command so it looks insid...
2009-07-28 Richard JonesAdd DeprecatedBy flag to mark functions which are depre...
2009-07-27 Richard JonesAdd InitSquashFS test type, for tests that just use...
2009-07-23 Richard Jonesget_append call can return NULL, but bindings didn...
2009-07-22 Richard JonesRevert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL...
2009-07-22 Richard Jonesset-append and set-kernel parameters are both nullable.
2009-07-22 Richard JonesAdd 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to...
2009-07-21 Richard W.M. JonesGenerator: Implement RBufferOut and "read-file" call.
2009-07-21 Richard W.M. JonesDocs: Fully document the guestfs_readdir ftyp return...
next