summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cksum.cpp
AgeCommit message (Expand)Author
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