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.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
AK: Fix implicit and narrowing conversions in Base64
Lenny Maiorani
2022-03-16
AK: Make static constexpr variables to avoid stack copy in Base64
Lenny Maiorani
2022-02-25
AK: Ignore whitespace while decoding base64
Andreas Kling
2022-01-24
AK+Userland: Make AK::decode_base64 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-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
AK: Don't crash on invalid Base64 input
Ben Wiederhake
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-05-22
AK: Use calculate_base64_encoded_length in encode_base64
Idan Horowitz
2021-05-03
AK: Silence -Wmaybe-uninitialized warning
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2020-11-22
AK: Fix base64 decoding '/'
BenJilks
2020-10-13
Base64: Pre-allocate size of input and output
Lenny Maiorani
2020-10-13
Base64: constexpr initialization of alphabet and lookup table
Lenny Maiorani
2020-08-12
AK: Mark compilation-unit-only functions as static
Ben Wiederhake
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-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling