Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2020-11-22 | AK: Cleanup missing includes and #ifdef evaluation | Lenny Maiorani |
2020-10-03 | AK: Replace a write_or_error call with write. | asynts |
2020-10-03 | AK: Make Buffered<T> non-copyable. | asynts |
2020-10-03 | AK: Add missing Bytes::slice call in Buffered<T>. | asynts |
2020-09-14 | AK: Lower the requirements for InputStream::eof and rename it. | asynts |
2020-09-06 | Streams: Consistent behaviour when reading from stream with error. | asynts |
2020-09-06 | AK: Add Buffered<T> which wraps a stream, adding input buffering. | asynts |