Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-16 | Remodel file extraction tools to use libfstream | David Oberhollenzer | |
This commit rewrites the libtar write paths to use libfstream insead of a FILE pointer. Also, the libcommon file extraction function is remodeled to use libfstream. In accordance, rdsquashfs, sqfs2tar and sqfsdiff have some minor adjustments made to work with the ported libtar and libcommon. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-08-12 | Add a "--stat" option to rdsquashfs | David Oberhollenzer | |
This commit adds a --stat option to rdsquashfs that dumps a lot of information about and inode that tunred out to be usefull in debugging. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-05-30 | Cleanup: Reorganize structure of Automake files | David Oberhollenzer | |
- Split up the huge file in bin/ into one small file per sub directory - Remove the stub in doc/ Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |