Age | Commit message (Expand) | Author |
---|---|---|
2021-01-02 | AK: Remove redundant compare() functions. | asynts |
2020-12-30 | AK: Replace some SFINAE with requires clauses, clean up existing ones | Andrew Kaster |
2020-12-09 | AK: Fix offset calculation error in DuplexMemoryStream::write. | asynts |
2020-12-09 | AK: Fix unsigned integer underflow in DuplexMemoryStream::write. | asynts |
2020-11-17 | AK: Fix OOB access in DuplexMemoryStream::offset_of() | AnotherTest |
2020-09-15 | AK: Re-add OutputMemoryStream for static buffers only. | asynts |
2020-09-15 | AK: Remove OutputMemoryStream for DuplexMemoryStream. | asynts |
2020-09-08 | Refactor: Replace usages of FixedArray with Array. | asynts |
2020-09-01 | AK: Add OutputMemoryStream class. | asynts |
2020-09-01 | AK: Move memory streams into their own header. | asynts |
2020-08-20 | AK: Rename TestMemoryStream.cpp to TestStream.cpp. | asynts |
2020-08-12 | AK: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-06 | AK: Add InputStream abstraction and InputMemoryStream implementation. | asynts |