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