Tim Kientzle
f0e9186bf9
Correctly clean up if gzip format gets mis-identified as compress format.
...
(This can only happen in the pathalogical case where the client is
providing single-byte blocks.)
2005-11-08 07:42:42 +00:00
Tim Kientzle
5255e61f1a
Refine the error-checking and reporting in the
...
"compress" format decompression code. In particular,
distinguish between EOF and fatal data errors.
2004-10-17 23:40:10 +00:00
Tim Kientzle
57b665990a
Eliminate reliance on non-portable <err.h> by implementing a very
...
simple errx() function.
Improve behavior when bzlib/zlib are missing by detecting and
issuing an error message on attempts to read gzip/bzip2 compressed
archives.
2004-08-14 03:45:45 +00:00
Tim Kientzle
72271236bb
Add read-only support for .Z compressed archives.
2004-05-27 03:58:55 +00:00