guestfish: Redirect stdout when executing remote commands
[libguestfs.git] / ruby /
2009-08-04 Jim Meyeringbuild: remove trailing blank lines; enable the syntax...
2009-07-16 Richard JonesMore misc fixes to non-srcdir builds.
2009-07-07 Richard JonesFix for 349814e9d912c4: Get correct path when building...
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-02 Richard W.M. JonesRemove generated code from git.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-06-30 Richard W.M. JonesGenerated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M. JonesGenerated code for 'set_memsize'/'get_memsize' calls.
2009-06-29 Richard W.M. JonesGenerated code for the 'mkswap*' commands.
2009-06-29 Richard W.M. JonesGenerated code for mount-loop command.
2009-06-29 Richard W.M. JonesGenerated code for 'initrd-list'.
2009-06-29 Richard W.M. JonesGenerated code for 'du' command.
2009-06-29 Richard W.M. JonesGenerated code for df / df-h.
2009-06-29 Richard W.M. JonesGenerated code for head/tail commands.
2009-06-29 Richard W.M. JonesGenerated code for 'wc_*' commands.
2009-06-24 Richard W.M. JonesGenerated code for 'mkdtemp' command.
2009-06-23 Richard W.M. JonesGenerated code for 'scrub-*' commands.
2009-06-22 Richard JonesCheck parameter types in Ruby bindings (RHBZ#507346).
2009-06-22 Richard JonesMissing \n character in Ruby bindings.
2009-06-22 Richard JonesGenerated code for 'glob-expand'.
2009-06-22 Richard JonesGenerated code for 'sh' and 'sh-lines' commands.
2009-06-09 Richard JonesNew website, change et.redhat.com references to libgues... 1.0.43
2009-06-08 Richard JonesGenerated code for ntfs_3g_probe command.
2009-06-04 Richard JonesGenerated code for the 'sleep' command.
2009-06-02 Richard JonesGenerated code for 'add_drive_ro' call.
2009-05-28 Richard W.M. JonesDistribute bindtests.rb in the tarball. 1.0.35
2009-05-28 Richard W.M. JonesAdd tests for bindings parameters, fix several broken...
2009-05-28 Richard W.M. JonesAdd the test0* functions, used to test language bindings.
2009-05-28 Richard W.M. JonesMove the appliance and build scripts into new appliance...
2009-05-21 Richard JonesGenerated code for e2fsck-f command.
2009-05-19 Richard JonesGenerated code for 'find' command.
2009-05-18 Richard JonesGenerated code for lvresize, resize2fs.
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-13 Richard W.M. JonesAdd 'append', LIBGUESTFS_APPEND to set additional kerne...
2009-05-08 Richard JonesGenerated code to support last 3 commits.
2009-05-08 Richard JonesGenerated code to support previous 2 commits.
2009-05-06 Richard JonesRARRAY_LEN macro for Ruby < 1.9. Small strictness...
2009-05-01 Richard W.M. JonesGenerated code for 'equal' command.
2009-05-01 Richard W.M. JonesGenerated code for ping-daemon command.
2009-05-01 Richard W.M. JonesGenerated code for dmesg command.
2009-05-01 Richard W.M. JonesGenerated code for drop-caches command.
2009-05-01 Richard W.M. JonesGenerated code for cp, cp-a and mv commands.
2009-04-30 Richard JonesGenerated code for grub-install command.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-30 Richard JonesUse safe_malloc and/or check returns from malloc (Jim...
2009-04-27 Richard JonesGenerated code for ext2 UUID and label functions.
2009-04-25 Richard JonesGenerated code for lvremove, vgremove, pvremove.
2009-04-24 Richard JonesRuby bindings didn't NULL-terminate an array, resulting... 1.0.12
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-22 Richard JonesAllow qemu binary to be overridden at runtime.
2009-04-20 Richard JonesFixes for CDPATH being set.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesGenerated code for 'checksum' command.
2009-04-19 Richard JonesImplement upload and download commands.
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-16 Richard W.M. JonesAllow Ruby bindings to build correctly even if libguest...
2009-04-16 Richard JonesRuby bindings.