summaryrefslogtreecommitdiff
path: root/AK/CircularBuffer.h
AgeCommit message (Expand)Author
2023-04-05AK: Report copied bytes when seekback copying from CircularBufferTim Schumacher
2023-03-31AK+LibCompress: Remove the Deflate back-reference intermediate bufferTimothy Flynn
2023-03-30AK: Remove arbitrary 1 KB limit when filling a BufferedStream's bufferTimothy Flynn
2023-03-21AK: Expose the seekback limit of CircularBufferTim Schumacher
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-14AK: Default move operators for `CircularBuffer`Lucas CHOLLET
2023-01-13AK: Add `CircularBuffer::read_with_seekback`Tim Schumacher
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET