summaryrefslogtreecommitdiff
path: root/Userland/Utilities/checksum.cpp
AgeCommit message (Expand)Author
2021-12-11checksum: Port to LibMain :^)Kenneth Myhra
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-09-21checksum: Stop reusing the same Core::File for multiple filesIdan Horowitz
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-25checksum: Use new format functionsLinus Groh
2021-03-19checksum: Don't read the entire input file in memoryJean-Baptiste Boric
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling