summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCompress/Zlib.cpp
AgeCommit message (Expand)Author
2023-04-12LibCompress: Replace usages of the Endian bytes accessorTim Schumacher
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
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-01-29AK: Move memory streams from `LibCore`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-19Userland: Add missing Math.h and IntegralMath.h header includesTimothy Flynn
2023-01-13LibCompress: Remove all leftover `AK::Stream` headersTim Schumacher
2023-01-10LibCompress: Move compressor construction out of `ZlibCompressor()`Tim Schumacher
2023-01-10LibCompress: Switch `DeflateCompressor` to a fallible constructorTim 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-12-12LibCompress: Port `DeflateDecompressor` to `Core::Stream`Tim Schumacher
2022-07-10LibCompress: Write Deflate window size in the Zlib headerKarol Kosek
2022-06-30LibCompress: Implement a Zlib compressorKarol Kosek
2022-06-30LibCompress: Use newly created Zlib header structure when decompressingKarol Kosek
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
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-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-03-15LibCompress: Make the Zlib decompressor fail gracefulyIdan Horowitz
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling