ladybird/Tests/LibCompress
Timothy Flynn 15532df83d AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Rather than the very C-like API we currently have, accepting a void* and
a length, let's take a Bytes object instead. In almost all existing
cases, the compiler figures out the length.
2023-04-03 15:53:49 +02:00
..
brotli-test-files LibCompress: Brotli support metadata of skip_length=0 2022-10-11 22:49:33 -06:00
CMakeLists.txt Tests: Add XZ tests from XZ utils 2023-03-21 10:25:13 +01:00
TestBrotli.cpp AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00
TestDeflate.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
TestGzip.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
TestLzma.cpp LibCompress: Implement proper handling of LZMA end-of-stream markers 2023-03-30 08:45:35 +02:00
TestXz.cpp LibCompress: Implement block size validation for XZ streams 2023-04-01 13:57:54 +02:00
TestZlib.cpp LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00