Paul Sokolovsky
39968aaaff
extmod/uzlib: Update to upstream v2.1.
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.
8 years ago
Paul Sokolovsky
67d52d8cb9
extmod/uzlib/: Update uzlib to v2.0.3.
Fixes for more pedantic warnings.
8 years ago
Paul Sokolovsky
d8a4d9d67c
extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.
8 years ago
Paul Sokolovsky
49dd532180
extmod/uzlib/: Update uzlib to v2.0.2.
Consistently use stdint types. Fixes stmhal build.
8 years ago
Paul Sokolovsky
244332df9f
extmod/uzlib/: Update uzlib to v2.0.1.
Fixes for pedantic compiler warnings.
8 years ago
Paul Sokolovsky
ff1c2b03a9
extmod/uzlib/: Update uzlib to v2.0.
New API supporting stream decompression.
8 years ago
Paul Sokolovsky
67e8108345
extmod: Update uzlib to 1.2.2.
Fixes use of uninitialized structure field by tinf_uncompress().
9 years ago
Paul Sokolovsky
02894b51f4
extmod: Update uzlib to 1.2.1.
Fixes for compiler warnings in pedantic mode.
10 years ago
Paul Sokolovsky
e6a118ee85
moduzlib: Update to uzlib v1.2.
Actually manage size of the output buffer.
10 years ago
Paul Sokolovsky
bfb6af857a
moduzlib: Import uzlib v1.1.
https://github.com/pfalcon/uzlib
10 years ago