index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Hex.cpp
Age
Commit message (
Expand
)
Author
2023-02-10
AK: Disallow returning of string literals for errors in kernel code
Liav A
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
AK: Return KString instead of String from encode_hex in the Kernel
Idan Horowitz
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
AK/Hex: Cleanup implementation
Lenny Maiorani
2021-04-18
AK/Hex: Decode hex digit in constexpr context
Lenny Maiorani
2021-04-14
AK: Expose the decode_hex_digit helper
Idan Horowitz
2021-02-09
AK: Use StringBuilder::appendff() instead of appendf()
Andreas Kling
2020-12-13
AK: Add {encode,decode}_hex similar to {encode,decode}_base64
Conrad Pankoff