summaryrefslogtreecommitdiff
path: root/Userland/Utilities/tar.cpp
AgeCommit message (Expand)Author
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-05-24tar: Ignore "extended headers"Lynn
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz
2021-03-13tar: Implement tar archive creationIdan Horowitz
2021-03-13LibTar: Implement TarOutputStreamIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling