summaryrefslogtreecommitdiff
path: root/AK/BufferedStream.h
AgeCommit message (Expand)Author
2023-05-09AK: Add `OutputBufferedStream`Lucas CHOLLET
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-04-09LibCore: Fix corner case for files without newlinesRodrigo Tobar
2023-03-30AK: Refill a BufferedStream when it has less than the requested sizeTimothy Flynn
2023-03-30AK: Remove arbitrary 1 KB limit when filling a BufferedStream's bufferTimothy Flynn
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-04AK: Make `SeekableStream::truncate()` take a `size_t`Tim Schumacher
2023-01-29AK: Move buffered streams from `LibCore`Tim Schumacher