aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs
AgeCommit message (Expand)Author
2023-04-29gensquashfs: simplify sort_file_listDavid Oberhollenzer
2023-04-29Fix: gensquashfs: sort by file breaking up the directory listDavid Oberhollenzer
2023-04-21libutil: unix: simplify/unify directory iterator error handlingDavid Oberhollenzer
2023-04-21libutil: Add a method to the directory iterator to open a sub directoryDavid Oberhollenzer
2023-04-19libfstree: hoist file link pointer into parent structureDavid Oberhollenzer
2023-04-19libfstree: Change file_info_t already_matched into flagDavid Oberhollenzer
2023-04-19libfstree: get rid of dir_info_tDavid Oberhollenzer
2023-04-17fstree_from_dir: Move the recursion step into scan_dirDavid Oberhollenzer
2023-04-17Remove the remainder of the Win32 fstree_from_dir implementationDavid Oberhollenzer
2023-04-17Implement a version of the directory iterator for UnixDavid Oberhollenzer
2023-04-12Merge Windows and Unix implementations of fstree_from_subdirDavid Oberhollenzer
2023-04-12Copy the dir scan pattern from the Windows implementationDavid Oberhollenzer
2023-04-12Cleanup: gensquashfs: split readlink handling out of directory scanDavid Oberhollenzer
2023-04-12gensquashfs: merge some of the Windows and Unix entry filtering codeDavid Oberhollenzer
2023-04-12Win32: gensquashfs: Merge fstree_from_dir and subdir implementationsDavid Oberhollenzer
2023-04-12Split out Windows directory iteration code to a dir_iterator_t typeDavid Oberhollenzer
2023-04-12Fix fstree defaults usage in Windows version of fstree_from_dirDavid Oberhollenzer
2023-04-06libfstree: Move left over dirscan flags to gensquashfsDavid Oberhollenzer
2023-04-04Move scan callback from libfstree to gensquashfsDavid Oberhollenzer
2023-04-02Move fstree CLI code to libcommonDavid Oberhollenzer
2023-04-01libsquashfs: remove the default block writer alignment featureDavid Oberhollenzer
2023-02-12libtar: Add a test for the tar writing codeDavid Oberhollenzer
2023-02-08libtar: Add an istream_t implementationDavid Oberhollenzer
2023-01-31Reintegrate test code with library codeDavid Oberhollenzer
2023-01-31Move library source into src sub-directoryDavid Oberhollenzer
2023-01-19Implement rudimentary reference counting for sqfs_object_tDavid Oberhollenzer
2022-11-22Move gensquashfs specific code from libfstree to gensquashfsDavid Oberhollenzer
2022-11-21filemap xattr: slightly improve error reportingDavid Oberhollenzer
2022-11-21filemap xattr: use sqfs_u8 data type for xattr value blobsDavid Oberhollenzer
2022-11-19gensquashfs: Add example for the xattr filemap to the help textDavid Oberhollenzer
2022-11-19gensquashfs: split the help text up into smaller partsDavid Oberhollenzer
2022-11-19gensquashfs: simplfy the help text a bitDavid Oberhollenzer
2022-11-19Add a man-page section about the xattr file formatDavid Oberhollenzer
2022-11-18filemap xattr: use file istream from libio instead of stdio FILEDavid Oberhollenzer
2022-11-18filemap xattr: simplify error handling, freeingDavid Oberhollenzer
2022-11-18Add a single, central base64 decoderDavid Oberhollenzer
2022-11-18Add a single, central hex blob decoderDavid Oberhollenzer
2022-11-16filemap xattr: move data structures to mkfs.hDavid Oberhollenzer
2022-11-07implement parser for xattr files as produced by getfattr --dump XXXEnno Boland
2022-07-08Cleanup: move filename_sane & canonicalize_path functions to libutilDavid Oberhollenzer
2022-07-08Cleanup: rename libfstream to libio, split headersDavid Oberhollenzer
2022-03-30Update man pageDavid Oberhollenzer
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-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
2020-12-15libfstree: make the directory scanning code a little more genericDavid Oberhollenzer
2020-12-10Move fstree dirscan code back to libfstreeDavid Oberhollenzer