summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCompress/Deflate.h
AgeCommit message (Expand)Author
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-15LibCompress+AK: Propagate error handling to wrapped streamsIdan 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 DEFLATE compressionIdan Horowitz
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling