summaryrefslogtreecommitdiff
path: root/Userland/Utilities/gunzip.cpp
AgeCommit message (Expand)Author
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26gunzip: Fail gracefully on bad inputIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling