generator.ml: do not emit unused print_* functions
[libguestfs.git] / src / generator.ml
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...
2009-07-20 Richard JonesGenerator: Improve accuracy of a comment.
2009-07-16 Richard JonesFix for non-srcdir builds: Run src/generator.ml from...
2009-07-15 Richard W.M. JonesNew commands: 'mkmountpoint' and 'rmmountpoint'
2009-07-15 Richard W.M. JonesNew command: 'mountpoints' which returns a hash of...
2009-07-14 Richard W.M. JonesSupport for Linux extended attributes.
2009-07-14 Richard JonesImprove launch error message.
2009-07-13 Richard JonesImplement new 'zfile' command, to show file type inside...
2009-07-13 Matthew BoothAutomatically generate list of built java sources
2009-07-13 Matthew BoothRevert "Fix checking of generator being run from the...
2009-07-11 Richard W.M. JonesAdd tests to many non-daemon functions.
2009-07-11 Richard W.M. JonesAdd TestOutputIntOp, CompareWithIntOp.
2009-07-11 Richard W.M. JonesTest for "version" command should be InitNone.
2009-07-11 Richard W.M. JonesAdd comment to the code about InitNone and InitEmpty.
2009-07-10 Richard W.M. JonesProposal to add BufferIn and RBufferOut types (not...
2009-07-10 Richard JonesAdd 'version' call to get true library version number.
2009-07-10 Richard JonesFix for returning structures (hashes) from Perl calls.
2009-07-09 Richard JonesAdd Sys::Guestfs::Lib - useful functions for using...
2009-07-09 Richard JonesJust whitespace changes in the generator code.
2009-07-07 Richard W.M. JonesFix checking of generator being run from the right...
2009-07-07 Richard JonesRHEL 5: for (int i = ...) is not permitted with this...
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-06 Richard JonesAdd 'get-pid' command.
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-03 Jim Meyeringgenerate slightly more "const-correct" code
2009-07-02 Jim Meyeringuse safe_malloc and safe_calloc in generated code
2009-07-02 Jim Meyeringprefer sizeof *VAR over sizeof TYPE (no semantic change)
2009-07-02 Richard W.M. JonesAdd 'sfdiskM' command.
2009-07-02 Richard W.M. JonesAdd ./configure --with-drive-if=(ide|scsi|virtio)
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Richard W.M. JonesMemoize the output of pod2text function in the generator.
2009-07-02 Richard W.M. JonesGenerator now runs automatically when it has changed.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-06-30 Richard W.M. JonesChange statvfs test so it doesn't depend on device...
2009-06-30 Richard W.M. JonesClean up the output of the C API test code.
2009-06-30 Richard W.M. JonesNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-30 Richard W.M. JonesUse octal numbers for modes in the test suite.
2009-06-30 Richard W.M. JonesAdd 'set_memsize'/'get_memsize' calls.
2009-06-29 Richard W.M. JonesImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M. JonesAdd mount-loop command (RHBZ#508668).
next