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
/
bin
/
gensquashfs
/
src
/
fstree_from_dir.c
Age
Commit message (
Expand
)
Author
2023-04-19
libfstree: get rid of dir_info_t
David Oberhollenzer
2023-04-17
fstree_from_dir: Move the recursion step into scan_dir
David Oberhollenzer
2023-04-17
Remove the remainder of the Win32 fstree_from_dir implementation
David Oberhollenzer
2023-04-17
Implement a version of the directory iterator for Unix
David Oberhollenzer
2023-04-12
Merge Windows and Unix implementations of fstree_from_subdir
David Oberhollenzer
2023-04-12
Copy the dir scan pattern from the Windows implementation
David Oberhollenzer
2023-04-12
Cleanup: gensquashfs: split readlink handling out of directory scan
David Oberhollenzer
2023-04-12
gensquashfs: merge some of the Windows and Unix entry filtering code
David Oberhollenzer
2023-04-12
Win32: gensquashfs: Merge fstree_from_dir and subdir implementations
David Oberhollenzer
2023-04-12
Split out Windows directory iteration code to a dir_iterator_t type
David Oberhollenzer
2023-04-12
Fix fstree defaults usage in Windows version of fstree_from_dir
David Oberhollenzer
2023-04-02
Move fstree CLI code to libcommon
David Oberhollenzer
2023-01-31
Move library source into src sub-directory
David Oberhollenzer