Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |
2021-01-02 | AK: Remove redundant compare() functions. | asynts |
2020-09-11 | LibCompress: Add unit tests for CanonicalCode. | asynts |
2020-09-11 | LibCompress: Return Optional from decompress_all method. | asynts |
2020-09-08 | Refactor: Replace usages of FixedArray with Array. | asynts |
2020-09-06 | LibCompress: Add another unit test. | asynts |
2020-08-31 | LibCompress: Fix a bug when wrapping around the buffer. | asynts |
2020-08-30 | LibCompress: Implement gzip. | asynts |
2020-08-28 | HackStudio: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-26 | LibCompress: Implement DEFLATE properly. | asynts |
2020-08-22 | Userland: Use TestSuite.h in test-compress. | asynts |
2020-08-20 | LibCompress: Turn the DEFLATE implementation into a stream. | asynts |
2020-08-04 | LibCompress: Add LibCompress | stelar7 |