Commit History

Author SHA1 Message Date
  Tim Schumacher 90780d9ade LibCompress: Let `GzipDecompressor` take a `MaybeOwned<Stream>` 2 years ago
  tgsm c30775522e LibCompress/Gzip: Replace usage of DeprecatedString 2 years ago
  Timothy Flynn 7ec91dfde7 LibCompress: Add a utility to GZIP compress an entire file 2 years ago
  Timothy Flynn 857f559a06 gunzip+LibCompress: Move utility to decompress files to GzipDecompressor 2 years ago
  Timothy Flynn 20aaab47f9 LibCompress: Use a bit stream for the entire GZIP decompression process 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 years ago
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 years ago
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` 2 years ago
  Tim Schumacher d23f0a7405 LibCompress: Switch `DeflateDecompressor` to a fallible constructor 2 years ago
  Tim Schumacher a212bc3052 LibCompress: Port `GzipCompressor` to `Core::Stream` 2 years ago
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` 2 years ago
  Tim Schumacher f93c7fbb5e LibCompress: Port GzipDecompressor to `Core::Stream` 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani c6dcb12b00 Libraries: Use default constructors/destructors in LibCompress 3 years ago
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value 3 years ago
  Idan Horowitz 2119e0fb3f LibCompress: Add a method that describes a Gzip Header 4 years ago
  Idan Horowitz 1c512a702a AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Idan Horowitz 1d8ab74cbf LibCompress: Allow partial header reads in GzipDecompressor 4 years ago
  Idan Horowitz eb343296ce LibCompress: Handle and propagate stream errors in GzipDecompressor 4 years ago
  Idan Horowitz 135751c3a2 LibCompress: Implement GZip compression 4 years ago
  Idan Horowitz c12781a6a2 LibCore+LibHTTP+LibGfx: Switch to LibCompress 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago