libguestfs.git
2010-04-12 Richard JonesNew API: lvresize-free to extend LVs into percentage...
2010-04-12 Richard JonesFix time and timezone to be correct within the appliance.
2010-04-12 Richard Jonesresize: Fix missing newline from end of print.
2010-04-12 Richard Jonesresize: Fix regular expression to exactly match ^ext...
2010-04-12 Richard Jonesvirt-resize: Mention alternate tools like gparted in...
2010-04-12 Daniel CabreraUpdated Spanish translation (RHBZ#581501).
2010-04-11 Richard JonesDocumentation updates.
2010-04-10 Richard JonesVersion 1.3.2 1.3.2
2010-04-10 Richard JonesNew API: checksum-device for checksumming devices.
2010-04-10 Richard Jonesvirt-resize: Enhance virt-resize so it can expand parti...
2010-04-10 Richard Jonesvirt-list-partitions: Add -t / --total option.
2010-04-10 Richard JonesBugfixes for virt-resize.
2010-04-10 Richard JonesNew partition APIs: part_del, part_get_bootable, part_g...
2010-04-10 Richard Jonesdaemon: More reliable parsing of the output from 'parte...
2010-04-10 Richard Jonesdaemon: Make the RUN_PARTED macro take an error statement.
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-10 Richard Jonesvirt-make-fs: Use Sys::Guestfs::Lib::feature_available...
2010-04-09 Richard JonesAllow aug-ls to take Augeas variable as argument (RHBZ...
2010-04-08 Richard JonesRemove warning "No grub default" (RHBZ#580650).
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-08 Richard Jonesconfigure: Default to using Fedora 12 repo (was Fedora...
2010-04-08 Richard JonesVersion 1.3.1. 1.3.1
2010-04-08 Richard JonesNew tool: virt-make-fs for creating filesystems on...
2010-04-08 Richard JonesCode cleanups related to RHBZ#580246.
2010-04-08 Richard JonesFix tar-in command hangs when running out of disk space...
2010-04-07 Richard Jonesfish: Print extended help when the user types an unknow...
2010-04-07 Richard JonesCheck error returns from posix_fallocate (RHBZ#579664).
2010-04-07 Richard JonesSigned/unsigned warning on 64 bit.
2010-03-31 Richard JonesNew API: guestfs_zero_device to zero whole devices.
2010-03-30 Richard W.M... Prettier POD CSS.
2010-03-30 Richard JonesUpdate PO files. 1.0.89 1.2.0 1.3.0
2010-03-30 Richard Joneschmod +x virt-resize binary.
2010-03-30 Richard JonesFix EXTRA_DIST rule.
2010-03-30 Richard JonesPrepare for 1.0.89.
2010-03-30 Richard JonesImproved version of virt-win-reg, supporting exporting...
2010-03-30 Richard Jonesvirt-df: Match output with native (coreutils) 'df'...
2010-03-30 Richard Jonestools: Add basic tests for the virt-* tools.
2010-03-30 Richard Jonestools: Sectional header for manpages in Makefile.am
2010-03-30 Richard Jonestools: Rearrange list of tools in Makefile.am.
2010-03-30 Richard Jonesdaemon: Set TERM=dumb inside the daemon.
2010-03-27 Richard JonesFix the error message when reply body is too large...
2010-03-27 Richard Jonestests: Move alarm(2) calls to the correct place in...
2010-03-26 Richard JonesPrepare for 1.0.88. 1.0.88
2010-03-26 Richard Jonesrescue: Pass $TERM from library into the virt-rescue...
2010-03-26 Richard Jonesrescue: Sync disk on exit, and improve messaging.
2010-03-26 Jim MeyeringConst-correctness fix.
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-25 Richard JonesUpdate PO files.
2010-03-25 Daniel CabreraUpdate Spanish translation of libguestfs (RHBZ#576876).
2010-03-24 Richard JonesFix lvresize test on RHEL 5, by fixing guestfs_e2fsck_l.
2010-03-24 Richard JonesUse ext4 dev tools on RHEL 5 (RHBZ#576688).
2010-03-24 Richard JonesAdd support for minix filesystem (RHBZ#576689).
2010-03-23 Richard JonesVersion 1.0.87. 1.0.87
2010-03-23 Richard JonesNew tools: virt-resize and virt-list-partitions.
2010-03-23 Richard JonesNew API: guestfs_copy_size to copy a fixed number of...
2010-03-23 Richard W.M... Change some _exit(0|1) to _exit(EXIT_SUCCESS|EXIT_FAILURE).
2010-03-22 Richard JonesMac OS X: Fix configure-time tests for Ruby.
2010-03-22 Richard Jonesguestfs.h: Include <stdint.h>.
2010-03-22 Richard Jonesocaml examples: Fix linking line so it uses local library.
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: For PATH_MAX, include <limits.h>
2010-03-22 Richard JonesMac OS X: setlocale function requires <locale.h> header...
2010-03-22 Richard JonesMac OS X: implement readline functions.
2010-03-22 Richard JonesMac OS X: provide alternate implementation of posix_fal...
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 JonesIgnore m4/intmax.m4
2010-03-22 Richard JonesRemove out-of-date comment.
2010-03-22 Richard Jonesconfigure: Add --disable-daemon and --disable-appliance...
2010-03-22 Richard JonesRun qemu with -nographic option.
2010-03-22 Richard Jonesconfigure: Move host_cpu definition to earlier in the...
2010-03-22 Richard Jonesappliance: Run depmod to create modules.dep for the...
2010-03-22 Richard JonesMac OS X: Detect bindtextdomain.
2010-03-22 Richard JonesMac OS X: Use gnulib setenv module explicitly.
2010-03-18 Richard JonesNew APIs: Query the relationship between LVM objects.
2010-03-18 Richard Jonesdaemon: Add a trim utility function.
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 JonesAdd minimal vim to the appliance for virt-rescue.
2010-03-16 Richard Jonestests: Don't use <guestfs-internal.h> in tests.
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 JonesPrepare for version 1.0.86. 1.0.86
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...
next