1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 21:02:07 +00:00
serenity/Userland/Libraries/LibCompress
kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based
Since it will become a stream in a little bit, it should behave like all
non-trivial stream classes, who are not primarily intended to have
shared ownership to make closing behavior more predictable. Across all
uses of MappedFile, there is only one use case of shared mapped files in
LibVideo, which now uses the thin SharedMappedFile wrapper.
2023-09-27 03:22:56 +02:00
..
Brotli.cpp LibCompress: Let BrotliDecompressionStream take a MaybeOwned 2023-08-23 12:03:37 +01:00
Brotli.h LibCompress: Let BrotliDecompressionStream take a MaybeOwned 2023-08-23 12:03:37 +01:00
BrotliDictionary.cpp
BrotliDictionary.h
BrotliDictionaryData.bin
CMakeLists.txt
Deflate.cpp
Deflate.h
DeflateTables.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Gzip.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
Gzip.h LibCompress: Let GzipDecompressor take a MaybeOwned<Stream> 2023-08-23 12:03:37 +01:00
Lzma.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Lzma.h AK: Move parts for searching CircularBuffer into a new class 2023-07-06 15:06:20 +01:00
Lzma2.cpp
Lzma2.h
Xz.cpp
Xz.h
Zlib.cpp LibCompress: Port ZlibDecompressor to AK::Stream 2023-08-23 12:03:37 +01:00
Zlib.h LibCompress: Port ZlibDecompressor to AK::Stream 2023-08-23 12:03:37 +01:00