summaryrefslogtreecommitdiffstats
path: root/src/guestfs-actions.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove generated code from git.Richard W.M. Jones2009-07-021-12655/+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/+93
| | | | | | | | | | | | 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 mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-0/+460
|
* Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-291-0/+265
|
* Generated code for mount-loop command.Richard W.M. Jones2009-06-291-0/+89
|
* Generated code for 'initrd-list'.Richard W.M. Jones2009-06-291-0/+97
|
* Generated code for 'du' command.Richard W.M. Jones2009-06-291-0/+92
|
* Generated code for df / df-h.Richard W.M. Jones2009-06-291-0/+176
|
* Generated code for head/tail commands.Richard W.M. Jones2009-06-291-2/+394
|
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-291-0/+276
|
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-241-0/+92
|
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-231-0/+261
|
* Generated code for 'glob-expand'.Richard Jones2009-06-221-0/+97
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-0/+189
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-081-0/+94
|
* Generated code for the 'sleep' command.Richard Jones2009-06-041-0/+87
|
* Generated code for e2fsck-f command.Richard Jones2009-05-211-0/+87
|
* Generated code for 'find' command.Richard Jones2009-05-191-0/+97
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-181-0/+176
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+177
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-151-0/+460
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+87
|
* Fix memory leak in error return path.Richard Jones2009-05-091-0/+96
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-486/+486
|
* Generated code to support previous 2 commits.Richard Jones2009-05-081-0/+285
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-011-0/+93
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-011-0/+82
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-011-0/+87
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-011-0/+86
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+264
|
* Generated code for grub-install command.Richard Jones2009-04-301-0/+88
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-0/+86
|
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+93
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-271-0/+358
|
* Check for multiple callback in RPC code.Richard Jones2009-04-261-316/+790
|
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-251-0/+240
|
* Generated code for debug command.Richard W.M. Jones2009-04-231-0/+88
|
* Generated code for new mount_* commands.Richard Jones2009-04-221-0/+252
|
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-201-0/+360
|
* Avoid warning: Don't generate read_reply label unless needed.Richard Jones2009-04-201-67/+0
|
* Generated code for 'checksum' command.Richard Jones2009-04-201-0/+88
|
* Implement upload and download commands.Richard Jones2009-04-201-137/+751
|
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-191-1275/+136
|
* Begin to add the upload and download commands.Richard Jones2009-04-181-325/+446
|
* Split out send and reply operations into separate callbacks.Richard Jones2009-04-181-1459/+3084
|
* guestfs_send -> guestfs__send, in case we want a future command called "send".Richard Jones2009-04-181-65/+65
|
* Separate out the high-level API actions.Richard Jones2009-04-181-1572/+933
| | | | | | - 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-1339/+1794
|
* Generated code for blockdev_* calls, RInt64, enhanced tests.Richard Jones2009-04-151-0/+717
|
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-151-0/+78
|