Historie revizí

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