Историја ревизија

Аутор SHA1 Порука Датум
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions пре 2 година
  Tim Schumacher 60ac254df6 AK: Use hashing to accelerate searching a `CircularBuffer` пре 2 година
  Tim Schumacher 42d01b21d8 AK: Rewrite the hint-based `CircularBuffer::find_copy_in_seekback` пре 2 година
  Tim Schumacher 046a9faeb3 AK: Split up `CircularBuffer::find_copy_in_seekback` пре 2 година
  Tim Schumacher 9e82ad758e AK: Move parts for searching CircularBuffer into a new class пре 2 година
  Tim Schumacher d4b0e64825 LibCompress: Move two shared LZMA magic numbers into a common place пре 2 година
  Tim Schumacher a01968ee6d LibCompress: Handle arbitrarily long FF-chains in the LZMA encoder пре 2 година
  Tim Schumacher cb93186350 LibCompress: Add debug logging for handling LZMA direct bits пре 2 година
  Tim Schumacher df071d8a76 LibCompress: Add a lot of debug logging to LZMA пре 2 година
  Tim Schumacher 85a54cc796 LibCompress: Add an LZMA encoder пре 2 година
  Tim Schumacher 9ab3646bc7 LibCompress: Use the variable for LZMA "normalized to real distance" пре 2 година
  Tim Schumacher 42514c6961 LibCompress: Decode the LZMA match type in a separate function пре 2 година
  Tim Schumacher 4a37bac374 LibCompress: Make LzmaHeader a POD-like type пре 2 година
  Tim Schumacher 440d8f908f LibCompress: Extract the LZMA state to a separate class пре 2 година
  Tim Schumacher 7000ccf89f LibCompress: Copy LZMA repetitions from the buffer in sequence пре 2 година
  Tim Schumacher fe761a4e9b LibCompress: Use LZMA context from preexisting dictionary пре 2 година
  Tim Schumacher 023c64011c LibCompress: Use the correct LZMA repetition offset in all cases пре 2 година
  Tim Schumacher d9627503a9 LibCompress: Reduce repeated code in the LZMA decompressor пре 2 година
  Tim Schumacher 8ff36e5910 LibCompress: Implement proper handling of LZMA end-of-stream markers пре 2 година
  Tim Schumacher b6f3b2f116 LibCompress: Move common LZMA end-of-file checks into helper functions пре 2 година
  Tim Schumacher 1b8318ab67 LibCompress: Allow providing an external dictionary for LZMA пре 2 година
  Tim Schumacher f4506a3a72 LibCompress: Allow appending input streams to an existing LZMA decoder пре 2 година
  Tim Schumacher 04f69de7f1 LibCompress: Refactor LZMA model property decoding into a static helper пре 2 година
  Tim Schumacher b3a9729e23 LibCompress: Add support for LZMA streams пре 2 година