generator.ml: avoid a warning about signed overflow in tests.c
[libguestfs.git] / src /
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-24 Jim Meyeringbuild: don't define _GNU_SOURCE manually
2009-08-22 Richard JonesAdd waitpid along guestfs_close path (RHBZ#518747).
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 Jonesguestfs_launch: Correct checks for dup failure.
2009-08-19 Richard Jonesbuild: Comment out some unused macros.
2009-08-18 Jim Meyeringbuild: new configure-time option: --enable-gcc-warnings
2009-08-18 Jim Meyeringsuppress warnings from -Wmissing-noreturn
2009-08-18 Jim Meyeringsuppress a warning from -Wswitch-default
2009-08-18 Jim Meyeringsuppress signed/unsigned-comparison warnings
2009-08-18 Jim Meyeringbuild: don't perform arithmetic on void* pointers
2009-08-18 Jim Meyeringgenerator.ml: suppress signed/unsigned-compare warnings
2009-08-18 Jim Meyeringbuild: suppress an ignored-dup-return-value warning
2009-08-18 Jim Meyeringbuild: suppress an ignored-write-return-value warning
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-18 Jim Meyeringavoid compiler warnings about unused vars in generated...
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 JonesDebug: Improve the way the qemu command line is printed.
2009-08-07 Richard JonesAllow network interface to be configured.
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 Richard JonesAdd ne2k-pci driver to the appliance.
2009-08-06 Richard JonesMake user network numbering explicit.
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-08-03 Jim Meyeringguestfs: fix typo in my recent change
2009-08-03 Jim Meyeringguestfs: don't fault upon failed vasprintf
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. Joneslib: Add selinux=0 to default kernel command line.
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-24 Richard JonesPass cgroup_disable=memory, saves ~ 5MB of RAM.
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. JonesAdd commented-out support for alternate guestfwd syntax.
2009-07-21 Richard W.M. JonesLibrary: Pass more options on the Linux kernel command...
2009-07-21 Richard W.M. JonesAllow TMPDIR to override directory used for temporary...
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: more misc fixes.
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.
next