Just whitespace changes in the generator code.
[libguestfs.git] / daemon /
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-05 Richard JonesDon't die if reply message is oversized (RHBZ#509597).
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-03 Jim Meyeringavoid leak upon failed realloc
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-03 Jim Meyeringdaemon/readdir: avoid a small leak
2009-07-02 Richard W.M. JonesAdd 'sfdiskM' command.
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Richard W.M. JonesIn verbose mode, daemon will display the time elapsed...
2009-07-02 Jim Meyeringavoid automake failure
2009-07-02 Richard W.M. JonesRemove generated code from git.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesCall 'udevadm settle' after operations which add/remove...
2009-07-01 Richard W.M. JonesAll instances of 'pclose' now check for return value...
2009-07-01 Richard W.M. JonesFix error handling of external sfdisk command.
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-06-30 Richard W.M. JonesGenerated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M. JonesNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-29 Richard W.M. JonesGenerated code for the 'mkswap*' commands.
2009-06-29 Richard W.M. JonesImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M. JonesGenerated code for mount-loop command.
2009-06-29 Richard W.M. JonesAdd mount-loop command (RHBZ#508668).
2009-06-29 Richard W.M. JonesFix memory leak in daemon/mount.c:do_mount_vfs.
2009-06-29 Richard W.M. JonesGenerated code for 'initrd-list'.
2009-06-29 Richard W.M. JonesAdd 'initrd-list' command to list contents of initrd...
2009-06-29 Richard W.M. JonesGenerated code for 'du' command.
2009-06-29 Richard W.M. JonesAdded 'du' command.
2009-06-29 Richard W.M. JonesGenerated code for df / df-h.
2009-06-29 Richard W.M. JonesAdd 'df' and 'df-h' commands.
2009-06-29 Richard W.M. JonesGenerated code for head/tail commands.
2009-06-29 Richard W.M. JonesImplement "head", "head-n", "tail", "tail-n" commands.
2009-06-29 Richard W.M. JonesGenerated code for 'wc_*' commands.
2009-06-29 Richard W.M. JonesImplementation of 'wc_c', 'wc_w' and 'wc_l' commands.
2009-06-24 Richard W.M. JonesGenerated code for 'mkdtemp' command.
2009-06-24 Richard W.M. JonesAdd mkdtemp command.
2009-06-23 Richard W.M. JonesGenerated code for 'scrub-*' commands.
2009-06-23 Richard W.M. JonesAdded 'scrub-*' commands for securely scrubbing filesys...
2009-06-22 Richard JonesImprove error message when appliance doesn't match...
2009-06-22 Richard JonesMake CHROOT_IN/OUT macros should loudly if the syscall...
2009-06-22 Richard JonesCheck return value from close() call.
2009-06-22 Richard JonesThe 'debug sh' command now uses a real shell.
2009-06-22 Richard JonesGenerated code for 'glob-expand'.
2009-06-22 Richard JonesAdd 'glob-expand' command.
2009-06-22 Richard JonesGenerated code for 'sh' and 'sh-lines' commands.
2009-06-22 Richard JonesAdd 'sh' and 'sh-lines' commands.
2009-06-20 Richard W.M. JonesCheck return value from waitpid call in command*()...
2009-06-20 Richard W.M. JonesAdd strong note about deprecation of functions which...
2009-06-20 Richard W.M. JonesCheck return value from pclose.
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesFix #2
2009-06-10 Richard JonesFix device tests.
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesFix small sfdisk bug.
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesAdd IS_DEVICE checks for all calls which take a device...
2009-06-08 Richard JonesGenerated code for ntfs_3g_probe command.
2009-06-08 Richard JonesAdd 'ntfs_3g_probe' command so we can probe the "mounta...
2009-06-04 Richard JonesFix RHBZ#503169 comment 13 (regression) and add a regre...
2009-06-04 Richard JonesGenerated code for the 'sleep' command.
2009-06-04 Richard JonesAdded 'sleep' command.
2009-06-04 Charles DuffyUse --rbind rather than --bind for bind mounting /dev...
2009-05-29 Richard W.M. JonesFix mkdir-p if directory exists (RHBZ#503133).
2009-05-22 Richard JonesIn daemon, set PATH, SHELL and LANG environment variables.
2009-05-22 Richard JonesAdd 'debug env' command to print environment.
2009-05-21 Richard JonesGenerated code for e2fsck-f command.
2009-05-21 Richard JonesAdd e2fsck_f command, and modify lvresize test to use...
2009-05-19 Richard JonesGenerated code for 'find' command.
2009-05-19 Richard JonesAdded 'find' command.
2009-05-19 Richard JonesFix a memory leak in handling of tar files.
2009-05-18 Richard JonesGenerated code for lvresize, resize2fs.
2009-05-18 Richard JonesAdd: lvresize, resize2fs commands.
2009-05-18 Richard JonesAdd vg-activate{,-all} commands, and resize recipe.
2009-05-15 Richard W.M. JonesAdd: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr...
2009-05-14 Richard W.M. JonesAdd support for zerofree command.
2009-05-12 Richard JonesRefactor line splitting code in the daemon, and fix...
2009-05-08 Richard JonesGenerated code to support last 3 commits.
2009-05-08 Richard JonesGenerated code to support previous 2 commits.
2009-05-08 Richard JonesImplement 'strings' and 'hexdump' commands.
2009-05-07 Richard JonesFix leak in realloc failure (Jim Meyering).
2009-05-07 Richard Jones/dev/hd* is also a block device on RHEL 5.
2009-05-07 Richard JonesAugeas is now completely optional.
2009-05-06 Richard JonesFix missing futimens bug.
2009-05-06 Richard JonesAC_CHECK_FUNCS for multiple functions.
2009-05-01 Richard W.M. JonesGenerated code for 'equal' command.
2009-05-01 Richard W.M. JonesAdded 'equal' command to compare files.
2009-05-01 Richard W.M. JonesGenerated code for ping-daemon command.
2009-05-01 Richard W.M. JonesAdded ping-daemon command.
2009-05-01 Richard W.M. JonesGenerated code for dmesg command.
2009-05-01 Richard W.M. JonesAdded dmesg command.
2009-05-01 Richard W.M. JonesGenerated code for drop-caches command.
2009-05-01 Richard W.M. JonesAdded drop-caches command.
2009-05-01 Richard W.M. JonesGenerated code for cp, cp-a and mv commands.
2009-05-01 Richard W.M. JonesAdd cp, cp-a and mv commands.
2009-04-30 Richard JonesGenerated code for grub-install command.
2009-04-30 Richard JonesAdd grub-install command.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesCorrect the path to /sbin/fsck.
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Richard JonesAdded 'fsck' command.
next