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
/
fstree_from_file.c
Age
Commit message (
Expand
)
Author
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-10
cleanup: fstree_from_file: split & simplify line parsing function
David Oberhollenzer
2020-09-29
Replace file/getline usage with istream
David Oberhollenzer
2019-12-22
Add hard link support to gensquashfs and tar2sqfs
David Oberhollenzer
2019-11-25
Cleanup: remove what is left of libutil
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
Cleanup: fstree_from_file does not need to change working directory
David Oberhollenzer
2019-09-27
Add a header for platform compatibillity fluff
David Oberhollenzer
2019-08-03
cleanup: remove left over atime/ctime code
David Oberhollenzer
2019-07-30
Add propper copyright headers to all source files
David Oberhollenzer
2019-07-24
cleanup: remove atime/ctime processing code
David Oberhollenzer
2019-07-24
Enable largefile support
Matt Turner
2019-07-22
Add a way to optionally keep the original time stamps
David Oberhollenzer
2019-07-17
fstree: add support for spaces in filenames
David Oberhollenzer
2019-07-07
Fix regression in fstree_from_file device node format
David Oberhollenzer
2019-07-01
Remove never used overflow error message in fstree_from_file
David Oberhollenzer
2019-06-22
Cleanup: unify packdir/packfile based directory changes in gensquashfs
David Oberhollenzer
2019-06-18
Cleanup fstree file parser
David Oberhollenzer
2019-06-10
gensquashfs: do pushd/popd when needed instead of chdir
David Oberhollenzer
2019-05-31
gensquashfs: allow combining packdir and packfile
David Oberhollenzer
2019-05-31
gensquashfs: chdir into directory where the input file lies
David Oberhollenzer
2019-05-05
fix fstree listing parse
David Oberhollenzer
2019-05-02
Cannonicalize path names read from the input file
David Oberhollenzer
2019-04-30
Initial commit
David Oberhollenzer