Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | daemon/readdir: avoid a small leak | Jim Meyering | 2009-07-03 | 1 | -0/+2 |
| | | | | | * daemon/readdir.c (do_readdir): Free both p and v.name, in case only one of the allocations failed. | ||||
* | Add 'readdir' call. | Richard W.M. Jones | 2009-07-02 | 1 | -0/+105 |
This adds a readdir call (mostly intended for programs). The return value is a list of guestfs_dirent structures. This adds the new types 'struct guestfs_dirent' and 'struct guestfs_dirent_list', along with all the code to return these in the different language bindings. Also includes additional tests for OCaml and Perl bindings to test this. |