Added the COMPRESS and DECOMPRESS status messages. Both output the
commitf87a4724c29363fe3d4cea96bd4fc995e6e5b19a
authorBen Kibbey <bjk@luxsci.net>
Tue, 25 Sep 2007 01:08:03 +0000 (24 21:08 -0400)
committerBen Kibbey <bjk@luxsci.net>
Tue, 25 Sep 2007 01:08:03 +0000 (24 21:08 -0400)
tree9f65af7f266c2bffed5ecb8ffc6f0ddee8fadf7c
parent1e577f92a2e1c0574c4e8126c9859d7c50677733
Added the COMPRESS and DECOMPRESS status messages. Both output the
number of bytes processed so far along with the total number of bytes
to be processed. The frequency of the output is determined by the new
zlib_bufsize configuration parameter which sets the input and output
buffer chunk size. Note that COMPRESS shows the number of uncompressed
bytes in the document while DECOMPRESS shows the number of processed
compressed bytes.
configure.ac
src/commands.c
src/common.h
src/pwmd.c