| Age | Commit message (Collapse) | Author |
|
Major changes include robust parsing of erroneous compressed streams and
updated API.
|
|
Adds check that LZ offsets fall into the sliding dictionary used. This
catches a case when uzlib.DecompIO with a smaller dictionary is used
to decompress data which was compressed with a larger dictionary.
Previously, this would lead to producing invalid data or crash, now
an exception will be thrown.
|
|
New API supporting stream decompression.
|
|
Fixes for compiler warnings in pedantic mode.
|
|
https://github.com/pfalcon/uzlib
|