summaryrefslogtreecommitdiff
path: root/Userland/Utilities/checksum.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-01-05LibCrypto: Make `Digest`s able to return `bytes`Michel Hermier
2022-01-05checksum: Use `:hex-dump` to format `digest` valueMichel Hermier
2022-01-05checksum: Make name detection working even with a pathMichel Hermier
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