Historique des commits

Auteur SHA1 Message Date
  kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based il y a 1 an
  Tim Schumacher 90780d9ade LibCompress: Let `GzipDecompressor` take a `MaybeOwned<Stream>` il y a 2 ans
  tgsm c30775522e LibCompress/Gzip: Replace usage of DeprecatedString il y a 2 ans
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams il y a 2 ans
  Tim Schumacher e11e7309dd LibCompress: Replace usages of the Endian bytes accessor il y a 2 ans
  Timothy Flynn 7ec91dfde7 LibCompress: Add a utility to GZIP compress an entire file il y a 2 ans
  Timothy Flynn 857f559a06 gunzip+LibCompress: Move utility to decompress files to GzipDecompressor il y a 2 ans
  Timothy Flynn 20aaab47f9 LibCompress: Use a bit stream for the entire GZIP decompression process il y a 2 ans
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes il y a 2 ans
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted il y a 2 ans
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled il y a 2 ans
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} il y a 2 ans
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages il y a 2 ans
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` il y a 2 ans
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` il y a 2 ans
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` il y a 2 ans
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` il y a 2 ans
  Tim Schumacher 1ca62de558 LibCore: Return `EBADF` on unsupported stream operations il y a 2 ans
  Tim Schumacher 35548cab75 LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor` il y a 2 ans
  Tim Schumacher d23f0a7405 LibCompress: Switch `DeflateDecompressor` to a fallible constructor il y a 2 ans
  Tim Schumacher f4afee4278 LibCompress: Switch `DeflateCompressor` to a fallible constructor il y a 2 ans
  Tim Schumacher 8cd2cf2b77 LibCompress: Port `DeflateCompressor` to `Core::Stream` il y a 2 ans
  Tim Schumacher a212bc3052 LibCompress: Port `GzipCompressor` to `Core::Stream` il y a 2 ans
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` il y a 2 ans
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` il y a 2 ans
  Tim Schumacher f93c7fbb5e LibCompress: Port GzipDecompressor to `Core::Stream` il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani c6dcb12b00 Libraries: Use default constructors/destructors in LibCompress il y a 3 ans