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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkfs
Age
Commit message (
Expand
)
Author
2019-10-06
Fix resource leaks reported by coverity
David Oberhollenzer
2019-10-05
Improve error reporting for tar2sqfs and gensquashfs
David Oberhollenzer
2019-10-05
Merge all the common code for generating images
David Oberhollenzer
2019-10-05
Update signature of selinux_relable_node
Matt Turner
2019-09-29
Cleanup: rename "compress.h" to "compressor.h"
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
Cleanup: remove string allocation helper function
David Oberhollenzer
2019-09-28
Replace fstree/sqfshelper xattr code with sqfs_xattr_writer_t
David Oberhollenzer
2019-09-28
Do the SELinux relabeling while generating the fstree
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
Cleanup: replace fixed with data types with typedefs
David Oberhollenzer
2019-09-27
Cleanup: merge data.h into block.h
David Oberhollenzer
2019-09-26
Remove old data writer flags, and unused parameters
David Oberhollenzer
2019-09-26
Remove remnants of the old data writer
David Oberhollenzer
2019-09-25
Remove no-longer-used cruft from libfstree
David Oberhollenzer
2019-09-22
Use inode structures in the data writer instead of fstree file info
David Oberhollenzer
2019-09-21
Minor fstree related cleanup
David Oberhollenzer
2019-09-15
Replace file descriptor IO in data_writer with sqfs_file_t
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-10
Make the thread pool queue backlog user configurable
David Oberhollenzer
2019-09-09
Remove ad-hoc image size accounting
David Oberhollenzer
2019-09-08
Replace direct file I/O with abstraction layer
David Oberhollenzer
2019-09-05
Cleanup naming scheme of compressor
David Oberhollenzer
2019-09-05
Cleanup: add sqfs_* prefix to id table
David Oberhollenzer
2019-09-01
Internalize the layout of the id_table_t structure
David Oberhollenzer
2019-09-01
Move command line processing stuff out of compressor code
David Oberhollenzer
2019-09-01
Break up squashfs.h into topic related headers
David Oberhollenzer
2019-09-01
Install libsquashfs.so headers on the system in "sqfs" subdirectory
David Oberhollenzer
2019-08-31
Turn libsquashfs.a into a shared library
David Oberhollenzer
2019-08-31
Split libsquashfs.a into low seperate libraries
David Oberhollenzer
2019-08-31
Merge libcompress.a into libsquashfs.a
David Oberhollenzer
2019-08-19
Fix packer statistics
David Oberhollenzer
2019-08-18
Make data writer use block processor
David Oberhollenzer
2019-08-18
Minor interface change to data writer
David Oberhollenzer
2019-08-18
cleanup: internalize deduplication list in data_writer
David Oberhollenzer
2019-08-18
Add pthread based, parallel block processor implementation
David Oberhollenzer
2019-08-11
cleanup: zero-initialize gensquashfs options with memset
David Oberhollenzer
2019-08-11
cleanup: replace gensquashfs bool options for dir scan with flags
David Oberhollenzer
2019-08-11
Add gensquashfs option to read xattrs from input files
David Oberhollenzer
2019-08-11
Fix wrong argument type for gensquashfs --keep-time
David Oberhollenzer
2019-08-11
Split gensquashfs help string because it got too long
David Oberhollenzer
2019-08-11
Add --one-file-system option to gensquashfs
David Oberhollenzer
2019-08-11
Replace fstree_from_dir boolean with flag field
David Oberhollenzer
2019-07-30
Add propper copyright headers to all source files
David Oberhollenzer
2019-07-28
Add some nice statistics output to tar2sqfs and gensquashfs
David Oberhollenzer
2019-07-28
Implement fragment deduplication in data writer
David Oberhollenzer
[next]