summaryrefslogtreecommitdiffstats
path: root/ruby
Commit message (Collapse)AuthorAgeFilesLines
* Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12Richard Jones2009-04-241-0/+5
|
* Generated code for debug command.Richard W.M. Jones2009-04-231-0/+35
|
* Generated code for new mount_* commands.Richard Jones2009-04-221-0/+93
|
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-221-0/+42
|
* Fixes for CDPATH being set.Richard Jones2009-04-201-1/+1
|
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-201-0/+108
|
* Generated code for 'checksum' command.Richard Jones2009-04-201-0/+29
|
* Implement upload and download commands.Richard Jones2009-04-201-0/+38
|
* Begin to add the upload and download commands.Richard Jones2009-04-181-0/+54
|
* Separate out the high-level API actions.Richard Jones2009-04-181-0/+95
| | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures.
* Allow Ruby bindings to build correctly even if libguestfs not installed.Richard W.M. Jones2009-04-161-1/+1
|
* Ruby bindings.Richard Jones2009-04-168-0/+2357