summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Lots, mainly Python bindings.Richard Jones2009-04-1320-261/+2904
|
* Stricter checks on short descriptions.Richard Jones2009-04-133-4/+14
|
* OCaml bindings build using the installed, not built, library.Richard Jones2009-04-131-3/+3
|
* Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ↵Richard Jones2009-04-133-2/+20
| | | | calls.
* Version 0.8.10.8.1Richard Jones2009-04-131-1/+1
|
* Distribute TODO file.Richard Jones2009-04-122-2/+2
|
* Fix looping bug in parse_string_list, and remove debug message.Richard Jones2009-04-121-3/+1
|
* More BuildRequires.Richard Jones2009-04-121-1/+2
|
* More TODO items.Richard Jones2009-04-121-0/+11
|
* Add BR qemu (required to run the tests).Richard Jones2009-04-121-0/+1
|
* Added some ideas in TODO file.Richard Jones2009-04-121-0/+32
|
* Minor adjustments for 0.8 release.0.8Richard Jones2009-04-113-7/+9
|
* Don't delete examples/Makefile.Richard Jones2009-04-111-4/+8
|
* Added test suite.Richard Jones2009-04-1133-325/+8670
|
* Added test framework, no tests implemented yet.Richard Jones2009-04-104-30/+326
|
* Need to set LD_LIBRARY_PATH so we pick up the right C library.Richard Jones2009-04-101-0/+1
|
* Generated files for previous commands.Richard Jones2009-04-1015-1/+1422
|
* New commands: rm rmdir rm-rf mkdir mkdir-p chmod chownRichard Jones2009-04-104-0/+278
|
* CHROOT_OUT must preserve errno.Richard Jones2009-04-101-3/+7
|
* Fix off-by-one error in Augeas wrapper code.Richard Jones2009-04-101-1/+1
|
* Change Err -> RErr for consistency with other return types.Richard Jones2009-04-101-39/+39
|
* Documentation fix.Richard Jones2009-04-102-8/+8
|
* Code cleanup.Richard Jones2009-04-101-10/+22
|
* 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.