index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
cksum.cpp
Age
Commit message (
Expand
)
Author
2023-04-22
cksum: Stop using DeprecatedString
Sam Atkins
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
cksum: Manually count file size instead of using stat()
Sam Atkins
2022-11-19
cksum: Port to Core::Stream
Sam Atkins
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-11
cksum: Port to LibMain :^)
Kenneth Myhra
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-08-01
cksum: Print argv[0] on failed read
LuK1337
2021-08-01
cksum: Display adler32/crc32 sums as hex numbers
LuK1337
2021-08-01
cksum: Don't read the entire input file in memory
LuK1337
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-24
Utilities: Add cksum
Brendan Coles