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
/
common
Age
Commit message (
Expand
)
Author
2020-08-26
Fix tree node path generation for detached sub trees
David Oberhollenzer
2020-06-11
Add flags to functions that might logically be expanded in the future
David Oberhollenzer
2020-06-04
Cleanup: libcommon: use global LUTs for compressor options
David Oberhollenzer
2020-06-04
Cleanup: Pull compression level parameter out into compressor config
David Oberhollenzer
2020-06-04
lzma compressor: support micro management options
David Oberhollenzer
2020-06-04
lzma compressor: add support for the "extreme" flag
David Oberhollenzer
2020-05-29
Support associating a user pointer with data blocks
David Oberhollenzer
2020-05-29
Turn the sqfs_block_writer_t into an interface
David Oberhollenzer
2020-05-29
cleanup: libsqfs: eliminate block writer statistics
David Oberhollenzer
2020-05-04
Expose more fine grained control values & flags on the XZ compressor
David Oberhollenzer
2020-04-16
tar2sqfs & gensquashfs: Delete the output file on failure
David Oberhollenzer
2020-04-01
Fix missing header without LZO
Alyssa Ross
2020-03-19
Fix compressor availability check in libcommon
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-03-05
Cleanup: Remove the E_ prefix from all libsquashfs enumerators
David Oberhollenzer
2020-03-04
Add a generic copying mechanism to sqfs_object_t
David Oberhollenzer
2020-03-01
Fix printf format specifies for sqfs_u64
David Oberhollenzer
2020-03-01
Fix: Replace bit shifts in parse_size with SZ_MUL_OV
David Oberhollenzer
2020-02-27
Add a function to the compressor interface to get the configuration
David Oberhollenzer
2020-02-23
Turn file inode management completely over to the block processor
David Oberhollenzer
2020-02-23
Unify the payload counters in the sqfs_inode_generic_t
David Oberhollenzer
2020-02-22
libcommon: stdin file: Fix size accounting for sparse files
David Oberhollenzer
2020-02-22
Move inode size accounting completely to the block processor
David Oberhollenzer
2020-02-22
Make hard link detection scale better
David Oberhollenzer
2020-02-15
Add a "sequence error" to libsquashfs error codes
David Oberhollenzer
2020-02-12
Implement a more explicit object system
David Oberhollenzer
2020-02-12
Remove usage of sqfs_block_t from block reader
David Oberhollenzer
2020-02-10
Cleanup statistics print out
David Oberhollenzer
2020-02-10
Cleanup: Use stat structs instead of hooks in tar2sqfs/gensquashfs
David Oberhollenzer
2020-02-09
Move block writer and fragment table management out of block processor
David Oberhollenzer
2020-01-29
Rename sqfs_data_writer_t back to sqfs_block_processor_t
David Oberhollenzer
2020-01-26
Fix memory leak in hard link detection code
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-06
Cleanup: use parse_size function to parse compressor options
David Oberhollenzer
2020-01-02
Support parsing [device] block size argument with SI suffix
David Oberhollenzer
2019-12-23
Add simple sqfs_tree_node_t hardlink detection to libcommon
David Oberhollenzer
2019-12-23
Bring back the flat list of inodes in libfstree
David Oberhollenzer
2019-12-22
Add basic support for handling and serializing hard links
David Oberhollenzer
2019-12-19
Fix link count for file inodes in tree serialization.
David Oberhollenzer
2019-12-18
Add an explicit link count to the fstree nodes
David Oberhollenzer
2019-12-18
Rename fstree "slink_target" to "target"
David Oberhollenzer
2019-12-18
Move is_filename_sane to libfstree, add test cases
David Oberhollenzer
2019-12-18
Cleanup: merge the fstree post processing functions
David Oberhollenzer
2019-12-16
Remove fstree inode table
David Oberhollenzer
2019-12-16
Do the fstree serialization in a recursive tree walk
David Oberhollenzer
2019-12-16
Use the sqfs_dir_writer_t to create the NFS export table
David Oberhollenzer
2019-12-16
Add ability to sqfs_dir_writer to create an export table
David Oberhollenzer
2019-12-16
Cleanup: split sqfs_serialize_fstree into smaller functions
David Oberhollenzer
[next]