50 Commits

Author SHA1 Message Date
Richard Jones
e65e1d5d00 Don't echo output in scripts. 2009-04-26 07:05:12 +01:00
Richard Jones
aed0fa2c01 Generated code for lvremove, vgremove, pvremove. 2009-04-25 21:41:09 +01:00
Richard Jones
ae17137f64 If LIBGUESTFS_PATH is set, guestfish shouldn't modify the path. 2009-04-25 10:38:39 +01:00
Richard W.M. Jones
b189610555 Fix buffer overrun in guestfish command-line parsing. 2009-04-23 14:47:06 +01:00
Richard W.M. Jones
8f9f02d483 Generated code for debug command. 2009-04-23 14:39:31 +01:00
Richard Jones
79cdf81e2f Generated code for new mount_* commands. 2009-04-22 21:02:49 +01:00
Richard Jones
43db06ea89 Allow qemu binary to be overridden at runtime. 2009-04-22 09:00:39 +01:00
Richard Jones
0232e72282 Added tar-in, tar-out, tgz-in, tgz-out commands. 2009-04-20 15:54:22 +01:00
Richard Jones
24ccbb29ac Generated code for 'checksum' command. 2009-04-20 10:19:45 +01:00
Richard Jones
bb07a7f858 Begin to add the upload and download commands. 2009-04-18 22:33:15 +01:00
Richard Jones
ef499de894 Separate out the high-level API actions.
- 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.
2009-04-18 15:31:53 +01:00
Richard Jones
1765330e07 Rewrite of main loop impl, start of FileIn/FileOut support. 2009-04-18 13:17:12 +01:00
Richard Jones
05712b2457 'guestfish edit' commands and several bugfixes. 2009-04-15 23:54:51 +01:00
Richard Jones
612a358b89 Move guestfish 'alloc' command to a separate file. 2009-04-15 20:27:30 +01:00
Richard Jones
b348eacbc4 Generated code for blockdev_* calls, RInt64, enhanced tests. 2009-04-15 17:48:54 +01:00
Richard Jones
ad5abc8d36 Generated code for tune2fs-l command and RHashtable return type. 2009-04-15 13:59:07 +01:00
Richard Jones
6bcbe54b57 Generated code for stat/lstat/statvfs changes. 2009-04-15 10:45:01 +01:00
Richard Jones
946eec285f Quoting in guestfish. 2009-04-14 20:47:51 +01:00
Richard Jones
d268e64fe7 Added bindings for GNU readline. 2009-04-14 15:52:04 +01:00
Richard Jones
5a563bbd9b Typos and documentation updates. 2009-04-14 14:20:47 +01:00
Richard Jones
5365ebd501 Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. 2009-04-14 13:51:12 +01:00
Richard Jones
adefe14e30 Generated files for file(1) command. 2009-04-13 23:58:33 +01:00
Richard Jones
f968f6c36f Stricter checks on short descriptions. 2009-04-13 10:33:44 +01:00
Richard Jones
b7c9d26dde Fix looping bug in parse_string_list, and remove debug message. 2009-04-12 22:27:04 +01:00
Richard Jones
b4d2a01828 Added test suite. 2009-04-11 17:04:35 +01:00
Richard Jones
286841877f Generated files for previous commands. 2009-04-10 12:55:04 +01:00
Richard Jones
fb19874b1e Correction in the aug-ls documentation. 2009-04-10 10:13:59 +01:00
Richard Jones
d19ceb226c Remove *~ files when doing 'make clean'. 2009-04-09 19:47:22 +01:00
Richard Jones
01c26253a1 Added aug-ls (generated code). 2009-04-09 19:36:07 +01:00
Richard Jones
233595cc4e Generate webpages. 2009-04-09 16:48:46 +01:00
Richard Jones
e7eca50046 Added Augeas support. 2009-04-09 13:19:38 +01:00
Richard Jones
c168ce1c91 Generated code for new guestfs_read_lines API call. 2009-04-08 23:47:31 +01:00
Richard Jones
94050e0344 Many non-daemon functions are now auto-generated. 2009-04-08 20:26:35 +01:00
Richard Jones
0d112d58af Updated generated files. 2009-04-08 13:46:21 +01:00
Richard Jones
6085137e65 Implement simple lvs/vgs/pvs commands. 2009-04-07 10:25:46 +01:00
Richard Jones
7ea56c8d0b Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. 2009-04-07 09:52:46 +01:00
Richard Jones
73d6932ab2 pvs/vgs/lvs commands working now. 2009-04-07 09:14:17 +01:00
Richard Jones
8e570870f5 Implement list-devices and list-partitions. 2009-04-06 12:55:26 +01:00
Richard Jones
1cf85b1e60 Implementations of 'cat', 'ls', and some cleanups. 2009-04-06 11:44:48 +01:00
Richard Jones
e5e9541f2d Fix incorrect short description of 'cat' command 2009-04-04 16:52:52 +01:00
Richard Jones
843514eef9 Implement RString and RStringList return types.
- implement 'll' command.
 - outlines for 'ls' and 'cat' commands.
2009-04-04 16:38:28 +01:00
Richard Jones
eb50cde931 Implement the alloc shell command. 2009-04-04 14:51:48 +01:00
Richard Jones
8358ea9524 LIBGUESTFS_PATH implementation. 2009-04-04 12:54:47 +01:00
Richard Jones
017b503c3b Document --add and --mount options. 2009-04-04 11:29:44 +01:00
Richard Jones
c9cc61940b Implemented autosync, make it the default for guestfish. 2009-04-04 10:41:34 +01:00
Richard Jones
6d37b7698c Implemented running actions in guestfish. 2009-04-04 09:40:44 +01:00
Richard Jones
b4c040d30e More tidy up of messages. 2009-04-04 01:49:36 +01:00
Richard Jones
76f3ea8fb3 Command line, help. 2009-04-04 01:40:43 +01:00
Richard Jones
4567839859 Command line and interactive shell parsing, prompts etc. 2009-04-04 00:58:40 +01:00
Richard Jones
bc0b3d6f47 Added outline of shell command, added generator support. 2009-04-03 23:47:47 +01:00