Age | Commit message (Expand) | Author |
2024-03-12 | gensquashfs: apply xattr file also when using a pack file | David Oberhollenzer |
2022-11-22 | Move gensquashfs specific code from libfstree to gensquashfs | David Oberhollenzer |
2022-11-21 | filemap xattr: slightly improve error reporting | David Oberhollenzer |
2022-11-21 | filemap xattr: use sqfs_u8 data type for xattr value blobs | David Oberhollenzer |
2022-11-19 | gensquashfs: Add example for the xattr filemap to the help text | David Oberhollenzer |
2022-11-19 | gensquashfs: split the help text up into smaller parts | David Oberhollenzer |
2022-11-19 | gensquashfs: simplfy the help text a bit | David Oberhollenzer |
2022-11-19 | Add a man-page section about the xattr file format | David Oberhollenzer |
2022-11-18 | filemap xattr: use file istream from libio instead of stdio FILE | David Oberhollenzer |
2022-11-18 | filemap xattr: simplify error handling, freeing | David Oberhollenzer |
2022-11-18 | Add a single, central base64 decoder | David Oberhollenzer |
2022-11-18 | Add a single, central hex blob decoder | David Oberhollenzer |
2022-11-16 | filemap xattr: move data structures to mkfs.h | David Oberhollenzer |
2022-11-07 | implement parser for xattr files as produced by getfattr --dump XXX | Enno Boland |
2022-07-08 | Cleanup: move filename_sane & canonicalize_path functions to libutil | David Oberhollenzer |
2022-07-08 | Cleanup: rename libfstream to libio, split headers | David Oberhollenzer |
2022-03-30 | Update man page | David Oberhollenzer |
2022-03-30 | Add a sort-file option to gensquashfs | David Oberhollenzer |
2021-03-06 | Cleanup: replace the void-ptr with an inode-ptr in the file tree node | David Oberhollenzer |
2021-02-19 | gensquashfs: Document the globbing feature | David Oberhollenzer |
2021-02-19 | fstree_from_file: Implement basic file globbing | David Oberhollenzer |
2021-02-19 | libfstree: Add a filter callback to the directory scanning function | David Oberhollenzer |
2021-02-18 | gensquashfs: always construct input path during option processing | David Oberhollenzer |
2020-12-15 | libfstree: make the directory scanning code a little more generic | David Oberhollenzer |
2020-12-10 | Move fstree dirscan code back to libfstree | David Oberhollenzer |
2020-09-29 | Replace file/getline usage with istream | David Oberhollenzer |
2020-06-11 | Add flags to functions that might logically be expanded in the future | David Oberhollenzer |
2020-05-30 | Fix: Only add Selinux flags if WITH_SELINUX is set | David Oberhollenzer |
2020-05-30 | Cleanup: Reorganize structure of Automake files | David Oberhollenzer |
2020-05-30 | Cleanup: move man pages to the respective program source directories | David Oberhollenzer |
2020-05-03 | Fix: unify extra argument rejection in tar2sqfs & gensquashfs | David Oberhollenzer |
2020-05-03 | Fix: the --all-root option does not take an arugment | David Oberhollenzer |
2020-04-27 | Cleanup/fix: gensquashfs: split directory scanning from xattr scanning | David Oberhollenzer |
2020-04-27 | gensquashfs: Add options to globally override UID/GID values | David Oberhollenzer |
2020-04-27 | Cleanup directory structure of the binary programs | David Oberhollenzer |