index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCompress
/
Zlib.h
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-13
LibCompress: Remove all leftover `AK::Stream` headers
Tim Schumacher
2023-01-10
LibCompress: Move compressor construction out of `ZlibCompressor()`
Tim Schumacher
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-03
LibCompress: Port `ZlibCompressor` to `Core::Stream`
Tim Schumacher
2023-01-03
LibCompress: Switch `ZlibCompressor` to a constructor pattern
Tim Schumacher
2023-01-03
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
Tim Schumacher
2022-06-30
LibCompress: Implement a Zlib compressor
Karol Kosek
2022-06-30
LibCompress: Use newly created Zlib header structure when decompressing
Karol Kosek
2022-06-30
LibCompress: Add Zlib header structure
Karol Kosek
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-05-16
LibCompress: Add missing #include
Gunnar Beutner
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-15
LibCompress: Make the Zlib decompressor fail gracefuly
Idan Horowitz
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling