haproxy/include
Willy Tarreau 55372f646f MINOR: buffer: replace b{i,o}_put* with b_put*
The two variants now do exactly the same (appending at the tail of the
buffer) so let's not keep the distinction between these classes of
functions and have generic ones for this. It's also worth noting that
b{i,o}_putchk() wasn't used at all and was removed.
2018-07-19 16:23:43 +02:00
..
common MINOR: buffer: replace b{i,o}_put* with b_put* 2018-07-19 16:23:43 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: buffers: move "output" from struct buffer to struct channel 2018-07-19 16:23:43 +02:00
types MEDIUM: buffers: move "output" from struct buffer to struct channel 2018-07-19 16:23:43 +02:00