Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | coredump: make compression configurable | Zbigniew Jędrzejewski-Szmek | |
Add Compression={none,xz} and CompressionLevel=0-9 settings. Defaults are xz/6. Compression=filesystem may be added later. I picked "xz" for the compression "type", since we might want to add different compressors later on. XZ is fairly memory and CPU intensive, and embedded users will likely want to use LZO or some other lightweight compression mechanism. | |||
2014-06-26 | journal/compress: add stream compression/decompression functions | Zbigniew Jędrzejewski-Szmek | |
2014-06-25 | tests: add test-compress | Ronny Chevalier | |