summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2021-03-06Cleanup: replace the void-ptr with an inode-ptr in the file tree nodeDavid Oberhollenzer
2021-02-19gensquashfs: Document the globbing featureDavid Oberhollenzer
2021-02-19fstree_from_file: Implement basic file globbingDavid Oberhollenzer
2021-02-19libfstree: Add a filter callback to the directory scanning functionDavid Oberhollenzer
2021-02-18gensquashfs: always construct input path during option processingDavid Oberhollenzer
2021-02-10Always use the correct data type for realloc return valueDavid Oberhollenzer
2020-12-15libfstree: make the directory scanning code a little more genericDavid Oberhollenzer
2020-12-10Move fstree dirscan code back to libfstreeDavid Oberhollenzer
2020-10-28Fix: tar2sqfs: if --root-becomes is used, also retarget linksDavid Oberhollenzer
2020-09-29Fix: rdsquashfs: describe: don't escape the prefixed file input pathDavid Oberhollenzer
2020-09-29Update tar2sqfs/sqfs2tar documentationDavid Oberhollenzer
2020-09-29Replace file/getline usage with istreamDavid 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-09-16Implement output compression support for sqfs2tarDavid Oberhollenzer
2020-09-16Remodel file extraction tools to use libfstreamDavid Oberhollenzer
2020-08-26Fix rdsquashfs unpack under Windows if a directory existsDavid Oberhollenzer
2020-08-12Add a "--stat" option to rdsquashfsDavid Oberhollenzer
2020-06-11Add flags to functions that might logically be expanded in the futureDavid Oberhollenzer
2020-06-07Replace assert with propper error handling in rdsquashfs describeDavid Oberhollenzer
2020-06-02tar2sqfs: add missing copyright headerDavid Oberhollenzer
2020-05-30Fix: Only add Selinux flags if WITH_SELINUX is setDavid Oberhollenzer
2020-05-30sqfs2tar: Move hard link detection to tree-repacking codeDavid Oberhollenzer
2020-05-30Cleanup: sqfs2tar: break up and simplify the repacking codeDavid 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
2020-05-30Cleanup: try to split sqfs2tar.c in a reasonable wayDavid Oberhollenzer
2020-05-26sqfsdiff: extract compressor options, but don't fail on errorDavid Oberhollenzer
2020-05-21Fix the semantics of the super block deduplicationDavid Oberhollenzer
2020-05-03Fix: unify extra argument rejection in tar2sqfs & gensquashfsDavid Oberhollenzer
2020-05-03Fix: the --all-root option does not take an arugmentDavid Oberhollenzer
2020-05-03Fix: use 0644 as default permissions when creating filesDavid Oberhollenzer
2020-04-27Cleanup/fix: gensquashfs: split directory scanning from xattr scanningDavid Oberhollenzer
2020-04-27gensquashfs: Add options to globally override UID/GID valuesDavid Oberhollenzer
2020-04-27Cleanup directory structure of the binary programsDavid Oberhollenzer