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