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
Age
Commit message (
Expand
)
Author
2020-05-24
Minor fixes/cleanups in the block processor
David Oberhollenzer
2020-05-24
Cleanup: split the block processor common.c again
David Oberhollenzer
2020-05-24
block processor: promote fragments to fragment blocks
David Oberhollenzer
2020-05-23
block processor: move the block consolidation to the worker thread
David Oberhollenzer
2020-05-23
block processor: recycle blocks to reduce allocation pressure
David Oberhollenzer
2020-05-23
block processor: don't zero initialize the block payload area
David Oberhollenzer
2020-05-21
Fix: zstd: actually set the compression level from the options
David Oberhollenzer
2020-05-21
hash table: switch to sqfs_* types, mark functions as hidden
David Oberhollenzer
2020-05-21
Fix the semantics of the super block deduplication
David Oberhollenzer
2020-05-19
Cleanup: move hash table header to include directory
David Oberhollenzer
2020-05-18
libtar: fix size computation of PAX line length
David Oberhollenzer
2020-05-04
Expose more fine grained control values & flags on the XZ compressor
David Oberhollenzer
2020-05-04
Fix: propperly set the last block flag if fragments are disabled
David Oberhollenzer
2020-05-03
Fix: use 0644 as default permissions when creating files
David Oberhollenzer
2020-04-27
Enable uint128_t path
Matt Turner
2020-04-27
Add hash table code to libutil.a
David Oberhollenzer
2020-04-22
Import and use Mesa's hash table
Matt Turner
2020-04-22
Skip PAX global headers
David Oberhollenzer
2020-04-17
Remove some configure time sizeof checks
David Oberhollenzer
2020-04-17
Cleanup: split read_header.c in libtar.a
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-19
Fix destruction of NULL pointer in xattr reader cleanup
David Oberhollenzer
2020-03-19
Fix pthread_join check for valid thread handles
David Oberhollenzer
2020-03-18
Fix build of lz4 compressor with older versions of liblz4
David Oberhollenzer
2020-03-18
Restore workaround for unaligned reads in xxhash
David Oberhollenzer
2020-03-18
Cleanup: Move xxhash32 code to libutil
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
Fix block writer inheritance of sqfs_object_t
David Oberhollenzer
2020-03-04
Cleanup: match xattr reader API closer to id table API
David Oberhollenzer
2020-03-04
Add a generic copying mechanism to sqfs_object_t
David Oberhollenzer
2020-03-04
Add a deep copy function for the str_table_t helper
David Oberhollenzer
2020-03-01
Add a "do not deduplicate" block flag
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-03-01
Fix alloca in write_inode.c for windows build
David Oberhollenzer
2020-02-28
Cleanup pax header parser a little
David Oberhollenzer
2020-02-27
Fix: strictly verify compressor settings in config initialization
David Oberhollenzer
2020-02-27
Add a function to the compressor interface to get the configuration
David Oberhollenzer
2020-02-23
Remove the sqfs_inode_copy function
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
Cleanup block processor: merge common initialization code
David Oberhollenzer
2020-02-22
Cleanup block processor: Merge destructors for Windows & pthreads
David Oberhollenzer
2020-02-22
Add a seperate sqfs_block_processor_sync function
David Oberhollenzer
[prev]
[next]