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
/
extras
/
list_files.c
Age
Commit message (
Expand
)
Author
2023-09-19
Fix example code to use iterator/stream based API
David Oberhollenzer
2023-09-08
libsqfs: bring sqfs_file_t in line with stream API
David Oberhollenzer
2023-01-19
Implement rudimentary reference counting for sqfs_object_t
David Oberhollenzer
2021-08-12
Add an explicit license boiler plate to all the example programs
David Oberhollenzer
2021-06-25
Fix format string type/signedness mismatch issues
David Oberhollenzer
2020-06-11
Add flags to functions that might logically be expanded in the future
David Oberhollenzer
2020-03-22
Do not try to read back the compressor options
David Oberhollenzer
2020-03-05
Get rid of sqfs_compressor_exists
David Oberhollenzer
2020-03-05
Change the signature of sqfs_compressor_create to return an error code
David Oberhollenzer
2020-02-12
Implement a more explicit object system
David Oberhollenzer
2020-01-20
Add a flag field to the id table create function
David Oberhollenzer
2020-01-19
Cleanup: remove the payload pointers from sqfs_inode_generic_t
David Oberhollenzer
2020-01-12
Add a simple directory listing demo
David Oberhollenzer