summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add more function checking.Richard Jones2009-04-101-4/+55
|
* Just use plain lists for argument representation.Richard Jones2009-04-101-93/+66
|
* Documentation fixes.Richard Jones2009-04-101-3/+11
|
* Correction in the aug-ls documentation.Richard Jones2009-04-104-4/+4
|
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-099-3/+19
|
* Documentation update.Richard Jones2009-04-091-1/+1
|
* Bumped version number.Richard Jones2009-04-091-1/+1
|
* Added aug-ls (generated code).Richard Jones2009-04-0915-1/+255
|
* Add aug-ls command (non-generated code).Richard Jones2009-04-092-0/+49
|
* No need for mirror, add HTML docs to subpackages.0.7Richard Jones2009-04-091-3/+5
|
* Distribute the pod.css file.Richard Jones2009-04-091-0/+1
|
* Generate webpages.Richard Jones2009-04-099-37/+86
|
* Added Augeas support.Richard Jones2009-04-0926-138/+3441
|
* Updated HACKING notes about debugging.Richard Jones2009-04-091-2/+3
|
* Generated code for new guestfs_read_lines API call.Richard Jones2009-04-0815-1/+278
|
* Definition and implementation of new guestfs_read_lines API call.Richard Jones2009-04-082-1/+66
|
* Version 0.60.6Richard Jones2009-04-081-1/+1
|
* Added OCaml examples.Richard Jones2009-04-088-1/+63
|
* OCaml bindings compile.Richard Jones2009-04-087-144/+986
|
* Many non-daemon functions are now auto-generated.Richard Jones2009-04-0816-574/+1162
|
* Version 0.5: Numerous small fixes to make rpmbuild work again.0.5Richard Jones2009-04-083-19/+52
|
* Added more Perl bindings tests.Richard Jones2009-04-083-7/+78
|
* Bug fix: Trailing whitespace from 'pvs' command.Richard Jones2009-04-081-0/+6
|
* Fixed Perl bindings, they now work properly.Richard Jones2009-04-0811-22/+465
|
* 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 ↵Richard Jones2009-04-081-3/+6
| | | | 'msg' if they want to stash it.
* 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 ↵Richard Jones2009-04-072-7/+16
| | | | directories.
* 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 'll' command. - outlines for 'ls' and 'cat' commands.
* 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
|