daemon/Win32: Use gnulib pread module.
[libguestfs.git] / src /
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 Matthew Boothbuild: Add missing dependency libguestfs.la->guestfs_pr...
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 Matthew Boothbuild: Fix inter-directory dependencies
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 JonesBUILT_SOURCES now depends on running the generator.
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-11 Matthew BoothGenerate guestfs_protocol.x when stamp-generator updates
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesPrint timestamped messages during appliance launch.
2009-11-10 Richard JonesRecord time of guest launch.
2009-11-10 Richard Jonesappliance: Prefix kernel messages with timestamp.
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 Meyeringdefine STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
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-05 Richard JonesDon't update appliance after running generator.
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-21 Richard JonesSet LC_ALL=C before running qemu.
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-22 Richard JonesChange handling of spaces on Linux kernel command line.
2009-09-22 Richard JonesImplement "null vmchannel" - no vmchannel needed!
2009-09-22 Richard JonesFlexible guestfs_vmchannel parameter for future appliances.
2009-09-21 Richard JonesMake GUESTFWD_PORT into a string.
2009-09-21 Richard JonesRemove unnecessary extra space from qemu command line.
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-09-21 Richard JonesCombine temporary buffers.
2009-09-21 Richard JonesRearrange qemu command line order (no functional change).
2009-09-18 Richard JonesEnable new-style -chardev ... guestfwd command line.
2009-09-17 Richard JonesRemove explicit guestfs=10.0.2.4:6666 kernel command...
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-15 Richard JonesFix comparison between signed and unsigned (for RHEL 5). 1.0.69
2009-09-14 Richard JonesMove guestfs-internal-actions.h to EXTRA_DIST.
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-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-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
next