Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | Cleanup: sqfs2tar: break up and simplify the repacking code | David Oberhollenzer | |
- Move the xattr extraction and repacking to xattr.c - Don't on-the-fly delete the tar xattr list, use the function from libtar.a - Split minor tasks into static helper functions - creating a libtar xattr struct from libsqfs xattr data - finding a hard link entry from current path and inode number Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |