summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCompress
AgeCommit message (Expand)Author
2021-03-15LibCompress: Make the Zlib decompressor fail gracefulyIdan Horowitz
2021-03-14LibCompress: Decrease CanonicalCode's size on stackIdan Horowitz
2021-03-14LibCompress: Handle literal only lz77 streams in DeflateCompressorIdan Horowitz
2021-03-13LibCompress: Replace goto with simple recursion in DeflateCompressorIdan Horowitz
2021-03-13LibCompress: Implement GZip compressionIdan Horowitz
2021-03-13LibCompress: Implement DEFLATE compressionIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07LibCompress: Rename libcompression.so to libcompress.soJelle Raaijmakers
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling