Историја ревизија

Аутор SHA1 Порука Датум
  Tim Schumacher 127f6ed6eb LibCompress: Fix a typo in `m_read_final_block` пре 1 година
  Nico Weber 6d38824985 LibCompress: Tolerate more than 288 entries in CanonicalCode пре 2 година
  Nico Weber 85d0637058 LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<> пре 2 година
  Timothy Flynn 9f238793e0 gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzip пре 2 година
  Timothy Flynn 7447a91d7e LibCompress: Decode non-self-referencing back-references in one shot пре 2 година
  Timothy Flynn 5aaefe4e62 LibCompress: Use prefix tables to decode Huffman codes up to 8 bits long пре 2 година
  Timothy Flynn 20aaab47f9 LibCompress: Use a bit stream for the entire GZIP decompression process пре 2 година
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} пре 2 година
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages пре 2 година
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` пре 2 година
  Tim Schumacher 2470dd3bb5 AK: Move bit streams from `LibCore` пре 2 година
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` пре 2 година
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` пре 2 година
  Tim Schumacher c4da1be32c LibCompress: Remove all leftover `AK::Stream` headers пре 2 година
  Tim Schumacher 46a53dc6e0 LibCompress: Switch the deflate seekback buffer to `CircularBuffer` пре 2 година
  Tim Schumacher d23f0a7405 LibCompress: Switch `DeflateDecompressor` to a fallible constructor пре 2 година
  Tim Schumacher f4afee4278 LibCompress: Switch `DeflateCompressor` to a fallible constructor пре 2 година
  Tim Schumacher 8cd2cf2b77 LibCompress: Port `DeflateCompressor` to `Core::Stream` пре 2 година
  Tim Schumacher 0bdbe27d6b LibCore: Rename InputBitStream.h to BitStream.h пре 2 година
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` пре 2 година
  Lenny Maiorani 9afc7d5379 LibCompress: Change DeflateSpecialCodeLengths to constexpr variables пре 3 година
  Idan Horowitz 086969277e Everywhere: Run clang-format пре 3 година
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value пре 3 година
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers пре 4 година
  Idan Horowitz 1c512a702a AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers пре 4 година
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
  Idan Horowitz a955fd4156 LibCompress+AK: Propagate error handling to wrapped streams пре 4 година
  Idan Horowitz 02b4cb96f8 LibCompress: Decrease CanonicalCode's size on stack пре 4 година
  Idan Horowitz 7e587a615e LibCompress: Handle literal only lz77 streams in DeflateCompressor пре 4 година
  Idan Horowitz b1e3176f9f LibCompress: Replace goto with simple recursion in DeflateCompressor пре 4 година