aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/mkfs.c
AgeCommit message (Expand)Author
2023-01-31Move library source into src sub-directoryDavid Oberhollenzer
2023-01-19Implement rudimentary reference counting for sqfs_object_tDavid Oberhollenzer
2022-11-07implement parser for xattr files as produced by getfattr --dump XXXEnno Boland
2022-03-30Add a sort-file option to gensquashfsDavid Oberhollenzer
2021-03-06Cleanup: replace the void-ptr with an inode-ptr in the file tree nodeDavid 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
2020-12-15libfstree: make the directory scanning code a little more genericDavid Oberhollenzer
2020-12-10Move fstree dirscan code back to libfstreeDavid Oberhollenzer
2020-09-29Replace file/getline usage with istreamDavid Oberhollenzer
2020-06-11Add flags to functions that might logically be expanded in the futureDavid 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