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
/
include
/
sqfs
/
compressor.h
Age
Commit message (
Expand
)
Author
2020-06-04
Cleanup: Pull compression level parameter out into compressor config
David Oberhollenzer
2020-06-04
Strictly enfore min/max dictionary size in XZ & LZMA compressors
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-06-02
Cleanup: clear naming confusion lzma vs xz in some comments
David Oberhollenzer
2020-05-04
Expose more fine grained control values & flags on the XZ compressor
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-02-27
Add a function to the compressor interface to get the configuration
David Oberhollenzer
2020-02-12
Implement a more explicit object system
David Oberhollenzer
2019-11-28
Cleanup: Return combined return value from compressor id by name
David Oberhollenzer
2019-11-24
Cleanup libsquashfs invalid argument error codes
David Oberhollenzer
2019-10-07
Improve ABI backward & forward compatibillity
David Oberhollenzer
2019-09-29
Cleanup: rename "compress.h" to "compressor.h"
David Oberhollenzer