mini_gzip icon indicating copy to clipboard operation
mini_gzip copied to clipboard

mini_gzip - embeddable, minimal, in-memory GZIP API

Results 2 mini_gzip issues
Sort by recently updated
recently updated
newest added

Need to test MZ_STREAM_END before testing if the output buffer is full. Otherwise mini_gz_unpack can fail -3 even though there is no error.

Adds a unit test for correct decompression when the output buffer size given to mini_gz_unpack is exactly the size of the decompressed file. Also included a file test_MZ_STREAM_END.gz that currently...