summaryrefslogtreecommitdiff
path: root/Userland/Utilities/test-compress.cpp
AgeCommit message (Expand)Author
2021-03-14test-compress: Initialize byte buffer with random dataBrendan Coles
2021-03-14LibCompress: Handle literal only lz77 streams in DeflateCompressorIdan Horowitz
2021-03-13test-compress: Add GZip compression testsIdan Horowitz
2021-03-13test-compress: Add DEFLATE compression testsIdan Horowitz
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling