Historial de Commits

Autor SHA1 Mensaje Fecha
  Nico Weber dfb45705e6 LibCompress: Make DeflateCompressor::write() use loop, not recursion hace 2 años
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages hace 2 años
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` hace 2 años
  Tim Schumacher 8b2f23d016 AK: Remove the fallible constructor from `LittleEndianOutputBitStream` hace 2 años
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` hace 2 años
  Tim Schumacher 2470dd3bb5 AK: Move bit streams from `LibCore` hace 2 años
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` hace 2 años
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` hace 2 años
  Tim Schumacher 1ca62de558 LibCore: Return `EBADF` on unsupported stream operations hace 2 años
  Tim Schumacher 46a53dc6e0 LibCompress: Switch the deflate seekback buffer to `CircularBuffer` hace 2 años
  Tim Schumacher 0d69fbd19f LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor` hace 2 años
  Tim Schumacher d23f0a7405 LibCompress: Switch `DeflateDecompressor` to a fallible constructor hace 2 años
  Tim Schumacher f4afee4278 LibCompress: Switch `DeflateCompressor` to a fallible constructor hace 2 años
  Tim Schumacher 8cd2cf2b77 LibCompress: Port `DeflateCompressor` to `Core::Stream` hace 2 años
  Nico Weber c96e663b0a LibCompress: Add two missing return statements hace 2 años
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` hace 2 años
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` hace 2 años
  Lenny Maiorani 9afc7d5379 LibCompress: Change DeflateSpecialCodeLengths to constexpr variables hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors hace 3 años
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value hace 3 años
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers hace 4 años
  Idan Horowitz 1c512a702a AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Linus Groh 2b0c361d04 Everywhere: Fix a bunch of typos hace 4 años
  Idan Horowitz 974a981ded LibCompress: Convert DeflateDecompressor from recursive to iterative hace 4 años
  Idan Horowitz ea7bdf02b8 LibCompress: fail gracefuly on invalid symbols in DeflateDecompressor hace 4 años
  Idan Horowitz 071ee7c6f4 LibCompress: Check for impossible back references in DeflateDecompressor hace 4 años
  Idan Horowitz 8533cceed5 LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressor hace 4 años
  Idan Horowitz be5a8d9c7f LibCompress: Check and fail for input stream errors in DeflateDecompressor hace 4 años