Add 'glob' command for guestfish.
[libguestfs.git] / daemon /
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 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.
2009-04-30 Richard JonesBind-mount /dev, /proc and /sys into chroot when runnin...
2009-04-30 Richard JonesFix umount_all command so it unmounts filesystems in...
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-30 Richard JonesFix unchecked malloc (Jim Meyering).
2009-04-30 Richard JonesFix unchecked malloc & realloc in 'commandv' func ...
2009-04-30 Richard JonesCheck return value from realloc call (Jim Meyering).
2009-04-30 Richard JonesRename tune2fs.c -> ext2.c
2009-04-27 Richard JonesGenerated code for ext2 UUID and label functions.
2009-04-27 Richard JonesFunctions for getting and setting the ext2 UUID and...
2009-04-26 Richard JonesUse ferror to check for error conditions in pipe.
2009-04-26 Richard JonesCarefully check return values from xwrite.
2009-04-25 Richard JonesGenerated code for lvremove, vgremove, pvremove.
2009-04-25 Richard JonesImplement lvremove, vgremove, pvremove.
2009-04-23 Richard W.M. Jonescatsprintf leaks, use open_memstream instead.
2009-04-23 Richard W.M. JonesRemove the 'debug mem' command, it's never going to...
2009-04-23 Richard W.M. JonesImplement 'debug sh' and 'debug fds' commands.
2009-04-23 Richard W.M. JonesImplement extensible strings with catprintf.
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-23 Richard W.M. JonesAdd outline of 'debug' command.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-22 Richard JonesAdd mount_ro, mount_options, mount_vfs. Fix small...
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesVarious fixes to the daemon:
2009-04-20 Richard JonesSome fixes to daemon upload command:
2009-04-20 Richard JonesFix file descriptor leak in daemon.
2009-04-20 Richard JonesGenerated code for 'checksum' command.
2009-04-20 Richard JonesAdd 'checksum' command.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesUse GUESTFS_LAUNCH_FLAG in the daemon, and use correct...
2009-04-19 Richard JonesImplement NEED_ROOT_OR_IS_DEVICE macro.
2009-04-19 Richard JonesImplement _send_sync, _send_file_sync and _receive_file...
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-16 Richard JonesRuby bindings.
2009-04-16 Richard JonesMissing free() on return path (thanks: Steve Grubb).
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-15 Richard JonesGenerated code for blockdev_* calls, RInt64, enhanced...
2009-04-15 Richard JonesAdded blockdev_* calls. RInt64 type. Enhanced tests.
2009-04-15 Richard JonesGenerated code for tune2fs-l command and RHashtable...
2009-04-15 Richard JonesAdded tune2fs-l command and RHashtable return type.
2009-04-15 Richard JonesGenerated code for stat/lstat/statvfs changes.
2009-04-15 Richard JonesAdded stat, lstat, statvfs and associated stat structures.
2009-04-14 Richard JonesBetter handling of trailing \n problem.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
next