mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 09:46:04 -04:00

The '-t' option of GNU gzip allows checking whether a gzip file is valid without writing the data anywhere. It's relatively straightforward to support in libdeflate-gzip too, so add support for it. Resolves https://github.com/ebiggers/libdeflate/issues/125 [EB - updated commit message]