summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cksum.cpp
AgeCommit message (Expand)Author
2023-04-22cksum: Stop using DeprecatedStringSam Atkins
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19cksum: Manually count file size instead of using stat()Sam Atkins
2022-11-19cksum: Port to Core::StreamSam Atkins
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-11cksum: Port to LibMain :^)Kenneth Myhra
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-08-01cksum: Print argv[0] on failed readLuK1337
2021-08-01cksum: Display adler32/crc32 sums as hex numbersLuK1337
2021-08-01cksum: Don't read the entire input file in memoryLuK1337
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-24Utilities: Add cksumBrendan Coles