Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-08 | libtar: remove need for skip_padding function | David Oberhollenzer | |
In the istream implementation, automatically skip the padding when we reach end-of-file. Also skip file AND padding when we destroy the object. Replace the remaining instances with a simple istream_skip instead and remove the wrapper from libtar. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2023-02-08 | libtar: Add an istream_t implementation | David Oberhollenzer | |
The tar_istream_t reads the data from a tar file, having been given the header, and synthesizes zero bytes for sparse regions. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |