summaryrefslogtreecommitdiff
path: root/Userland/test-compress.cpp
AgeCommit message (Expand)Author
2020-09-11LibCompress: Add unit tests for CanonicalCode.asynts
2020-09-11LibCompress: Return Optional from decompress_all method.asynts
2020-09-08Refactor: Replace usages of FixedArray with Array.asynts
2020-09-06LibCompress: Add another unit test.asynts
2020-08-31LibCompress: Fix a bug when wrapping around the buffer.asynts
2020-08-30LibCompress: Implement gzip.asynts
2020-08-28HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-26LibCompress: Implement DEFLATE properly.asynts
2020-08-22Userland: Use TestSuite.h in test-compress.asynts
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-04LibCompress: Add LibCompressstelar7