Age | Commit message (Expand) | Author |
---|---|---|
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-01-29 | AK: Move bit streams from `LibCore` | Tim Schumacher |
2023-01-29 | AK: Move `Stream` and `SeekableStream` from `LibCore` | Tim Schumacher |
2023-01-28 | AK: Remove `try_` prefix from FixedArray creation functions | Linus Groh |
2023-01-10 | LibCore: Rename InputBitStream.h to BitStream.h | Tim Schumacher |
2022-12-12 | LibCore: Remove `Stream::is_{readable,writable}` | Tim Schumacher |
2022-05-21 | LibCompress: Implement Brotli decompressor | Michiel Visser |