Age | Commit message (Expand) | Author |
2021-06-25 | libfstree: guard against possible overflow in readlink() | David Oberhollenzer |
2021-06-25 | libfstree: guard against link count and inode number overflow | David Oberhollenzer |
2021-03-25 | libfstree: allow the glob path to be empty | David Oberhollenzer |
2021-03-25 | libfstree: add an assertion that root is not NULL | David Oberhollenzer |
2021-03-25 | libfstree: Allow / as argument for "glob" and "dir" commands | David Oberhollenzer |
2021-03-24 | libfstree: implement directory scanning code for Windows | David Oberhollenzer |
2021-03-20 | Add libcompat fallback implementation for fnmatch | David Oberhollenzer |
2021-02-19 | Fix: libfstree: add an assert the canonicalize_name return value | David Oberhollenzer |
2021-02-19 | Fix: canonicalize path names in glob pattern matching | David Oberhollenzer |
2021-02-19 | libfstree: reject unknown glob options to allow future expansions | David Oberhollenzer |
2021-02-19 | fstree_from_file: Add fnmatch() pattern matching to file globbing | 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 | libfstree: add a subdirectory scanning function | David Oberhollenzer |
2021-02-18 | fstree_from_dir: add filtering flags to skip certain inode types | David Oberhollenzer |
2021-02-10 | cleanup: fstree_from_file: split & simplify line parsing function | David Oberhollenzer |
2020-12-29 | Fix normalization of slashes in filenames | 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 |
2019-12-23 | Simplify hard link handling | David Oberhollenzer |
2019-12-23 | Minor cleanup in inode allocation | David Oberhollenzer |
2019-12-23 | Bring back the flat list of inodes in libfstree | David Oberhollenzer |
2019-12-22 | Add hard link support to gensquashfs and tar2sqfs | David Oberhollenzer |
2019-12-22 | Add basic support for handling and serializing hard links | David Oberhollenzer |
2019-12-19 | Split the libfstree add_by_path tree traversal function out | David Oberhollenzer |
2019-12-18 | Add an explicit link count to the fstree nodes | David Oberhollenzer |
2019-12-18 | Rename fstree "slink_target" to "target" | David Oberhollenzer |
2019-12-18 | Move is_filename_sane to libfstree, add test cases | David Oberhollenzer |
2019-12-18 | Cleanup: internalize some fstree functions | David Oberhollenzer |
2019-12-18 | Cleanup: merge the fstree post processing functions | David Oberhollenzer |
2019-12-16 | Remove fstree inode table | David Oberhollenzer |
2019-11-25 | Cleanup: remove what is left of libutil | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Cleanup: move canonicalize_name back to libfstree.a | David Oberhollenzer |
2019-10-28 | Add macro for printf format specifier for size_t | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-09-29 | Fix inode numbering: always start with 1, use 0 as parent for the root | David Oberhollenzer |
2019-09-29 | Cleanup: fstree no longer has any use for the block size | David Oberhollenzer |
2019-09-29 | Cleanup: fstree_from_file does not need to change working directory | David Oberhollenzer |
2019-09-28 | Replace fstree/sqfshelper xattr code with sqfs_xattr_writer_t | David Oberhollenzer |
2019-09-28 | Move fstree selinux code to gensquashfs | David Oberhollenzer |
2019-09-28 | Move fstree_from_dir to gensquashfs code | David Oberhollenzer |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-27 | Cleanup: remove most of the payload pointer magic from libfstree | David Oberhollenzer |
2019-09-25 | Remove no-longer-used cruft from libfstree | David Oberhollenzer |
2019-09-20 | Large round of dead code removal | David Oberhollenzer |
2019-09-20 | Move canonicalize_name back to libutil | David Oberhollenzer |
2019-09-20 | Move "optimize unpack order" to from fstree to rdsquashfs | David Oberhollenzer |