index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCompress
Age
Commit message (
Expand
)
Author
2023-01-03
LibCompress: Port `ZlibCompressor` to `Core::Stream`
Tim Schumacher
2023-01-03
LibCompress: Switch `ZlibCompressor` to a constructor pattern
Tim Schumacher
2023-01-03
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
Tim Schumacher
2022-12-26
LibCompress: Add two missing return statements
Nico Weber
2022-12-15
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
Tim Schumacher
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-12-12
LibCore: Use the new `Handle` type for the `BitStream` types
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-11
LibCompress: Brotli support metadata of skip_length=0
Tommy Murphy
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-09-17
LibCompress+Tests: Demonstrate and fix faulty metadata length
Ben Wiederhake
2022-07-10
LibCompress: Write Deflate window size in the Zlib header
Karol Kosek
2022-06-30
LibCompress: Implement a Zlib compressor
Karol Kosek
2022-06-30
LibCompress: Use newly created Zlib header structure when decompressing
Karol Kosek
2022-06-30
LibCompress: Add Zlib header structure
Karol Kosek
2022-05-21
LibCompress: Implement Brotli decompressor
Michiel Visser
2022-04-03
LibCompress: Change DeflateSpecialCodeLengths to constexpr variables
Lenny Maiorani
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-10
Libraries: Use default constructors/destructors in LibCompress
Lenny Maiorani
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-10-06
LibCompress: Add missing header to DeflateTables.h
Ben Wiederhake
2021-05-18
LibCompress: Discard GZip NAME & COMMENT optional strings
Idan Horowitz
2021-05-16
LibCompress: Add missing #include
Gunnar Beutner
2021-05-16
Userland: Add missing #includes
Gunnar Beutner
2021-05-07
LibCompress: Add a method that describes a Gzip Header
Idan Horowitz
2021-05-06
Tests: Move LibCompress tests to Tests/LibCompress
Brian Gianforcaro
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Tests: Reorganize LibCompress unit tests
Marco Biscaro
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-03-21
LibCompress: Convert GzipDecompressor from recursive to iterative
Idan Horowitz
2021-03-19
LibCompress: Convert DeflateDecompressor from recursive to iterative
Idan Horowitz
2021-03-17
LibCompress: fail gracefuly on invalid symbols in DeflateDecompressor
Idan Horowitz
2021-03-17
LibCompress: Check for impossible back references in DeflateDecompressor
Idan Horowitz
2021-03-16
LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressor
Idan Horowitz
2021-03-16
LibCompress: Check and fail for input stream errors in DeflateDecompressor
Idan Horowitz
2021-03-16
LibCompress: Allow partial header reads in GzipDecompressor
Idan Horowitz
2021-03-16
LibCompress: Handle and propagate stream errors in GzipDecompressor
Idan Horowitz
2021-03-16
LibCompress+AK: Dont short-circuit error handling propagation
Idan Horowitz
2021-03-15
LibCompress+AK: Propagate error handling to wrapped streams
Idan Horowitz
[next]