Commit History

Author SHA1 Message Date
  Tim Schumacher 35548cab75 LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor` 2 years ago
  Tim Schumacher d23f0a7405 LibCompress: Switch `DeflateDecompressor` to a fallible constructor 2 years ago
  Tim Schumacher f4afee4278 LibCompress: Switch `DeflateCompressor` to a fallible constructor 2 years ago
  Tim Schumacher 8cd2cf2b77 LibCompress: Port `DeflateCompressor` to `Core::Stream` 2 years ago
  Tim Schumacher a212bc3052 LibCompress: Port `GzipCompressor` to `Core::Stream` 2 years ago
  Tim Schumacher c6d71ca727 LibCore: Rename `MemoryStream` to `FixedMemoryStream` 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 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 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 325febf4e5 LibCompress: Discard GZip NAME & COMMENT optional strings 4 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 b3b8c01ebf LibCompress: Convert GzipDecompressor from recursive to iterative 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