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