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
/
sqfs
/
read_tree.c
Age
Commit message (
Expand
)
Author
2022-03-30
sqfs_dir_tree_destroy/sqfs_destroy: allow NULL input
Luca Boccassi
2021-06-25
Add default cases for every switch block
David Oberhollenzer
2021-01-15
Fix more normalization of slashes in filenames.
Scott Moser
2020-06-11
Add flags to functions that might logically be expanded in the future
David Oberhollenzer
2019-11-25
Cleanup: move overflow safe alloc code into libsquashfs
David Oberhollenzer
2019-10-11
Remove usage of strchrnul from libsquashfs
David Oberhollenzer
2019-10-07
Cleanup: move libutil related headers to "util" sub directory
David Oberhollenzer
2019-10-07
Improve ABI backward & forward compatibillity
David Oberhollenzer
2019-09-29
Cleanup: rename "compress.h" to "compressor.h"
David Oberhollenzer
2019-09-28
Make coverity happy
David Oberhollenzer
2019-09-27
Cleanup: replace fixed with data types with typedefs
David Oberhollenzer
2019-09-20
Cleanup: split "dir.h" into "dir_reader.h" and "dir_writer.h"
David Oberhollenzer
2019-09-20
Add fstree like tree deserialization function to dir reader
David Oberhollenzer