bareos2015: bareos-13.2 3b76f022
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | mvwieringen | bareos-13.2 | 2013-05-04 23:11 | bareos-13.2 f1732a64 | Pending |
Affected Issues | 0000033: Implementation of LZ4 and LZ4HC compression | ||||
Changeset | Implementation of LZ4 and LZ4HC compression Currently we support ZLIB based gzip compression and LZO2 compression. LZ4 and LZ4HC (High Compression) are like LZO2 but are much faster on decompression and are implemented as a single source file per compressor. As we don't want to handle things like uncompressable data etc ourself we settled for a wrapper library which mimics the zlib API and supports the following compression algorithms: - FASTLZ - LZ4 - LZ4HC The library is available at https://github.com/exalead/fastlzlib and the few fixes needed to make it work with Bareos are currently in a pullrequest to the original project. For the period until the patches merge we have a clone under the bareos project on github. Fixes 0000033: Implementation of LZ4 and LZ4HC compression Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||||
mod - autoconf/configure.in | Diff File | ||||
mod - src/dird/inc_conf.c | Diff File | ||||
mod - src/filed/Makefile.in | Diff File | ||||
mod - src/filed/backup.c | Diff File | ||||
mod - src/filed/compression.c | Diff File | ||||
mod - src/filed/fileset.c | Diff File | ||||
mod - src/filed/protos.h | Diff File | ||||
mod - src/findlib/match.c | Diff File | ||||
mod - src/include/ch.h | Diff File | ||||
mod - src/include/jcr.h | Diff File | ||||
mod - src/stored/Makefile.in | Diff File | ||||
mod - src/stored/bextract.c | Diff File |