Version 1.3.2
[libguestfs.git] / src /
2010-04-10 Richard JonesNew API: checksum-device for checksumming devices.
2010-04-10 Richard JonesNew partition APIs: part_del, part_get_bootable, part_g...
2010-04-10 Richard JonesDocumentation: Clarify documentation on the bootable...
2010-04-10 Richard JonesNew API: vgscan
2010-04-10 Richard JonesNew API: ntfsresize.
2010-04-08 Richard JonesIf qemu dies during launch in "null vmchannel" mode...
2010-04-08 Richard JonesDon't kill self accidentally.
2010-04-08 Richard JonesFix for "warning: unexpected connection from UID ..."
2010-04-08 Richard JonesNew API calls to upload/download txz files (RHBZ#580556).
2010-04-07 Richard Jonesfish: Print extended help when the user types an unknow...
2010-03-31 Richard JonesNew API: guestfs_zero_device to zero whole devices.
2010-03-27 Richard Jonestests: Move alarm(2) calls to the correct place in...
2010-03-26 Richard Jonesrescue: Pass $TERM from library into the virt-rescue...
2010-03-26 Richard Jonesappliance: Set $PATH instead of hard-coding paths to...
2010-03-25 Richard Jonesperl: use newSVpvn for variable length strings.
2010-03-23 Richard JonesNew API: guestfs_copy_size to copy a fixed number of...
2010-03-23 Richard W.M. JonesChange some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).
2010-03-22 Richard Jonesguestfs.h: Include <stdint.h>.
2010-03-22 Richard JonesMac OS X: Disable null vmchannel implementation.
2010-03-22 Richard JonesMac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'
2010-03-22 Richard JonesMac OS X: implement readline functions.
2010-03-22 Richard JonesMac OS X: include <rpc/types.h> before <rpc/xdr.h>
2010-03-22 Richard JonesMac OS X: include <string.h> in guestfs-actions.c
2010-03-22 Richard JonesMac OS X: Fix HAVE_GNU_CALLOC so it works when __GLIBC_...
2010-03-22 Richard JonesMac OS X: strerror_r on Macs is not like GNU strerror_r.
2010-03-22 Richard JonesMac OS X: define MAX macro if not already defined.
2010-03-22 Richard JonesMac OS X: kill(2) requires <signal.h>
2010-03-22 Richard Jonesgenerator: Small fix for GODI users.
2010-03-22 Richard JonesRun qemu with -nographic option.
2010-03-18 Richard JonesNew APIs: Query the relationship between LVM objects.
2010-03-16 Richard Jonesadd_drive_ro adds readonly=on option if available.
2010-03-16 Richard JonesAllow qemu_supports to run earlier.
2010-03-16 Richard Jonesguestfs.h: More adjustment to comments in the header...
2010-03-16 Richard Jonesguestfs.h: Move some internal functions to the internal...
2010-03-16 Richard JonesRearrangement and comment changes in <guestfs.h> header...
2010-03-12 Richard JonesTab to space (whitespace fixes only).
2010-03-12 Richard JonesDocs: Change exit(1) -> exit(EXIT_FAILURE)
2010-03-12 Richard JonesRewrite libguestfs-supermin-helper in C.
2010-03-12 Richard Jonesguestfish: Use xstrtoll to parse Int params (RHBZ#56975...
2010-02-22 Richard JonesSpin off hivex as a separate upstream project.
2010-02-15 Richard JonesTurn ProtocolLimitWarning into link to documentation...
2010-02-15 Richard Jonesinitrd-cat: Needs ProtocolLimitWarning.
2010-02-15 Richard JonesRemove references to FTP, replace with FUSE.
2010-02-15 Richard JonesRemove some unused variables.
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2010-02-12 Richard Jonesgenerator: Don't prefix error messages with command...
2010-02-12 Richard JonesNew APIs: add-drive{,-ro}-with-if allows you to set...
2010-02-12 Richard Jonesgenerator: 'interface' is a reserved word in Java.
2010-02-12 Richard Jonesadd_cdrom: Update docs for adding ISO images.
2010-02-10 Richard JonesUse mount-options instead of mount to avoid implicit...
2010-02-09 Richard JonesAdd -enable-kvm option to qemu command line.
2010-02-09 Richard JonesNew API call: initrd-cat to list a file from an initrd.
2010-02-08 Richard JonesDocumentation: Added a section on libguestfs gotchas.
2010-01-28 Richard JonesImplement 'vgrename' and 'lvrename' APIs.
2010-01-27 Richard Jonessupermin: Prevent multilib corruption (RHBZ#558593).
2010-01-25 Richard Jonesguestfish: Use xstrtol to parse integers (RHBZ#557655).
2010-01-25 Richard JonesAdd 'filesize' call.
2010-01-13 Richard JonesAdd guestfs.pod and guestfish.pod to EXTRA_DIST. 1.0.81
2010-01-07 Richard Jonesqemu: Upstream regression of -stdio serial option.
2010-01-04 Richard JonesUse linker script to control visibility of symbols.
2010-01-04 Richard Jonesgenerator: Move all library generation code together.
2010-01-04 Richard Jonesgenerator: Print total lines of generated code.
2010-01-04 Richard JonesC#: Add documentation about experimental nature of...
2010-01-02 Richard JonesExperimental C# bindings.
2009-12-31 Richard JonesMove guestfs(3) and guestfish(1) man pages into subdire...
2009-12-31 Richard Jonesgenerator: Move src/guestfs-bindtests.c next to other...
2009-12-31 Richard Jonesgenerator: Use Continuation Passing Style (CPS) in...
2009-12-31 Richard Jonesgenerator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.
2009-12-31 Richard Jonesgenerated code: Set copyright years to 2009-xxxx when...
2009-12-31 Richard JonesRemove separate inspector_generator.ml, combine this...
2009-12-31 Richard Jonesgenerator: Comment and whitespace changes only.
2009-12-16 Richard Jonesbuild: Fix typo in filename.
2009-12-07 Richard Joneslib: Link with $(LTLIBTHREAD), required by Gnulib lock...
2009-12-07 Richard Joneslib: Add thread-safety to global list of handles.
2009-11-26 Richard JonesMake realpath call optional, disable it for Windows.
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.
next