bareos: master 8ceee326

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-05-04 20:38 master d4431a51 Pending
Affected Issues  0000034: Cleanup of compression framework
Changeset Cleanup of compression framework

As part of the integration of the LZO2 compression a new set of data
streams was introduced. Each compression stream now starts with a
so called compression header which says what compression was used.
We should deprecate the old GZIP datastreams e.g. still allow them to
be restored but not use them from now on and implement GZIP compression
using the same compression header which will cleanup the code enormously
and as we are planning on adding additional compression methods it would
be nice if all compression uses the same coding style and we deprecate
the old and non flexible GZIP datastreams.

Fixes 0000034: Cleanup of compression framework
mod - src/stored/bextract.c Diff File
mod - src/include/streams.h Diff File
mod - src/include/jcr.h Diff File
mod - src/findlib/protos.h Diff File
mod - src/findlib/bfile.c Diff File
mod - src/findlib/attribs.c Diff File
mod - src/filed/compression.c Diff File
mod - src/filed/backup.h Diff File
mod - src/filed/backup.c Diff File