build: Remove install_kernel from EXTRA_DIST.
[libguestfs.git] / src /
2010-05-22 Richard Jonesguestfs_version: Correct documentation.
2010-05-21 Richard W.M. JonesBuild workaround for Python 2.4.x in RHEL 5.
2010-05-21 Richard W.M. JonesC99 compatible build fix for RHEL 5.
2010-05-21 Richard JonesNew API: ntfsresize-size to allow shrinking NTFS (RHBZ...
2010-05-21 Richard JonesNew API: pvresize-size to allow shrinking PVs (RHBZ...
2010-05-21 Richard JonesNew API: resize2fs-size to allow shrinking ext2 filesys...
2010-05-21 Richard Jonesfish: Allow suffixes on number parameters (eg. 1M)
2010-05-20 Richard Jonesgenerator: Make 'xz' into an optional group.
2010-05-20 Richard Jonesgenerator: Check parameters are not NULL (RHBZ#501893).
2010-05-20 Richard Jonesgenerator: Some String parameters should be OptString...
2010-05-20 Richard JonesNew API: Implement pwrite system call (partial fix...
2010-05-20 Richard JonesNew API: write for creating files with fixed content...
2010-05-20 Richard Jonesgenerator: Implement BufferIn parameter type (RHBZ...
2010-05-13 Richard JonesUnify supermin appliance building using febootstrap 2.7
2010-05-13 Richard JonesFix FileIn cmds losing synch if both ends send cancel...
2010-05-13 Richard JonesFix error message in string-e command (RHBZ#588651).
2010-05-12 Richard JonesAdd version numbers to Perl modules (RHBZ#521674).
2010-05-12 Richard JonesNew API: fill-pattern for creating files with predefine...
2010-05-08 Richard Joneslaunch: Rearrange the code so config check is first.
2010-05-08 Richard Jonesgenerator: FishAction is no longer used, remove this...
2010-05-08 Richard Jonesfish: Make 'launch' function static.
2010-05-07 Richard JonesIf qemu dies during launch, set an error message (RHBZ...
2010-05-07 Richard Jonesdaemon: Fix read-file so it fails gracefully for large...
2010-05-07 Richard Jonesdaemon: Fix wc* commands to work on absolute symbolic...
2010-05-07 Richard Jonesdaemon: Fix strings to work on absolute symbolic links...
2010-05-07 Richard Jonesdaemon: Fix head and tail commands to work on absolute...
2010-05-07 Richard Jonesdaemon: Fix grep and related to work on absolute symbol...
2010-05-07 Richard Jonesdaemon: Fix checksum to work on absolute symbolic links...
2010-05-07 Richard Jonesdaemon: Fix hexdump to work on absolute symbolic links...
2010-05-04 Richard JonesUse link-local addresses between appliance and host...
2010-05-04 Richard JonesChange network configuration to use macros.
2010-04-30 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-29 Richard Jonesguestfs(3): Documentation on protocol gotchas.
2010-04-24 Richard Jonesdocs: Routine refresh of the documentation for guestfs...
2010-04-23 Richard JonesNew API: checksums-out for checksumming many files.
2010-04-23 Richard Jonesgenerator: Update docs for checksum to point to checksu...
2010-04-20 Richard JonesCheck user doesn't run configure, make or make check...
2010-04-20 Richard JonesDocument new version numbering policy.
2010-04-19 Richard JonesDocument umask (RHBZ#582548, RHBZ#583554).
2010-04-19 Richard Jonesdocs: Clarify documentation for mknod (RHBZ#582948).
2010-04-19 Richard JonesNew APIs: base64-in and base64-out for uploading/downlo...
2010-04-19 Richard JonesNew API: debug-upload (not a formal part of the API...
2010-04-19 Richard Jonesfish: Allow -<<END as a syntax for uploading "heredocs".
2010-04-17 Richard JonesDocumentation: Use 'g' instead of 'handle' in documenta...
2010-04-17 Richard JonesIn guestfs(3), unmount "/" directory in the example.
2010-04-17 Richard JonesAdd compilation/linking example to guestfs(3) man page.
2010-04-17 Richard Jonesgenerator: Use shortname in check_state() call.
2010-04-17 Richard JonesRerun generator if images/test.iso does not exist or...
2010-04-17 Richard JonesFix upload losing synchronization if root not mounted...
2010-04-17 Richard Jonesgenerator: Fix typo in a comment.
2010-04-17 Richard JonesImproved checking, documentation of modes (RHBZ#582901...
2010-04-17 Richard JonesNew API: get-umask, returns the current umask (RHBZ...
2010-04-17 Richard JonesAdd a build test for the 'umask' command.
2010-04-17 Richard Jonesfish: Print output from some commands in octal/hex...
2010-04-17 Richard JonesDocumentation: lvcreate should say 'logical volume...
2010-04-13 Richard JonesNew API: Add aug-clear call for clearing an Augeas...
2010-04-12 Richard JonesNew API: lvresize-free to extend LVs into percentage...
2010-04-11 Richard JonesDocumentation updates.
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.
next