summaryrefslogtreecommitdiffstats
path: root/python/guestfs.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove generated code from git.Richard W.M. Jones2009-07-021-1977/+0
| | | | | | | | Git users now require the OCaml compiler in order to regenerate the generated code after a checkout. Generated code will remain in the tarball, so users of the source tarball will not need the OCaml compiler.
* Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+17
| | | | | | | | | | | | This adds a readdir call (mostly intended for programs). The return value is a list of guestfs_dirent structures. This adds the new types 'struct guestfs_dirent' and 'struct guestfs_dirent_list', along with all the code to return these in the different language bindings. Also includes additional tests for OCaml and Perl bindings to test this.
* Generated code for the virtio_blk change.Richard W.M. Jones2009-07-011-2/+6
|
* Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-0/+49
|
* Generated code for 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-0/+27
|
* Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-291-0/+15
|
* Generated code for mount-loop command.Richard W.M. Jones2009-06-291-0/+7
|
* Generated code for 'initrd-list'.Richard W.M. Jones2009-06-291-0/+16
|
* Generated code for 'du' command.Richard W.M. Jones2009-06-291-0/+13
|
* Generated code for df / df-h.Richard W.M. Jones2009-06-291-0/+20
|
* Generated code for head/tail commands.Richard W.M. Jones2009-06-291-2/+64
|
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-291-0/+18
|
* Clarify documentation for mkdtemp.Richard W.M. Jones2009-06-241-4/+8
|
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-241-0/+19
|
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-231-1/+38
|
* Generated code for 'glob-expand'.Richard Jones2009-06-221-0/+16
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-1/+31
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-081-0/+17
|
* Generated code for the 'sleep' command.Richard Jones2009-06-041-0/+5
|
* Generated code for 'add_drive_ro' call.Richard Jones2009-06-021-0/+34
|
* Add the test0* functions, used to test language bindings.Richard W.M. Jones2009-05-281-0/+81
|
* Generated code for e2fsck-f command.Richard Jones2009-05-211-0/+17
|
* Generated code for 'find' command.Richard Jones2009-05-191-0/+31
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-181-0/+13
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+26
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-151-0/+49
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+14
|
* Don't stash strings in the handle.Richard W.M. Jones2009-05-131-12/+0
| | | | | - makes it impossible to write bindings for set_{path,qemu,append} functions
* Add 'append', LIBGUESTFS_APPEND to set additional kernel options.Richard W.M. Jones2009-05-131-0/+24
|
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-0/+15
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+9
|
* Generated code to support previous 2 commits.Richard Jones2009-05-081-0/+47
|
* Typo in documentation.Richard W.M. Jones2009-05-011-1/+1
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-011-0/+9
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-011-0/+9
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-011-0/+12
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-011-0/+13
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+18
|
* Generated code for grub-install command.Richard Jones2009-04-301-0/+7
|
* Added notes to the 'fsck' command documentation.Richard Jones2009-04-301-5/+14
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-0/+11
|
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+14
|
* Autosync now runs umount-all; syncRichard Jones2009-04-301-3/+6
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-271-0/+33
|
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-251-2/+29
|
* Generated code for debug command.Richard W.M. Jones2009-04-231-0/+11
|
* Generated code for new mount_* commands.Richard Jones2009-04-221-0/+20
|
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-221-0/+26
|
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-201-0/+32
|
* Generated code for 'checksum' command.Richard Jones2009-04-201-0/+38
|