2009-05-22 |
Richard Jones | In daemon, set PATH, SHELL and LANG environment variables. |
tree | commitdiff |
2009-05-22 |
Richard Jones | Add 'debug env' command to print environment. |
tree | commitdiff |
2009-05-21 |
Richard Jones | Generated code for e2fsck-f command. |
tree | commitdiff |
2009-05-21 |
Richard Jones | Add e2fsck_f command, and modify lvresize test to use... |
tree | commitdiff |
2009-05-19 |
Richard Jones | Generated code for 'find' command. |
tree | commitdiff |
2009-05-19 |
Richard Jones | Added 'find' command. |
tree | commitdiff |
2009-05-19 |
Richard Jones | Fix a memory leak in handling of tar files. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Generated code for lvresize, resize2fs. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Add: lvresize, resize2fs commands. |
tree | commitdiff |
2009-05-18 |
Richard Jones | Add vg-activate{,-all} commands, and resize recipe. |
tree | commitdiff |
2009-05-15 |
Richard W.M. Jones | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr... |
tree | commitdiff |
2009-05-14 |
Richard W.M. Jones | Add support for zerofree command. |
tree | commitdiff |
2009-05-12 |
Richard Jones | Refactor line splitting code in the daemon, and fix... |
tree | commitdiff |
2009-05-08 |
Richard Jones | Generated code to support last 3 commits. |
tree | commitdiff |
2009-05-08 |
Richard Jones | Generated code to support previous 2 commits. |
tree | commitdiff |
2009-05-08 |
Richard Jones | Implement 'strings' and 'hexdump' commands. |
tree | commitdiff |
2009-05-07 |
Richard Jones | Fix leak in realloc failure (Jim Meyering). |
tree | commitdiff |
2009-05-07 |
Richard Jones | /dev/hd* is also a block device on RHEL 5. |
tree | commitdiff |
2009-05-07 |
Richard Jones | Augeas is now completely optional. |
tree | commitdiff |
2009-05-06 |
Richard Jones | Fix missing futimens bug. |
tree | commitdiff |
2009-05-06 |
Richard Jones | AC_CHECK_FUNCS for multiple functions. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for 'equal' command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Added 'equal' command to compare files. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for ping-daemon command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Added ping-daemon command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for dmesg command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Added dmesg command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for drop-caches command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Added drop-caches command. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Generated code for cp, cp-a and mv commands. |
tree | commitdiff |
2009-05-01 |
Richard W.M. Jones | Add cp, cp-a and mv commands. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Generated code for grub-install command. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Add grub-install command. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Added 'zero' command to wipe partition tables and super... |
tree | commitdiff |
2009-04-30 |
Richard Jones | Correct the path to /sbin/fsck. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Add generated code for 'fsck' command. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Added 'fsck' command. |
tree | commitdiff |
2009-04-30 |
Richard Jones | Bind-mount /dev, /proc and /sys into chroot when runnin... |
tree | commitdiff |
2009-04-30 |
Richard Jones | Fix umount_all command so it unmounts filesystems in... |
tree | commitdiff |
2009-04-30 |
Jim Meyering | build: don't tell "make clean" to remove my '~' backup... |
tree | commitdiff |
2009-04-30 |
Richard Jones | Fix unchecked malloc (Jim Meyering). |
tree | commitdiff |
2009-04-30 |
Richard Jones | Fix unchecked malloc & realloc in 'commandv' func ... |
tree | commitdiff |
2009-04-30 |
Richard Jones | Check return value from realloc call (Jim Meyering). |
tree | commitdiff |
2009-04-30 |
Richard Jones | Rename tune2fs.c -> ext2.c |
tree | commitdiff |
2009-04-27 |
Richard Jones | Generated code for ext2 UUID and label functions. |
tree | commitdiff |
2009-04-27 |
Richard Jones | Functions for getting and setting the ext2 UUID and... |
tree | commitdiff |
2009-04-26 |
Richard Jones | Use ferror to check for error conditions in pipe. |
tree | commitdiff |
2009-04-26 |
Richard Jones | Carefully check return values from xwrite. |
tree | commitdiff |
2009-04-25 |
Richard Jones | Generated code for lvremove, vgremove, pvremove. |
tree | commitdiff |
2009-04-25 |
Richard Jones | Implement lvremove, vgremove, pvremove. |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | catsprintf leaks, use open_memstream instead. |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | Remove the 'debug mem' command, it's never going to... |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | Implement 'debug sh' and 'debug fds' commands. |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | Implement extensible strings with catprintf. |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE... |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | Generated code for debug command. |
tree | commitdiff |
2009-04-23 |
Richard W.M. Jones | Add outline of 'debug' command. |
tree | commitdiff |
2009-04-22 |
Richard Jones | Generated code for new mount_* commands. |
tree | commitdiff |
2009-04-22 |
Richard Jones | Add mount_ro, mount_options, mount_vfs. Fix small... |
tree | commitdiff |
2009-04-20 |
Richard Jones | Added tar-in, tar-out, tgz-in, tgz-out commands. |
tree | commitdiff |
2009-04-20 |
Richard Jones | Various fixes to the daemon: |
tree | commitdiff |
2009-04-20 |
Richard Jones | Some fixes to daemon upload command: |
tree | commitdiff |
2009-04-20 |
Richard Jones | Fix file descriptor leak in daemon. |
tree | commitdiff |
2009-04-20 |
Richard Jones | Generated code for 'checksum' command. |
tree | commitdiff |
2009-04-20 |
Richard Jones | Add 'checksum' command. |
tree | commitdiff |
2009-04-19 |
Richard Jones | Implement upload and download commands. |
tree | commitdiff |
2009-04-19 |
Richard Jones | Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct... |
tree | commitdiff |
2009-04-19 |
Richard Jones | Implement NEED_ROOT_OR_IS_DEVICE macro. |
tree | commitdiff |
2009-04-19 |
Richard Jones | Implement _send_sync, _send_file_sync and _receive_file... |
tree | commitdiff |
2009-04-18 |
Richard Jones | Begin to add the upload and download commands. |
tree | commitdiff |
2009-04-18 |
Richard Jones | Separate out the high-level API actions. |
tree | commitdiff |
2009-04-18 |
Richard Jones | Rewrite of main loop impl, start of FileIn/FileOut... |
tree | commitdiff |
2009-04-16 |
Richard Jones | Ruby bindings. |
tree | commitdiff |
2009-04-16 |
Richard Jones | Missing free() on return path (thanks: Steve Grubb). |
tree | commitdiff |
2009-04-15 |
Richard Jones | 'guestfish edit' commands and several bugfixes. |
tree | commitdiff |
2009-04-15 |
Richard Jones | Generated code for blockdev_* calls, RInt64, enhanced... |
tree | commitdiff |
2009-04-15 |
Richard Jones | Added blockdev_* calls. RInt64 type. Enhanced tests. |
tree | commitdiff |
2009-04-15 |
Richard Jones | Generated code for tune2fs-l command and RHashtable... |
tree | commitdiff |
2009-04-15 |
Richard Jones | Added tune2fs-l command and RHashtable return type. |
tree | commitdiff |
2009-04-15 |
Richard Jones | Generated code for stat/lstat/statvfs changes. |
tree | commitdiff |
2009-04-15 |
Richard Jones | Added stat, lstat, statvfs and associated stat structures. |
tree | commitdiff |
2009-04-14 |
Richard Jones | Better handling of trailing \n problem. |
tree | commitdiff |
2009-04-14 |
Richard Jones | Add 'command' and 'command-lines'. Fix args freeing... |
tree | commitdiff |
2009-04-14 |
Richard Jones | Fix 'file(1)' command to work on /dev devices. |
tree | commitdiff |
2009-04-13 |
Richard Jones | Generated files for file(1) command. |
tree | commitdiff |
2009-04-13 |
Richard Jones | Added file(1) command. |
tree | commitdiff |
2009-04-12 |
Richard Jones | Old versions of augeas lack aug_load, aug_defvar, aug_n... |
tree | commitdiff |
2009-04-11 |
Richard Jones | Added test suite. |
tree | commitdiff |
2009-04-10 |
Richard Jones | Generated files for previous commands. |
tree | commitdiff |
2009-04-10 |
Richard Jones | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown |
tree | commitdiff |
2009-04-10 |
Richard Jones | CHROOT_OUT must preserve errno. |
tree | commitdiff |
2009-04-10 |
Richard Jones | Fix off-by-one error in Augeas wrapper code. |
tree | commitdiff |
2009-04-09 |
Richard Jones | Remove *~ files when doing 'make clean'. |
tree | commitdiff |
2009-04-09 |
Richard Jones | Added aug-ls (generated code). |
tree | commitdiff |
2009-04-09 |
Richard Jones | Add aug-ls command (non-generated code). |
tree | commitdiff |
2009-04-09 |
Richard Jones | Added Augeas support. |
tree | commitdiff |
2009-04-08 |
Richard Jones | Generated code for new guestfs_read_lines API call. |
tree | commitdiff |
2009-04-08 |
Richard Jones | Definition and implementation of new guestfs_read_lines... |
tree | commitdiff |
2009-04-08 |
Richard Jones | Bug fix: Trailing whitespace from 'pvs' command. |
tree | commitdiff |
2009-04-07 |
Richard Jones | Implement simple lvs/vgs/pvs commands. |
tree | commitdiff |
next |