summaryrefslogtreecommitdiff
path: root/AK/CircularBuffer.cpp
AgeCommit message (Expand)Author
2023-05-09AK: Add `CircularBuffer::flush_to_stream`Lucas CHOLLET
2023-04-14AK: Efficiently resize CircularBuffer seekback copy distanceTim Schumacher
2023-04-05AK+LibCompress: Break when seekback copying to a full CircularBufferTim Schumacher
2023-04-05AK: Report copied bytes when seekback copying from CircularBufferTim Schumacher
2023-04-05AK: Properly limit the internal seekback span for 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-15AK+Test: Fix a logic error in `CircularBuffer::offset_of()`Lucas CHOLLET
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-13AK: Add `CircularBuffer::read_with_seekback`Tim Schumacher
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET