summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCompress/Brotli.cpp
AgeCommit message (Expand)Author
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2022-12-12LibCore: Use the new `Handle` type for the `BitStream` typesTim Schumacher
2022-10-11LibCompress: Brotli support metadata of skip_length=0Tommy Murphy
2022-09-17LibCompress+Tests: Demonstrate and fix faulty metadata lengthBen Wiederhake
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser