summaryrefslogtreecommitdiffstats
path: root/python/guestfs.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement upload and download commands.Richard Jones2009-04-201-0/+16
|
* Begin to add the upload and download commands.Richard Jones2009-04-181-0/+20
|
* Separate out the high-level API actions.Richard Jones2009-04-181-0/+41
| | | | | | - 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.
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-181-1/+1
|
* Added Python documentation.Richard Jones2009-04-161-0/+624
|
* Generated code for blockdev_* calls, RInt64, enhanced tests.Richard Jones2009-04-151-0/+30
|
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-151-0/+3
|
* Generated code for stat/lstat/statvfs changes.Richard Jones2009-04-151-0/+9
|
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-141-0/+6
|
* Generated files for file(1) command.Richard Jones2009-04-131-0/+3
|
* guestfs -> GuestFS0.9Richard Jones2009-04-131-1/+1
|
* Lots, mainly Python bindings.Richard Jones2009-04-131-0/+209