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
/
Buffered.h
Age
Commit message (
Expand
)
Author
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2021-12-17
AK: Bypass Buffered's buffer for large reads
kleines Filmröllchen
2021-11-28
AK: Expose Buffered's buffer size and underlying stream
kleines Filmröllchen
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