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

Аутор SHA1 Порука Датум
  Lucas CHOLLET a3d48319fe LibCompress/Deflate: Remove three useless FIXMEs пре 1 година
  Lucas CHOLLET 830e6472e6 LibCompress/Deflate: Simplify `DeflateDecompressor::decompress_all()` пре 1 година
  Idan Horowitz b749167506 LibCompress: Fix off-by-one error in generate_huffman_lengths пре 1 година
  Tim Ledbetter 2f26a7bb12 LibCompress: Avoid buffer overrun when building canonical Huffman code пре 1 година
  Tim Schumacher 127f6ed6eb LibCompress: Fix a typo in `m_read_final_block` пре 1 година
  Tim Schumacher dffef6bb71 LibCompress: Remove special casing for looping DEFLATE seekbacks пре 2 година
  Tim Schumacher 4098335600 LibCompress: Error on truncated uncompressed DEFLATE blocks пре 2 година
  Tim Schumacher e11e7309dd LibCompress: Replace usages of the Endian bytes accessor пре 2 година
  Nico Weber 6d38824985 LibCompress: Tolerate more than 288 entries in CanonicalCode пре 2 година
  Tim Schumacher b88c58b94c AK+LibCompress: Break when seekback copying to a full CircularBuffer пре 2 година
  Nico Weber c84968dafd LibGfx: Add some support for decoding lossless webp files пре 2 година
  Nico Weber 26230f2ffd LibCompress: Order branches in Deflate's decode_codes() numerically пре 2 година
  Nico Weber 72d6a30e08 LibCompress: Remove a few no-op continue statements in Deflate пре 2 година
  Timothy Flynn eed956b473 AK: Increase LittleEndianOutputBitStream's buffer size and remove loops пре 2 година
  Nico Weber 85d0637058 LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<> пре 2 година
  Nico Weber bc70d7bb77 LibCompress: Reduce indentation in CompressedBlock::try_read_more() пре 2 година
  Nico Weber c3b8b3124c LibCompress: Remove two needless heap allocations пре 2 година
  Timothy Flynn 8b56d82865 AK+LibCompress: Remove the Deflate back-reference intermediate buffer пре 2 година
  Timothy Flynn 9f238793e0 gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzip пре 2 година
  Timothy Flynn 7447a91d7e LibCompress: Decode non-self-referencing back-references in one shot пре 2 година
  Timothy Flynn 5aaefe4e62 LibCompress: Use prefix tables to decode Huffman codes up to 8 bits long пре 2 година
  Timothy Flynn 20aaab47f9 LibCompress: Use a bit stream for the entire GZIP decompression process пре 2 година
  Andreas Kling aeb8224ec8 LibCompress: Speed up deflate decompression by ~11% пре 2 година
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes пре 2 година
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted пре 2 година
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled пре 2 година
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} пре 2 година
  Nico Weber dfb45705e6 LibCompress: Make DeflateCompressor::write() use loop, not recursion пре 2 година
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages пре 2 година
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` пре 2 година