summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore perl/Guestfs.bs file.Richard Jones2009-04-081-0/+1
* Updated generated files.Richard Jones2009-04-083-18/+16
* Mention OCaml & Perl bindings in introduction. Error handlers must copy 'msg...Richard Jones2009-04-081-3/+6
* File was removed, updated dependencies.Richard Jones2009-04-081-2/+0
* Need to distribute OCaml bits even if OCaml not found.Richard Jones2009-04-081-2/+2
* First version of Perl bindings, compiled but not tested.Richard Jones2009-04-088-12/+1051
* Added a note that I'm not going to do Python bindings for now.Richard Jones2009-04-083-2/+13
* Outline OCaml bindings.Richard Jones2009-04-0712-4/+770
* Added guestfish(1) manpage.Richard Jones2009-04-076-2/+452
* Fix: "aclocal: couldn't open directory `m4': No such file or directory"Richard Jones2009-04-071-0/+1
* Added framework for the language bindings.Richard Jones2009-04-0710-6/+356
* New header file.0.4Richard Jones2009-04-071-0/+1
* Remove unnecessary kernel drivers. Big reduction in image size.Richard Jones2009-04-071-2/+5
* Fix incorrect realloc size which was causing 'ls' command to fail on large di...Richard Jones2009-04-072-7/+16
* Implement simple lvs/vgs/pvs commands.Richard Jones2009-04-0711-17/+628
* Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.Richard Jones2009-04-0711-133/+153
* pvs/vgs/lvs commands working now.Richard Jones2009-04-0722-22/+2610
* Implement list-devices and list-partitions.Richard Jones2009-04-0615-300/+842
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-067-22/+182
* Debugging tips.Richard Jones2009-04-061-0/+11
* Fix incorrect short description of 'cat' commandRichard Jones2009-04-042-3/+3
* Implement RString and RStringList return types.Richard Jones2009-04-0417-71/+880
* Implement the alloc shell command.Richard Jones2009-04-042-6/+128
* guest_add_{drive,cdrom} now test if the files exist.Richard Jones2009-04-041-0/+10
* Add %post and %postun.Richard Jones2009-04-041-0/+4
* Fix parsing of paths with more than one element.Richard Jones2009-04-041-3/+4
* LIBGUESTFS_PATH implementation.Richard Jones2009-04-048-25/+164
* Document --add and --mount options.Richard Jones2009-04-041-8/+8
* Mostly working spec file.Richard Jones2009-04-045-5/+137
* Implemented autosync, make it the default for guestfish.Richard Jones2009-04-044-0/+44
* Generate actions section in guestfs.3 man page.Richard Jones2009-04-044-10/+28
* Implemented running actions in guestfish.Richard Jones2009-04-042-5/+95
* More tidy up of messages.Richard Jones2009-04-043-16/+17
* Command line, help.Richard Jones2009-04-044-29/+143
* Command line and interactive shell parsing, prompts etc.Richard Jones2009-04-042-17/+210
* Added outline of shell command, added generator support.Richard Jones2009-04-039-5/+300
* Small updates to the generator.Richard Jones2009-04-033-3/+6
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-039-23/+390
* Added a HACKING file.Richard Jones2009-04-031-0/+28
* Added images/ directory for test images, and one image.Richard Jones2009-04-031-0/+0
* Parses return values and returned errors properly.Richard Jones2009-04-034-47/+151
* Make the partition configurable.Richard Jones2009-04-031-4/+8
* Added README file for examples directory.Richard Jones2009-04-031-0/+8
* No verbose. User can enable by setting LIBGUESTFS_DEBUG=1 if they want.Richard Jones2009-04-032-2/+0
* Pass -no-kqemu parameter to avoid warning about kqemu.Richard Jones2009-04-031-1/+2
* Makes a series of non-trivial calls.Richard Jones2009-04-0310-13/+270
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-0318-60/+760
* Remove initramfs/fakelog.root if make-initramfs fails.Richard Jones2009-04-031-1/+1
* Remove NFS support - we will probably use FTP instead.Richard Jones2009-04-033-32/+57
* Lots more auto-generation.Richard Jones2009-04-039-38/+572