Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | libtar: add a dir_iterator_t implementation for tar files | David Oberhollenzer | |
The existing istream_t wrapper is mered into this one as well, we can open the files via the iterators open_file_ro function. Unit tests and tar2sqfs are modified accordingly. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |