Tim Schumacher
|
46a53dc6e0
LibCompress: Switch the deflate seekback buffer to `CircularBuffer`
|
2 년 전 |
Tim Schumacher
|
0d69fbd19f
LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor`
|
2 년 전 |
Tim Schumacher
|
d23f0a7405
LibCompress: Switch `DeflateDecompressor` to a fallible constructor
|
2 년 전 |
Tim Schumacher
|
f4afee4278
LibCompress: Switch `DeflateCompressor` to a fallible constructor
|
2 년 전 |
Tim Schumacher
|
8cd2cf2b77
LibCompress: Port `DeflateCompressor` to `Core::Stream`
|
2 년 전 |
Nico Weber
|
c96e663b0a
LibCompress: Add two missing return statements
|
2 년 전 |
Tim Schumacher
|
c6d71ca727
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
|
2 년 전 |
Tim Schumacher
|
30abd47099
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
|
2 년 전 |
Lenny Maiorani
|
9afc7d5379
LibCompress: Change DeflateSpecialCodeLengths to constexpr variables
|
3 년 전 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 년 전 |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 년 전 |
Andreas Kling
|
80d4e830a0
Everywhere: Pass AK::ReadonlyBytes by value
|
3 년 전 |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 년 전 |
Idan Horowitz
|
1c512a702a
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Linus Groh
|
2b0c361d04
Everywhere: Fix a bunch of typos
|
4 년 전 |
Idan Horowitz
|
974a981ded
LibCompress: Convert DeflateDecompressor from recursive to iterative
|
4 년 전 |
Idan Horowitz
|
ea7bdf02b8
LibCompress: fail gracefuly on invalid symbols in DeflateDecompressor
|
4 년 전 |
Idan Horowitz
|
071ee7c6f4
LibCompress: Check for impossible back references in DeflateDecompressor
|
4 년 전 |
Idan Horowitz
|
8533cceed5
LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressor
|
4 년 전 |
Idan Horowitz
|
be5a8d9c7f
LibCompress: Check and fail for input stream errors in DeflateDecompressor
|
4 년 전 |
Idan Horowitz
|
ea5f83616e
LibCompress+AK: Dont short-circuit error handling propagation
|
4 년 전 |
Idan Horowitz
|
a955fd4156
LibCompress+AK: Propagate error handling to wrapped streams
|
4 년 전 |
Idan Horowitz
|
7e587a615e
LibCompress: Handle literal only lz77 streams in DeflateCompressor
|
4 년 전 |
Idan Horowitz
|
b1e3176f9f
LibCompress: Replace goto with simple recursion in DeflateCompressor
|
4 년 전 |
Idan Horowitz
|
bcbfa7db62
LibCompress: Implement DEFLATE compression
|
4 년 전 |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 년 전 |
Linus Groh
|
e265054c12
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Linus Groh
|
421587c15c
Everywhere: Fix typos
|
4 년 전 |