Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | Implement reading and writing of compressor options | David Oberhollenzer | |
- gensquashfs simply asks the backend compressor to write its options to the file and does accounting - rdsquasfs simply asks the backend compressor to transparentyl snort the options from the file - not implemented in any compressor backend yet Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-05-04 | Rename lzma compressor to xz, zlib compressor to gzip | David Oberhollenzer | |
Stick to the terminology that SquashFS uses. SquashFS uses "lzma" to refere to lzma1, "xz" to refere to lzma2 and confusingly "gzip" to refere to raw zlib deflate. We can avoid a lot of confusion by _consistently_ using the same terminology. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |