| Age | Commit message (Collapse) | Author |
|
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.
|
|
Fixes for more pedantic warnings.
|
|
|
|
Consistently use stdint types. Fixes stmhal build.
|
|
Fixes for pedantic compiler warnings.
|
|
New API supporting stream decompression.
|
|
Fixes use of uninitialized structure field by tinf_uncompress().
|
|
Fixes for compiler warnings in pedantic mode.
|
|
Actually manage size of the output buffer.
|
|
https://github.com/pfalcon/uzlib
|