summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCompress/Zlib.h
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-13LibCompress: Remove all leftover `AK::Stream` headersTim Schumacher
2023-01-10LibCompress: Move compressor construction out of `ZlibCompressor()`Tim Schumacher
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-03LibCompress: Port `ZlibCompressor` to `Core::Stream`Tim Schumacher
2023-01-03LibCompress: Switch `ZlibCompressor` to a constructor patternTim Schumacher
2023-01-03LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`Tim Schumacher
2022-06-30LibCompress: Implement a Zlib compressorKarol Kosek
2022-06-30LibCompress: Use newly created Zlib header structure when decompressingKarol Kosek
2022-06-30LibCompress: Add Zlib header structureKarol Kosek
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-05-16LibCompress: Add missing #includeGunnar Beutner
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-15LibCompress: Make the Zlib decompressor fail gracefulyIdan Horowitz
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling