summaryrefslogtreecommitdiff
path: root/Libraries/LibCompress/Deflate.h
AgeCommit message (Expand)Author
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-11LibCompress: Move CanonicalCode out of DeflateDecompressor.asynts
2020-09-11LibCompress: Remove unnecessary InputBitStream.asynts
2020-09-11LibCompress: Return Optional from decompress_all method.asynts
2020-08-31LibCompress: Add support for dynamic deflate blocks.asynts
2020-08-31LibCompress: Deflate: Don't assert that the codes are valid.asynts
2020-08-26LibCompress: Implement DEFLATE properly.asynts
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-04LibCompress: Add LibCompressstelar7