Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-16 | Fix: don't try to read xattrs if there are none | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-08-05 | cleanup: unify all the code that reads squashfs images | David Oberhollenzer | |
This commit creates a new data structure called 'sqfs_reader_t' that takes care of all the repetetive tasks like opening the file, reading the super block, creating the compressor, deserializing an fstree and creating a data reader. This in turn makes it possible to remove all the duplicate code from rdsquashfs and sqfs2tar. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |