Histórico de Commits

Autor SHA1 Mensagem Data
  kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based há 1 ano atrás
  Tim Schumacher 90780d9ade LibCompress: Let `GzipDecompressor` take a `MaybeOwned<Stream>` há 2 anos atrás
  tgsm c30775522e LibCompress/Gzip: Replace usage of DeprecatedString há 2 anos atrás
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams há 2 anos atrás
  Tim Schumacher e11e7309dd LibCompress: Replace usages of the Endian bytes accessor há 2 anos atrás
  Timothy Flynn 7ec91dfde7 LibCompress: Add a utility to GZIP compress an entire file há 2 anos atrás
  Timothy Flynn 857f559a06 gunzip+LibCompress: Move utility to decompress files to GzipDecompressor há 2 anos atrás
  Timothy Flynn 20aaab47f9 LibCompress: Use a bit stream for the entire GZIP decompression process 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 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 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
  Tim Schumacher 1ca62de558 LibCore: Return `EBADF` on unsupported stream operations há 2 anos atrás
  Tim Schumacher 35548cab75 LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor` há 2 anos atrás
  Tim Schumacher d23f0a7405 LibCompress: Switch `DeflateDecompressor` to a fallible constructor 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 a212bc3052 LibCompress: Port `GzipCompressor` to `Core::Stream` há 2 anos atrás
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` há 2 anos atrás
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` há 2 anos atrás
  Tim Schumacher f93c7fbb5e LibCompress: Port GzipDecompressor to `Core::Stream` há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Lenny Maiorani c6dcb12b00 Libraries: Use default constructors/destructors in LibCompress há 3 anos atrás