summaryrefslogtreecommitdiffstats
path: root/src/guestfs-actions.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Generated code for stat/lstat/statvfs changes.Richard Jones2009-04-151-0/+225
|
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-141-0/+154
|
* Generated files for file(1) command.Richard Jones2009-04-131-0/+74
|
* Added test suite.Richard Jones2009-04-111-0/+931
|
* Generated files for previous commands.Richard Jones2009-04-101-0/+489
|
* Added aug-ls (generated code).Richard Jones2009-04-091-0/+78
|
* Added Augeas support.Richard Jones2009-04-091-0/+862
|
* Generated code for new guestfs_read_lines API call.Richard Jones2009-04-081-0/+78
|
* Fix incorrect realloc size which was causing 'ls' command to fail on large ↵Richard Jones2009-04-071-6/+12
| | | | directories.
* Implement simple lvs/vgs/pvs commands.Richard Jones2009-04-071-0/+219
|
* Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.Richard Jones2009-04-071-45/+45
|
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-0/+213
|
* Implement list-devices and list-partitions.Richard Jones2009-04-061-109/+255
|
* Implement RString and RStringList return types.Richard Jones2009-04-041-0/+225
| | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands.
* Small updates to the generator.Richard Jones2009-04-031-2/+0
|
* Parses return values and returned errors properly.Richard Jones2009-04-031-33/+81
|
* Makes a series of non-trivial calls.Richard Jones2009-04-031-3/+3
|
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-11/+34
|
* Lots more auto-generation.Richard Jones2009-04-031-0/+157