summaryrefslogtreecommitdiff
path: root/AK/Hex.cpp
AgeCommit message (Expand)Author
2023-02-10AK: Disallow returning of string literals for errors in kernel codeLiav A
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16AK: Return KString instead of String from encode_hex in the KernelIdan Horowitz
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18AK/Hex: Cleanup implementationLenny Maiorani
2021-04-18AK/Hex: Decode hex digit in constexpr contextLenny Maiorani
2021-04-14AK: Expose the decode_hex_digit helperIdan Horowitz
2021-02-09AK: Use StringBuilder::appendff() instead of appendf()Andreas Kling
2020-12-13AK: Add {encode,decode}_hex similar to {encode,decode}_base64Conrad Pankoff