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-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2023-01-19
LibCore: Return `EBADF` on unsupported stream operations
Tim Schumacher
2023-01-13
LibCompress: Remove all leftover `AK::Stream` headers
Tim Schumacher
2023-01-13
LibCompress: Switch the deflate seekback buffer to `CircularBuffer`
Tim Schumacher
2023-01-13
LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor`
Tim Schumacher
2023-01-13
LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor`
Tim Schumacher
2023-01-13
LibCompress: Switch `DeflateDecompressor` to a fallible constructor
Tim Schumacher
2023-01-10
LibCompress: Move compressor construction out of `ZlibCompressor()`
Tim Schumacher
2023-01-10
LibCompress: Switch `DeflateCompressor` to a fallible constructor
Tim Schumacher
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCompress: Port `GzipCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
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
[next]