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
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
2019-09-20
Remove parallel unpacking
David Oberhollenzer
2019-09-14
Remove fstree file flags
David Oberhollenzer
2019-09-14
Move data deduplication from fstree code to data writer
David Oberhollenzer
2019-09-11
Cleanup Automake file for libraries
David Oberhollenzer
2019-09-01
Move some application specific stuff out of libutil
David Oberhollenzer
2019-08-26
Tune the paranoia down a bit
David Oberhollenzer
2019-08-25
Size accounting + alloc() overflow checking, round #3
David Oberhollenzer
2019-08-23
Size accounting + alloc() overflow checking, round #2
David Oberhollenzer
2019-08-23
Some simple search/replace cases for allocation
David Oberhollenzer
2019-08-19
Fix file list generation: break any pre-existing connection
David Oberhollenzer
[next]