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
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
2021-03-15
LibCompress: Make the Zlib decompressor fail gracefuly
Idan Horowitz
2021-03-14
LibCompress: Decrease CanonicalCode's size on stack
Idan Horowitz
2021-03-14
LibCompress: Handle literal only lz77 streams in DeflateCompressor
Idan Horowitz
2021-03-13
LibCompress: Replace goto with simple recursion in DeflateCompressor
Idan Horowitz
2021-03-13
LibCompress: Implement GZip compression
Idan Horowitz
2021-03-13
LibCompress: Implement DEFLATE compression
Idan Horowitz
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-07
LibCompress: Rename libcompression.so to libcompress.so
Jelle Raaijmakers
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling