Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh | |
We have a new, improved string type coming up in AK (OOM aware, no null state), and while it's going to use UTF-8, the name UTF8String is a mouthful - so let's free up the String name by renaming the existing class. Making the old one have an annoying name will hopefully also help with quick adoption :^) | |||
2022-07-14 | AK: Use the correct data types in bitap_bitwise() | Ali Mohammad Pur | |
Otherwise the bit twiddling goes all wrong and breaks some boundary cases. Fixes `StringView::contains(31-chars)`. | |||
2022-03-13 | AK: Add naive implementations of AK::timing_safe_compare | Brian Gianforcaro | |
For security critical code we need to have some way of performing constant time buffer comparisons. | |||
2022-03-13 | Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp | Brian Gianforcaro | |
Rename to create a new generic test group for the AK memory APIs. |