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
/
Deflate.h
Age
Commit message (
Expand
)
Author
2023-04-07
LibCompress: Tolerate more than 288 entries in CanonicalCode
Nico Weber
2023-04-02
LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<>
Nico Weber
2023-03-31
gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzip
Timothy Flynn
2023-03-29
LibCompress: Decode non-self-referencing back-references in one shot
Timothy Flynn
2023-03-29
LibCompress: Use prefix tables to decode Huffman codes up to 8 bits long
Timothy Flynn
2023-03-29
LibCompress: Use a bit stream for the entire GZIP decompression process
Timothy Flynn
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 bit streams from `LibCore`
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-13
LibCompress: Switch the deflate seekback buffer to `CircularBuffer`
Tim Schumacher
2023-01-13
LibCompress: Switch `DeflateDecompressor` to a fallible constructor
Tim Schumacher
2023-01-10
LibCompress: Switch `DeflateCompressor` to a fallible constructor
Tim Schumacher
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-04-03
LibCompress: Change DeflateSpecialCodeLengths to constexpr variables
Lenny Maiorani
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-15
LibCompress+AK: Propagate error handling to wrapped streams
Idan Horowitz
2021-03-14
LibCompress: Decrease CanonicalCode's size on stack
Idan Horowitz
2021-03-14
LibCompress: Handle literal only lz77 streams in DeflateCompressor
Idan Horowitz
2021-03-13
LibCompress: Replace goto with simple recursion in DeflateCompressor
Idan Horowitz
2021-03-13
LibCompress: Implement DEFLATE compression
Idan Horowitz
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling