index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
MemoryStream.h
Age
Commit message (
Expand
)
Author
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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-12-08
AK: Fix reading across chunks in DuplexMemoryStream
AnotherTest
2020-12-08
AK: Implement DuplexMemoryStream::offset_of() in terms of memmem()
AnotherTest
2020-11-24
AK: Add IntrusiveList::take_last()
Andreas Kling
2020-11-17
AK: Fix OOB access in DuplexMemoryStream::offset_of()
AnotherTest
2020-11-13
AK: Fix inverted condition in unsigned LEB128 decode
Andreas Kling
2020-11-08
AK: Use reference algorithms for LEB128 parsing
Andreas Kling
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