trace: Print empty list correctly.
[libguestfs.git] / daemon /
2011-06-10 Jim Meyeringbuild: update to latest gnulib
2011-06-09 Richard W.M. Jonesdaemon: Keep Coverity happy by ignoring some return...
2011-06-09 Richard W.M. JonesCoverity: Don't return freed pointers from command...
2011-06-09 Richard W.M. JonesCoverity: Missing return on error path.
2011-06-09 Richard W.M. JonesCoverity: Ensure fp is closed along all error paths.
2011-06-09 Richard W.M. JonesCoverity: Close directory handle along error paths.
2011-06-09 Richard W.M. JonesCoverity: Don't leak argv arrays.
2011-06-09 Richard W.M. JonesCoverity: Don't leak error strings.
2011-06-09 Richard W.M. JonesCoverity: Check return value of sysroot_path.
2011-06-09 Richard W.M. JonesCoverity: Check return value of malloc.
2011-06-09 Richard W.M. JonesCoverity: Don't close fd_cwd if fd_cwd == -1.
2011-06-09 Richard W.M. JonesCoverity: Avoid calling sort_strings (NULL, 0) on empty...
2011-06-09 Richard W.M. JonesCoverity: Don't call free_strings (NULL).
2011-06-09 Richard W.M. JonesCoverity: Remove unreachable code.
2011-05-20 Nikita A Menkovichdaemon: Fix error message.
2011-05-19 Richard W.M. Jonesdaemon: Make sysroot_len be size_t instead of int.
2011-05-17 Richard W.M. JonesNew APIs: is-zero and is-zero-device, to test if file...
2011-05-08 Richard W.M. Jonesdaemon: Remove some less useful debugging messages.
2011-04-07 Matthew BoothCompile rpcgen-generated files with -fno-strict-aliasing
2011-04-05 Richard W.M. Jonesdaemon: Reimplement 'mounts' and 'mountpoints' commands.
2011-04-01 Richard W.M. Jonesdu: Add pulse mode progress messages.
2011-04-01 Richard W.M. Jonescpmv: Add pulse mode progress messages.
2011-04-01 Richard W.M. Joneschecksum: Add pulse mode progress messages.
2011-04-01 Richard W.M. Jonesdaemon: Introduce "pulse mode" progress events.
2011-04-01 Richard W.M. Jonesdaemon: When running commands, restart select if we...
2011-04-01 Richard W.M. Jonesdaemon: Reset SIGPIPE to default before running subproc...
2011-03-25 Richard W.M. JonesRHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.
2011-03-25 Richard W.M. Jonesmkfs: Force mke2fs to create a filesystem even on raw...
2011-03-22 Richard W.M. Jonesumount-all: Use /proc/mounts instead of output of ...
2011-03-18 Richard W.M. Jonesproto: Fix both-ends-cancel case.
2011-03-18 Richard W.M. Jonesproto: Fix FileIn ops that abort during the chunk uploa...
2011-03-18 Richard Jonesdaemon: Improve protocol debug messages.
2011-03-18 Richard W.M. Jonesdaemon: Print error for invalid chunk.cancel field.
2011-03-18 Richard W.M. Jonesproto: Improve debug messages.
2011-02-03 Richard W.M. Jonesdaemon: Ignore return value from chdir.
2011-02-03 Richard W.M. Jonesdaemon: Remove -f (don't fork) option.
2011-02-03 Richard W.M. Jonesdaemon: Allow -r option to run daemon standalone.
2011-02-03 Richard W.M. Jonesdaemon: change to root directory
2011-02-03 Richard W.M. Jonesdaemon: Parse /proc/mounts instead of /etc/mtab
2011-01-28 Richard W.M. JonesAdd a new internal-autosync API to perform autosync.
2011-01-27 Richard W.M. Jonesdaemon: Replace root_mounted global with intelligence.
2011-01-27 Richard W.M. Jonesdaemon: Add perror to two exit paths to make errors...
2011-01-26 Nikita A Menkovichmkfs-opts: Add optional "features" parameter.
2011-01-14 Nikita A MenkovichNew API: resize2fs-M to resize ext2/3/4 to minimum...
2010-12-19 Richard W.M. Jonesdocs: Obsolete HACKING file, move content into guestfs...
2010-12-16 Richard W.M. JonesNew APIs: getxattr and lgetxattr to get single extended...
2010-12-10 Richard W.M. Jonesdaemon: Use prog_exists to check for features.
2010-12-10 Richard W.M. JonesRemove several unused local variables.
2010-12-07 Richard W.M. Jonesubuntu: deactivate LVs and VGs before removing them.
2010-12-07 Richard W.M. JonesRevert "umount-all: Add udev_settle after unmounting...
2010-12-07 Richard W.M. Jonesdebian: Fix ntfs3g available API on Debian.
2010-12-07 Richard W.M. Jonesumount-all: Add udev_settle after unmounting disks.
2010-12-06 Richard W.M. Jonesbuild: Don't emit warnings about stack protector failures.
2010-12-02 Richard W.M. JonesNew API: mkfs_opts, mkfs with optional arguments.
2010-12-02 Richard W.M. Jonesgenerator: Code to handle optional arguments in daemon...
2010-12-01 Richard W.M. JonesAdd progress notification messages to upload and upload...
2010-12-01 Richard W.M. Jonesprotocol: Handle progress notification messages during...
2010-12-01 Richard W.M. Jonesprotocol: Upload progress messages and optional arguments.
2010-11-26 Richard W.M. Jonesdaemon: Close leaked file descriptor along checksum...
2010-11-24 Richard W.M. Jonesdaemon: blkid cache is at a different location on Debian.
2010-11-23 Richard W.M. Jonesdaemon: In sfdisk call blockdev --rereadpt with device...
2010-11-16 Richard W.M. Jonesdaemon: findfs-uuid and findfs-label should not return...
2010-11-03 Richard W.M. Joneslib: Expose errno through new API guestfs_last_errno.
2010-11-03 Richard W.M. Jonesdaemon: Send back the errno as a string.
2010-11-03 Richard W.M. Jonesdaemon: Don't use ../src path to include generator_prot...
2010-11-02 Richard W.M. Jonesdaemon: Tolerate failure of blockdev --rereadpt after...
2010-10-28 Richard W.M. Jonesdaemon: Fix /dev/mapper paths from mounts and mountpoin...
2010-10-27 Richard W.M. JonesNew API: lvm-canonical-lv-name: make LV name canonical.
2010-10-25 Richard W.M. Jonesdaemon: Print failed path in stat command errors.
2010-10-22 Richard W.M. Jonesdaemon: Use stdint UINT64_C instead of <const>ULL.
2010-10-18 Richard W.M. Jonesparted: Don't return "loop" for non-partitioned devices...
2010-10-06 Richard W.M. Jonesdebug: Add qtrace <device> on|off to allow selective...
2010-10-06 Richard W.M. Jonespart-disk: Align whole disk partition to 64 sectors.
2010-09-27 Richard W.M. JonesNew API: pread-device, partial read for devices.
2010-09-27 Richard W.M. Jonespread: Check count and offset parameters are not negative.
2010-09-26 Richard W.M. JonesNew API: pwrite-device
2010-09-26 Richard W.M. Jonespwrite: Check offset is not negative.
2010-09-24 Richard W.M. JonesCall blockdev --rereadpt then udev_settle after sfdisk...
2010-09-22 Richard W.M. JonesCall blockdev --rereadpt after sfdisk commands.
2010-09-21 Richard W.M. JonesNew APIs: upload-offset and download-offset
2010-09-15 Richard JonesNew API: part-to-dev: Convert partition name to device...
2010-09-11 Richard JonesSplit generator into separate source files.
2010-09-10 Richard Jonessyntax: Remove unused c-ctype.h header.
2010-09-09 Richard JonesNew APIs: is-chardev, is-blockdev, is-fifo, is-symlink...
2010-09-09 Richard Jonesdaemon: Move 'exists', 'is-file' and 'is-dir' to separa...
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.
next