summaryrefslogtreecommitdiff
path: root/bin/tar2sqfs
AgeCommit message (Expand)Author
2021-03-06Cleanup: replace the void-ptr with an inode-ptr in the file tree nodeDavid Oberhollenzer
2020-10-28Fix: tar2sqfs: if --root-becomes is used, also retarget linksDavid Oberhollenzer
2020-09-29Update tar2sqfs/sqfs2tar documentationDavid Oberhollenzer
2020-09-24Fix: tar2sqfs: when skipping non-prefixed files, also skip contentsDavid Oberhollenzer
2020-09-24Fix: tar2sqfs: don't touch the path after determining it is brokenDavid Oberhollenzer
2020-09-17Fix: add missing compiler/linker flagsDavid Oberhollenzer
2020-09-16Add bzip2 stream compression supportDavid Oberhollenzer
2020-09-16Implement input decompression support for tar2sqfsDavid Oberhollenzer
2020-09-16Remodel libtar/tar2sqfs to read data from an istream_tDavid Oberhollenzer
2020-06-11Add flags to functions that might logically be expanded in the futureDavid Oberhollenzer
2020-06-02tar2sqfs: add missing copyright headerDavid Oberhollenzer
2020-05-30Cleanup: Reorganize structure of Automake filesDavid Oberhollenzer
2020-05-30Cleanup: move man pages to the respective program source directoriesDavid Oberhollenzer
2020-05-30Cleanup: try to split tar2sqfs.c in a reasonable wayDavid Oberhollenzer