Commit History

作者 SHA1 備註 提交日期
  Tim Schumacher 8b2f23d016 AK: Remove the fallible constructor from `LittleEndianOutputBitStream` 2 年之前
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` 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 1ca62de558 LibCore: Return `EBADF` on unsupported stream operations 2 年之前
  Tim Schumacher 46a53dc6e0 LibCompress: Switch the deflate seekback buffer to `CircularBuffer` 2 年之前
  Tim Schumacher 0d69fbd19f LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor` 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 年之前
  Nico Weber c96e663b0a LibCompress: Add two missing return statements 2 年之前
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` 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 年之前
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors 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 年之前
  Linus Groh 2b0c361d04 Everywhere: Fix a bunch of typos 4 年之前
  Idan Horowitz 974a981ded LibCompress: Convert DeflateDecompressor from recursive to iterative 4 年之前
  Idan Horowitz ea7bdf02b8 LibCompress: fail gracefuly on invalid symbols in DeflateDecompressor 4 年之前
  Idan Horowitz 071ee7c6f4 LibCompress: Check for impossible back references in DeflateDecompressor 4 年之前
  Idan Horowitz 8533cceed5 LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressor 4 年之前
  Idan Horowitz be5a8d9c7f LibCompress: Check and fail for input stream errors in DeflateDecompressor 4 年之前
  Idan Horowitz ea5f83616e LibCompress+AK: Dont short-circuit error handling propagation 4 年之前
  Idan Horowitz a955fd4156 LibCompress+AK: Propagate error handling to wrapped streams 4 年之前
  Idan Horowitz 7e587a615e LibCompress: Handle literal only lz77 streams in DeflateCompressor 4 年之前