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
/
CircularBuffer.cpp
Age
Commit message (
Expand
)
Author
2023-05-17
AK: Add `CircularBuffer::find_copy_in_seekback()`
Tim Schumacher
2023-05-09
AK: Add `CircularBuffer::flush_to_stream`
Lucas CHOLLET
2023-04-14
AK: Efficiently resize CircularBuffer seekback copy distance
Tim Schumacher
2023-04-05
AK+LibCompress: Break when seekback copying to a full CircularBuffer
Tim Schumacher
2023-04-05
AK: Report copied bytes when seekback copying from CircularBuffer
Tim Schumacher
2023-04-05
AK: Properly limit the internal seekback span for CircularBuffer
Tim Schumacher
2023-03-31
AK+LibCompress: Remove the Deflate back-reference intermediate buffer
Timothy Flynn
2023-03-30
AK: Remove arbitrary 1 KB limit when filling a BufferedStream's buffer
Timothy Flynn
2023-03-21
AK: Expose the seekback limit of CircularBuffer
Tim Schumacher
2023-01-15
AK+Test: Fix a logic error in `CircularBuffer::offset_of()`
Lucas CHOLLET
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-13
AK: Add `CircularBuffer::read_with_seekback`
Tim Schumacher
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET