summaryrefslogtreecommitdiff
path: root/AK/CircularDuplexStream.h
AgeCommit message (Expand)Author
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2020-12-19AK: Remove bogus test case for CircularDuplexStream.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-01Streams: Distinguish recoverable and fatal errors.asynts
2020-08-26AK: Add CircularDuplexStream class.asynts