fish: Fix 'edit' command to work with any file.
[libguestfs.git] / daemon /
2010-09-06 Richard Jonesdaemon: Don't warn about 'long long' usage.
2010-09-01 Richard Jonesdebug: Add 'debug progress' command.
2010-09-01 Richard Jonesdebug: Arrange prototypes in alphabetical order.
2010-09-01 Richard Jonesdaemon: Enable debug command by default.
2010-09-01 Richard JonesAdd progress messages to download command.
2010-09-01 Richard JonesAdd progress messages to zero-device command.
2010-09-01 Richard JonesAdd progress messages to zero command.
2010-09-01 Richard JonesAdd progress messages to fill-pattern command.
2010-09-01 Richard JonesAdd progress messages to fill command.
2010-08-31 Richard JonesAdd progress messages to copy-size command.
2010-08-31 Richard JonesImplement progress messages in the daemon and library.
2010-08-27 Richard Jonesdaemon: Set O_CLOEXEC flag on the virtio-serial file...
2010-08-26 Matthew BoothAdd a core_pattern debug command
2010-08-24 Richard JonesChange protocol to send Linux errno from daemon to...
2010-08-24 Richard JonesUse virtio-serial, remove other vmchannel methods.
2010-08-23 Richard JonesChange to using ext2-based, cached supermin appliance.
2010-08-17 Richard JonesNew APIs: findfs-label and findfs-uuid
2010-07-30 Richard JonesNew API: is-lv: check if a block device is a logical...
2010-07-22 Richard JonesNew APIs: Support for creating LUKS and managing keys.
2010-07-21 Richard JonesNew APIs: Support for opening LUKS-encrypted disks.
2010-07-16 Richard JonesNew APIs: lvm-set-filter and lvm-clear-filter.
2010-06-08 Richard Jonesfile: Fix file command on /dev/VG/LV paths (RHBZ#582484).
2010-06-04 Richard Jonesfile: Restrict to regular files (RHBZ#582484).
2010-06-04 Richard Jonestouch: Restrict touch to regular files only (RHBZ#582484).
2010-06-04 Richard Jonesdaemon: Rearrange code in 'file' command.
2010-06-04 Richard JonesUpdate to latest gnulib.
2010-06-03 Richard Jonesmkfs-b: Map block size to cluster size for VFAT and...
2010-06-03 Richard Jonesmkfs-b: Check that blocksize parameter is > 0 and a...
2010-06-02 Richard Jonesparted: Check partition number >= 1 in several calls.
2010-06-02 Richard Jonesdaemon: Parse output of old parted which didn't support...
2010-06-02 Richard Jonesdaemon: count_strings function returns size_t
2010-06-02 Richard Jonesbase64-in: Ignore garbage characters in input.
2010-06-02 Richard Jonesdaemon: write-file: Check range of size parameter ...
2010-06-02 Richard Jonesdaemon: Limit label lengths (RHBZ#597118).
2010-06-01 Richard JonesFix and deprecate get_e2label and get_e2uuid (RHBZ...
2010-06-01 Richard JonesNew APIs: vfs-label and vfs-uuid return label and uuid...
2010-06-01 Richard Jonesdaemon: Kill blkid cache to improve reliability of...
2010-06-01 Richard Jonesdaemon: Generalize the implementation of vfs-type.
2010-05-27 Richard JonesNew API: fallocate64 (replaces fallocate).
2010-05-25 Richard JonesNew API: available-all-groups to return list of all...
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-20 Richard Jonesgenerator: Make 'xz' into an optional group.
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-13 Richard JonesImprove errors from tar-in/tgz-in commands (RHBZ#591155...
2010-05-13 Richard JonesCombine common code in daemon/tar.c.
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 JonesNew API: fill-pattern for creating files with predefine...
2010-05-12 Richard JonesRun udev_settle() after swapon/swapoff (RHBZ#516096).
2010-05-07 Richard Jonesdaemon: Use 'error' instead of 'perror' before calling...
2010-05-07 Richard Jonesdaemon: gnulib module 'error' is used directly by the...
2010-05-07 Richard Jonesdaemon: Use parens around code section for safety.
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-07 Richard Jonesdaemon: Fix for commands working on absolute symbolic...
2010-05-07 Richard Jonesdaemon: Change command to abort() on resource problems.
2010-05-06 Richard JonesUpdate to latest gnulib.
2010-05-04 Richard JonesChange network configuration to use macros.
2010-04-30 Richard Joneslvresize: Use --force so it can make LVs smaller (RHBZ...
2010-04-23 Richard JonesNew API: checksums-out for checksumming many files.
2010-04-23 Richard Jonesdaemon: Split out checksum type to program name mapping...
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-17 Richard JonesFix upload losing synchronization if root not mounted...
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-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-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 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 JonesNew API: vgscan
2010-04-10 Richard JonesNew API: ntfsresize.
2010-04-09 Richard JonesAllow aug-ls to take Augeas variable as argument (RHBZ...
2010-04-08 Richard JonesNew API calls to upload/download txz files (RHBZ#580556).
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 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 Jonesdaemon: Set TERM=dumb inside the daemon.
2010-03-27 Richard JonesFix the error message when reply body is too large...
2010-03-26 Jim MeyeringConst-correctness fix.
2010-03-26 Richard Jonesappliance: Set $PATH instead of hard-coding paths to...
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-23 Richard JonesNew API: guestfs_copy_size to copy a fixed number of...
2010-03-18 Richard JonesNew APIs: Query the relationship between LVM objects.
2010-03-18 Richard Jonesdaemon: Add a trim utility function.
2010-03-12 Richard JonesTab to space (whitespace fixes only).
2010-02-15 Richard JonesDistribute .gitignore files.
next