summaryrefslogtreecommitdiff
path: root/Libraries/LibCompress/Gzip.cpp
AgeCommit message (Expand)Author
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-11LibCompress: Return Optional from decompress_all method.asynts
2020-09-11LibCompress: Use OutputMemoryStream in decompress_all methods.asynts
2020-09-06Streams: Consistent behaviour when reading from stream with error.asynts
2020-09-06LibCompress: Add another unit test.asynts
2020-09-06Deflate: Fix deadly typo.asynts
2020-09-01AK: Move memory streams into their own header.asynts
2020-09-01Streams: Distinguish recoverable and fatal errors.asynts
2020-08-30LibCompress: Implement gzip.asynts