todo: Remove implemented resize functions from TODO file.
[libguestfs.git] / src /
2010-06-02 Richard JonesFix documentation for vfs-type to reflect reality.
2010-06-02 Richard JonesClarify documentation on distro backports in version...
2010-06-02 Richard JonesAdd reference to version number documentation to versio...
2010-06-02 Richard JonesClarify sparse behaviour of truncate-size command.
2010-06-02 Richard JonesFix typo in documentation of guestfs_readlinklist.
2010-06-02 Richard JonesFix missing word in docuentation of guestfs_readdir.
2010-06-02 Richard JonesFix typo in description of echo-daemon command.
2010-05-24 Richard Jonesguestfs_version: Correct documentation.
2010-05-24 Richard Jonesgenerator: Some String parameters should be OptString...
2010-05-14 Richard JonesFix error message in strings-e command (RHBZ#588651).
2010-05-14 Richard Joneslaunch: Rearrange the code so config check is first.
2010-05-14 Richard JonesIf qemu dies during launch, set an error message (RHBZ...
2010-05-14 Richard Jonesdaemon: Fix read-file so it fails gracefully for large...
2010-05-14 Richard JonesChange network configuration to use macros.
2010-05-14 Richard Jonestests: In verbose mode, print dashes between each test.
2010-04-30 Richard JonesDocument that guestfs_mount implies -o sync and perform...
2010-04-30 Richard Joneslvresize: Use --force so it can make LVs smaller (RHBZ...
2010-04-30 Richard Jonesguestfs(3): Documentation on protocol gotchas.
2010-04-30 Richard Jonesdocs: Routine refresh of the documentation for guestfs...
2010-04-22 Richard JonesCheck user doesn't run configure, make or make check...
2010-04-22 Richard JonesDocument new version numbering policy.
2010-04-20 Richard JonesDocument umask (RHBZ#582548, RHBZ#583554).
2010-04-20 Richard Jonesdocs: Clarify documentation for mknod (RHBZ#582948).
2010-04-20 Richard JonesDocumentation: Use 'g' instead of 'handle' in documenta...
2010-04-20 Richard JonesIn guestfs(3), unmount "/" directory in the example.
2010-04-20 Richard JonesAdd compilation/linking example to guestfs(3) man page.
2010-04-20 Richard Jonesgenerator: Fix typo in a comment.
2010-04-20 Richard JonesImproved checking, documentation of modes (RHBZ#582901...
2010-04-20 Richard JonesAdd a build test for the 'umask' command.
2010-04-20 Richard JonesDocumentation: lvcreate should say 'logical volume...
2010-04-12 Richard JonesDocumentation updates.
2010-04-12 Richard JonesNew partition APIs: part_del, part_get_bootable, part_g...
2010-04-12 Richard JonesDocumentation: Clarify documentation on the bootable...
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 Jonesfish: Print extended help when the user types an unknow...
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.
next