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> | |||
2020-05-30 | Cleanup: try to split sqfs2tar.c in a reasonable way | David Oberhollenzer | |
This comit breaks sqfs2tar into multiple files: - options.c contains the command line argument processing - write_tree.c contains the code for generating the actual tar archive - sqfs2tar.c contains what is left - A header is added for glueing it all together. No actual code is changed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |