summaryrefslogtreecommitdiff
path: root/Tests/AK/TestByteBuffer.cpp
AgeCommit message (Expand)Author
2023-02-10AK: Allow Vector<ByteBuffer>::contains_slow to accept (Readonly)BytesLuke Wilde
2023-01-31AK: Fix all quadratic-time append-loops over ByteBufferBen Wiederhake
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro