libguestfs.git
2009-09-17 Richard JonesFix code which looked for leaked FDs between each command.
2009-09-17 Richard JonesRemove explicit guestfs=10.0.2.4:6666 kernel command...
2009-09-17 Richard JonesDaemon: fix handling of errors from xread and xwrite.
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-17 Richard Jones'len' should be an unsigned 32 bit int.
2009-09-17 Richard JonesDisable -Wunsafe-loop-optimizations
2009-09-15 Richard JonesUpdate PO files (no functional change).
2009-09-15 Richard JonesPrepare for version 1.0.70. 1.0.70
2009-09-15 Richard JonesUpdate PO files.
2009-09-15 Richard JonesSet minimum gettext version to 0.17.
2009-09-15 Richard JonesFix comparison between signed and unsigned (for RHEL 5). 1.0.69
2009-09-14 Richard JonesMove decl out for C99 compliance.
2009-09-14 Richard JonesUpdate PO files.
2009-09-14 Richard JonesMove guestfs-internal-actions.h to EXTRA_DIST.
2009-09-14 Richard JonesPrepare for 1.0.69.
2009-09-14 Richard JonesRemove main loop.
2009-09-14 Richard JonesDon't enable trace in set_trace test.
2009-09-14 Richard JonesFix type punning warning about use of CMSG_DATA in...
2009-09-14 Matthew Boothguestfish: Enable grouping in string lists
2009-09-14 Richard JonesIgnore localrepo/ directory.
2009-09-14 Richard JonesAdd command trace functionality.
2009-09-14 Richard JonesNon-daemon actions indirect through generated code.
2009-09-14 Matthew Boothguestfish: Redirect stdout when executing remote commands
2009-09-14 Richard JonesUpdate TODO list
2009-09-14 Richard JonesAdd diffutils package.
2009-09-14 Matthew BoothAdd echo_daemon command
2009-09-11 Matthew Boothgenerator.ml: Fix string list memory leak
2009-09-09 Richard JonesIgnore some more m4 files.
2009-09-09 Richard JonesDon't include gnulib files in POTFILES.in.
2009-09-04 Jim Meyeringavoid build-from-scratch failure due to missing daemon...
2009-08-31 Jim Meyeringmaint: guestfs.c: avoid warning about possible NULL...
2009-08-31 Jim Meyeringmaint: guestfs.c: remove unnecessary initialization
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-27 Jim Meyeringbuild: enable gcc warnings in capitests/ and ocaml/
2009-08-27 Jim Meyeringocaml/guestfs_c.c: avoid warning about missing prototypes
2009-08-27 Jim Meyeringocaml/guestfs_c.c: avoid warning about initialization...
2009-08-27 Jim Meyeringocaml/guestfs_c.c avoid signed/unsigned-comparison...
2009-08-25 Jim Meyeringbuild: use only one m4/ directory
2009-08-25 Jim Meyeringbuild: invoke autopoint with --force
2009-08-25 Jim Meyeringbuild: update gnulib submodule to latest
2009-08-24 Jim Meyeringbuild: don't define _GNU_SOURCE manually
2009-08-24 Jim Meyeringguestfish: diagnose stdout write failure
2009-08-24 Jim Meyeringguestfish: don't try to diagnose getopt failure
2009-08-24 Jim Meyeringguestfish: write --help to stdout, use gnulib's prognam...
2009-08-24 Jim Meyeringbuild: avoid some autoconf warnings
2009-08-24 Richard JonesTodo: ntfsclone.
2009-08-22 Richard JonesAdd waitpid along guestfs_close path (RHBZ#518747).
2009-08-21 Jim Meyeringfish/: enable -Werror and all of gcc's warning options
2009-08-21 Jim Meyeringgenerator.ml: avoid signed/unsigned-comparison warning...
2009-08-21 Jim Meyeringdestpaths.c: avoid signed/unsigned-comparison warning
2009-08-21 Jim Meyeringfish.c: don't perform arithmetic on void* pointers
2009-08-21 Jim Meyeringfish.c: avoid signed/unsigned-comparison warning
2009-08-21 Jim Meyeringfish.c: avoid "assignment discards qualifiers..." warning
2009-08-21 Jim Meyeringtilde.c: avoid a warning
2009-08-21 Jim Meyeringfish.c: avoid warnings
2009-08-21 Jim Meyeringedit.c: avoid warning about signed/unsigned comparison
2009-08-20 Richard JonesRemove virt-v2v. New repo: gitorious.org/virt-v2v/
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-19 Richard W.M... tests: Found three more references to the squashfs...
2009-08-19 Richard Jonestests: namemax on ISO devices is 255 1.0.68
2009-08-19 Matthew BoothCleanup initialisation of hash entries in Lib.pm
2009-08-19 Richard Jonestests: Use ISO instead of squashfs.
2009-08-19 Richard W.M... mke2fs: Use e4fsprogs programs if available.
2009-08-19 Richard W.M... tests: modprobe fat instead of ext2 module.
2009-08-19 Richard W.M... tests: Conditionally skip UUID tests.
2009-08-19 Jim Meyeringavoid build failure due to Haskell keyword clash
2009-08-19 Matthew BoothExport inspect_linux_kernel in Lib.pm
2009-08-19 Matthew BoothAdd boot/grub_fs to output
2009-08-19 Jim Meyeringguestfish: detect more failed syscalls
2009-08-19 Richard JonesPrepare for version 1.0.68.
2009-08-19 Richard Jonesguestfs_launch: Correct checks for dup failure.
2009-08-19 Richard JonesUpdated PO files.
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 Jim Meyeringavoid compiler warnings about unused vars in generated...
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-18 Richard JonesImplement 'debug ls' and 'debug ll' commands.
2009-08-17 Jim Meyeringgenerator.ml: Use TABs, not spaces for indentation.
2009-08-17 Richard W.M... Ignore manywarnings.m4 / warnings.m4.
2009-08-17 Richard W.M... java: Small fix to Java bindings.
2009-08-17 Richard W.M... HACKING: Document make targets and ./configure --enable...
2009-08-17 Richard W.M... Remove redundant macro.
2009-08-17 Jim Meyeringindent with spaces, not TABs
2009-08-17 Jim Meyeringdaemon: enable -Werror and many gcc warnings when ...
2009-08-17 Jim Meyeringxattr.c: avoid warning about comparison between signed...
2009-08-17 Jim Meyeringguestfsd: don't ignore failed write-to-socket
next