79 Commits

Author SHA1 Message Date
Richard Jones
b5ff6816fa Version 0.5: Numerous small fixes to make rpmbuild work again. 0.5 2009-04-08 17:19:09 +01:00
Richard Jones
c3168fc03c Added more Perl bindings tests. 2009-04-08 15:22:29 +01:00
Richard Jones
447b96e57c Bug fix: Trailing whitespace from 'pvs' command. 2009-04-08 15:08:10 +01:00
Richard Jones
9908e03e92 Fixed Perl bindings, they now work properly. 2009-04-08 15:02:39 +01:00
Richard Jones
00e309d360 Ignore perl/Guestfs.bs file. 2009-04-08 13:54:19 +01:00
Richard Jones
0d112d58af Updated generated files. 2009-04-08 13:46:21 +01:00
Richard Jones
562efcba33 Mention OCaml & Perl bindings in introduction. Error handlers must copy 'msg' if they want to stash it. 2009-04-08 13:46:05 +01:00
Richard Jones
622bc0af28 File was removed, updated dependencies. 2009-04-08 13:45:14 +01:00
Richard Jones
5828e17afd Need to distribute OCaml bits even if OCaml not found. 2009-04-08 13:44:46 +01:00
Richard Jones
1ee6da96ef First version of Perl bindings, compiled but not tested. 2009-04-08 13:44:13 +01:00
Richard Jones
8dcc88f867 Added a note that I'm not going to do Python bindings for now. 2009-04-08 13:42:26 +01:00
Richard Jones
4144e2106c Outline OCaml bindings. 2009-04-07 16:52:25 +01:00
Richard Jones
21ba59ce3c Added guestfish(1) manpage. 2009-04-07 14:55:25 +01:00
Richard Jones
bccbfe5ab5 Fix: "aclocal: couldn't open directory `m4': No such file or directory" 2009-04-07 13:51:12 +01:00
Richard Jones
acf9000252 Added framework for the language bindings. 2009-04-07 13:08:50 +01:00
Richard Jones
dfb90f793a New header file. 0.4 2009-04-07 11:06:28 +01:00
Richard Jones
4af6b4777a Remove unnecessary kernel drivers. Big reduction in image size. 2009-04-07 11:06:23 +01:00
Richard Jones
af92796e03 Fix incorrect realloc size which was causing 'ls' command to fail on large directories. 2009-04-07 10:42:15 +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
bf17bf81fe Debugging tips. 2009-04-06 11:43:14 +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
fdeae81d81 guest_add_{drive,cdrom} now test if the files exist. 2009-04-04 14:51:31 +01:00
Richard Jones
f0624da341 Add %post and %postun. 2009-04-04 13:17:46 +01:00
Richard Jones
6941420efe Fix parsing of paths with more than one element. 2009-04-04 13:17:32 +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
236b5295bf Mostly working spec file. 2009-04-04 11:27:26 +01:00
Richard Jones
c9cc61940b Implemented autosync, make it the default for guestfish. 2009-04-04 10:41:34 +01:00
Richard Jones
64a5ae0e96 Generate actions section in guestfs.3 man page. 2009-04-04 10:29:25 +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
Richard Jones
b72ec21d24 Small updates to the generator. 2009-04-03 22:45:42 +01:00
Richard Jones
99bd425a0a Implemented 'mount' and 'touch' commands. 2009-04-03 22:25:34 +01:00
Richard Jones
f5d2602bf6 Added a HACKING file. 2009-04-03 22:24:32 +01:00
Richard Jones
8ae9f67a17 Added images/ directory for test images, and one image. 2009-04-03 20:30:42 +01:00
Richard Jones
316bbc3666 Parses return values and returned errors properly. 2009-04-03 19:51:02 +01:00
Richard Jones
ff1f39794b Make the partition configurable. 2009-04-03 19:16:27 +01:00
Richard Jones
e83181345f Added README file for examples directory. 2009-04-03 19:13:48 +01:00
Richard Jones
3906e4ff91 No verbose. User can enable by setting LIBGUESTFS_DEBUG=1 if they want. 2009-04-03 19:11:44 +01:00
Richard Jones
9c5ea36450 Pass -no-kqemu parameter to avoid warning about kqemu. 2009-04-03 19:11:29 +01:00
Richard Jones
d134143b55 Makes a series of non-trivial calls. 2009-04-03 19:08:19 +01:00