handle zlib correctly
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 3 Apr 2017 15:32:44 +0000 (17:32 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 28 Apr 2017 12:40:14 +0000 (14:40 +0200)
commit6e4eb328104d0d4342b65cdd00830622176922a9
tree8ea146a2b8ade52efe3b3d84d454088c6576af67
parent3d80c0b1c2763050a5562a4078ae5eccb48f5f66
handle zlib correctly

Encryption was split from the “compression mode” and now depends
entirely on the crypto context. Also only finalize a tar stream
being “closed” if the underlying file is being closed.
deltatar/tarfile.py