summaryrefslogtreecommitdiff
path: root/AK/MemoryStream.cpp
AgeCommit message (Expand)Author
2023-05-29AK: Correctly calculate size of the last AllocatingMemoryStream chunkTim Schumacher
2023-05-29AK: Handle empty trailing chunks in `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-05-29AK: Expose `AllocatingMemoryStream::CHUNK_SIZE`Tim Schumacher
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-10AK: Disallow returning of string literals for errors in kernel codeLiav A
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-04AK: Make `SeekableStream::truncate()` take a `size_t`Tim Schumacher
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher