summaryrefslogtreecommitdiff
path: root/src/cbuf.h
AgeCommit message (Collapse)Author
2019-01-07Revert "cbuf: remove range checking function"Richard Braun
This reverts commit fc51b4a0b2f4f3e0546054b8262afded30e1f1c1. Turns out there are users of this function outside the library, so keep it around.
2018-12-27cbuf: minor changesRichard Braun
2018-12-27cbuf: remove range checking functionRichard Braun
There isn't a single case where the range check cannot be replaced with an index check, which is slightly lighter.
2018-08-31cbuf: make read functions accept NULL output buffersRichard Braun
2018-08-31cbuf: new start/end assignment functionsRichard Braun
2018-08-25cbuf: make empty reads succeedRichard Braun
Getting an error when reading 0 bytes is surprising compared to common read interfaces.
2018-02-21cbuf: new cbuf_avail_size functionRichard Braun
2018-02-21Don't use reserved identifiersRichard Braun
2018-01-04Move sources to new src/ directoryRichard Braun