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
Age
Commit message (
Expand
)
Author
2020-05-29
cleanup: libsqfs: eliminate block writer statistics
David Oberhollenzer
2020-05-29
cleanup: libsqfs: remove hooks from sqfs_block_writer_t
David Oberhollenzer
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
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-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-22
Import and use Mesa's hash table
Matt Turner
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
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-01
Add a "do not deduplicate" block flag
David Oberhollenzer
2020-03-01
Fix alloca in write_inode.c for windows build
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
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
2020-02-21
Cleanup: move utilities back out of libsquashfs
David Oberhollenzer
2020-02-20
Thread pool block processor: Cleanup after restructuring
David Oberhollenzer
2020-02-20
Restructure thread pool block processor
David Oberhollenzer
2020-02-18
Simplify the thread pool block processor somewhat
David Oberhollenzer
2020-02-16
block processor: move the internals to the respective implementations
David Oberhollenzer
2020-02-16
block processor: merge rest of fileapi.c into common.c
David Oberhollenzer
2020-02-16
Replace crc32 with xxhash32
David Oberhollenzer
2020-02-16
Move all the queue-waiting logic to the thread pool implemenation
David Oberhollenzer
2020-02-16
Minor cleanup
David Oberhollenzer
2020-02-16
block processor: move sparse block detection into worker thread
David Oberhollenzer
2020-02-15
Move block block accounting to the other end of the block pipeline
David Oberhollenzer
2020-02-15
Cleanup: block processor: move init/cleanup functions into implemenations
David Oberhollenzer
2020-02-15
Cleanup: block processor: move finish function back into implementations
David Oberhollenzer
2020-02-15
Cleanup: block processor: remove test_and_set_status
David Oberhollenzer
[prev]
[next]