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
/
Base64.h
Age
Commit message (
Expand
)
Author
2023-05-18
AK: Include Array.h in Base64.h
Muhammad Zahalqa
2023-01-10
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
Arda Cinar
2023-01-10
AK: Expose Base64 tables from Base64.h
Arda Cinar
2022-12-28
AK: Add a forgiving_base64_decode helper
Arda Cinar
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-07-04
AK: Add `nodiscard` attribute to Base64 functions
Lenny Maiorani
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-08
Everywhere: Remove unnecessary headers 3/4
Ben Wiederhake
2020-10-13
Base64: Pre-allocate size of input and output
Lenny Maiorani
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-06-18
AK: Add a simple and inefficient Base64 encoder
Tom Lebreux
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling