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
/
checksum.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-01-05
LibCrypto: Make `Digest`s able to return `bytes`
Michel Hermier
2022-01-05
checksum: Use `:hex-dump` to format `digest` value
Michel Hermier
2022-01-05
checksum: Make name detection working even with a path
Michel Hermier
2021-12-11
checksum: Port to LibMain :^)
Kenneth Myhra
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-09-21
checksum: Stop reusing the same Core::File for multiple files
Idan Horowitz
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Utilities: Use Vector<String> positional arguments in some places
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-25
checksum: Use new format functions
Linus Groh
2021-03-19
checksum: Don't read the entire input file in memory
Jean-Baptiste Boric
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling