Add verbose and max verbose modes for -i information.

This will give a breakdown of each rzip chunk and compressed block by jumping to each head offset and reading the header information.
This commit is contained in:
Con Kolivas 2011-02-23 12:59:59 +11:00
parent 8edc4bd052
commit 9fef6ab803
3 changed files with 105 additions and 6 deletions

View file

@ -19,6 +19,8 @@ compared to the -U option.
* Strip symbols by default in compilation and add -W -Wall to CXXFLAGS to be
consistent with CFLAGS.
* Update benchmarks.
* Add verbose and max verbose modes for -i information giving a breakdown of
each rzip chunk and compressed block.
FEBRUARY 2011, Peter Hyman
* Minor updates to man pages, lrzip.conf example file.