index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCompress
Age
Commit message (
Expand
)
Author
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-10-02
Everywhere: Fix typos
Nico Weber
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: 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-09-11
LibCompress: Use OutputMemoryStream in decompress_all methods.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-09-06
LibCompress: Simplify logic in deflate implementation.
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-06
LibCompress: Replace ASSERT_NOT_REACHED with set_fatal_error.
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-31
LibCompress: Fix a bug when wrapping around the buffer.
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-31
LibCompess: Add missing state update in DeflateDecompressor::read.
asynts
2020-08-31
LibCompress: CanonicalCode: Don't leave unused code uninitialized.
asynts
2020-08-30
LibCompress: Implement gzip.
asynts
2020-08-26
LibCompress: Implement DEFLATE properly.
asynts
2020-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-17
LibCompress: Fix uninitialized member variable in Zlib, found by Coverity
Brian Gianforcaro
2020-08-12
LibCompress: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-04
LibCompress: Add LibCompress
stelar7