summaryrefslogtreecommitdiff
path: root/Tests/AK/TestMemoryStream.cpp
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-20AK: Remove `DuplexMemoryStream`Tim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro