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