Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted | Tim Schumacher |
2023-03-13 | AK: Rename Stream::{read,write} to Stream::{read_some,write_some} | Tim Schumacher |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-01-29 | AK: Move memory streams from `LibCore` | Tim Schumacher |
2023-01-29 | AK: Deprecate the old `AK::Stream` | Tim Schumacher |
2023-01-20 | AK: Remove `DuplexMemoryStream` | Tim Schumacher |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |