summaryrefslogtreecommitdiff
path: root/AK/Base64.h
AgeCommit message (Expand)Author
2023-05-18AK: Include Array.h in Base64.hMuhammad Zahalqa
2023-01-10AK+LibWeb: Move decode forgiving base64 under Web::Infra namespaceArda Cinar
2023-01-10AK: Expose Base64 tables from Base64.hArda Cinar
2022-12-28AK: Add a forgiving_base64_decode helperArda Cinar
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-07-04AK: Add `nodiscard` attribute to Base64 functionsLenny Maiorani
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-08Everywhere: Remove unnecessary headers 3/4Ben Wiederhake
2020-10-13Base64: Pre-allocate size of input and outputLenny Maiorani
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
2020-07-22AK: Make encode_base64 take a ByteBuffer and return a StringNico Weber
2020-06-18AK: Add a simple and inefficient Base64 encoderTom Lebreux
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-04-26AK: Add a simple and inefficient Base64 decoderAndreas Kling