index
:
squashfs-tools-ng.git
feature/goliath/msvc
fixes-1.0.0
fixes-1.1.0
fixes-1.2.0
fixes-1.3.0
master
A new set of tools and libraries for working with SquashFS images
David Oberhollenzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fstree
Age
Commit message (
Expand
)
Author
2022-07-08
Cleanup: Get rid of libfstree "internal.h" header
David Oberhollenzer
2022-07-08
Cleanup: move source date epoch code back to libutil
David Oberhollenzer
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-07-08
Fix: libfstree: actually use a full 32 bit hard link counter
David Oberhollenzer
2022-07-08
Fix: libfstree: double free in error path
David Oberhollenzer
2022-06-03
Fix: libfstree: free() path string in error code path
David Oberhollenzer
2022-03-30
Fix: Directory insertion order on Windows
David Oberhollenzer
2022-03-30
Add a rudimentary unit test for sort files
David Oberhollenzer
2022-03-30
Add sort-file implementation
David Oberhollenzer
2022-03-30
Cleanup: remove node sorting from libfstree
David Oberhollenzer
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
[next]