Age | Commit message (Expand) | Author |
---|---|---|
2020-09-21 | LibAudio: Use InputMemoryStream instead of BufferStream. | asynts |
2020-09-21 | AK: Add OutputMemoryStream::is_end. | asynts |
2020-09-15 | AK: Add OutputMemoryStream::fill_to_end. | asynts |
2020-09-15 | AK: Re-add OutputMemoryStream for static buffers only. | asynts |
2020-09-15 | AK: Remove OutputMemoryStream for DuplexMemoryStream. | asynts |
2020-09-14 | AK: Lower the requirements for InputStream::eof and rename it. | asynts |
2020-09-11 | AK: Calculate the chunk index correctly in DuplexMemoryStream. | asynts |
2020-09-06 | Streams: Consistent behaviour when reading from stream with error. | asynts |
2020-09-01 | AK: Add OutputMemoryStream class. | asynts |
2020-09-01 | AK: Add DuplexMemoryStream::copy_into_contiguous_buffer. | asynts |
2020-09-01 | AK: Move memory streams into their own header. | asynts |