Histórico de Commits

Autor SHA1 Mensagem Data
  Tim Schumacher 8a853278d0 LibCompress: Port `ZlibDecompressor` to `AK::Stream` há 2 anos atrás
  Tim Schumacher e11e7309dd LibCompress: Replace usages of the Endian bytes accessor há 2 anos atrás
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes há 2 anos atrás
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted há 2 anos atrás
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled há 2 anos atrás
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages há 2 anos atrás
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` há 2 anos atrás
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` há 2 anos atrás
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` há 2 anos atrás
  Timothy Flynn 027aee2c66 Userland: Add missing Math.h and IntegralMath.h header includes há 2 anos atrás
  Tim Schumacher c4da1be32c LibCompress: Remove all leftover `AK::Stream` headers há 2 anos atrás
  Tim Schumacher 7e3625b0e2 LibCompress: Move compressor construction out of `ZlibCompressor()` há 2 anos atrás
  Tim Schumacher f4afee4278 LibCompress: Switch `DeflateCompressor` to a fallible constructor há 2 anos atrás
  Tim Schumacher 8cd2cf2b77 LibCompress: Port `DeflateCompressor` to `Core::Stream` há 2 anos atrás
  Tim Schumacher 9818766742 LibCompress: Port `ZlibCompressor` to `Core::Stream` há 2 anos atrás
  Tim Schumacher f0b035b66c LibCompress: Switch `ZlibCompressor` to a constructor pattern há 2 anos atrás
  Tim Schumacher 23a9d62f39 LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor` há 2 anos atrás
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` há 2 anos atrás
  Karol Kosek 693d34fe3d LibCompress: Write Deflate window size in the Zlib header há 3 anos atrás
  Karol Kosek 0de0de3536 LibCompress: Implement a Zlib compressor há 3 anos atrás
  Karol Kosek 42abe1df77 LibCompress: Use newly created Zlib header structure when decompressing há 3 anos atrás
  kleines Filmröllchen 145eeb57ab Userland: Remove a bunch of unnecessary Vector imports há 3 anos atrás
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value há 3 anos atrás
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Linus Groh 2b0c361d04 Everywhere: Fix a bunch of typos há 4 anos atrás
  Idan Horowitz f532421c9c LibCompress: Make the Zlib decompressor fail gracefuly há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ há 4 anos atrás