summaryrefslogtreecommitdiff
path: root/include/haproxy/buf.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: buffer: add br_single() to check if a buffer ring has more than one bufWilly Tarreau2023-03-161-0/+8
* MINOR: buffer: add br_count() to return the number of allocated bufsWilly Tarreau2023-03-161-0/+11
* BUG/MAJOR: buf: Fix copy of wrapping output data when a buffer is realignedChristopher Faulet2023-01-051-1/+1
* MINOR: buffers: split b_force_xfer() into b_cpy() and b_force_xfer()William Lallemand2022-10-131-5/+21
* BUG/MINOR: buffer: fix debugging condition in b_peek_varint()Willy Tarreau2022-03-111-1/+1
* DEBUG: buf: add BUG_ON_HOT() to most buffer management functionsWilly Tarreau2022-02-281-0/+38
* DEBUG: buf: replace some sensitive BUG_ON() with BUG_ON_HOT()Willy Tarreau2022-02-281-11/+11
* DEBUG: buffer: check in __b_put_blk() whether the buffer room is respectedWilly Tarreau2022-02-181-0/+2
* BUG/MAJOR: buf: fix varint API post- vs pre- incrementWilly Tarreau2021-10-211-4/+4
* MINOR: buf: Add b_force_xfer() functionFrédéric Lécaille2021-09-231-0/+33
* MINOR: buf: Add function to realign a buffer with a specific head positionChristopher Faulet2021-05-251-0/+31
* REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.hWilly Tarreau2020-06-111-0/+1022