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
/
Stream.h
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
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-30
AK: Replace some SFINAE with requires clauses, clean up existing ones
Andrew Kaster
2020-10-03
Everywhere: Fix more typos
Linus Groh
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
2020-09-01
AK: Move memory streams into their own header.
asynts
2020-09-01
AK: Remove history from DuplexMemoryStream.
asynts
2020-09-01
Streams: Distinguish recoverable and fatal errors.
asynts
2020-08-30
AK: Stream operators for String for generic streams.
asynts
2020-08-29
AK: Don't swap endianness when writing endian wrappers to stream.
asynts
2020-08-26
AK: Add stream operators for Optional.
asynts
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-21
AK: Add Stream::offset_of(ReadonlyBytes)
AnotherTest
2020-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-20
AK: Remove unnecessary FIXME comments from Stream.h.
asynts
2020-08-20
AK: Rename error() to has_error() for streams.
asynts
2020-08-20
AK: Remove fatal() from InputStream.
asynts
2020-08-17
AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compiler
Brian Gianforcaro
2020-08-07
AK: Remove unnecessary clang-format off comments.
asynts
2020-08-06
AK: Remove Stream::operator bool()
Andreas Kling
2020-08-06
LibDebug: Use InputMemoryStream instead of BufferStream.
asynts
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts