Willy Tarreau
af81935b82
REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h}
...
These functions do not depend on the channel flags anymore thus they're
much better suited to be used on plain buffers. Move them from channel
to buffer.
2012-09-03 20:47:33 +02:00
Willy Tarreau
42d06661a2
MINOR: buffer: provide a new buffer_full() function
...
This one only focuses on the input part of the buffer and is dedicated
to analysers.
2012-09-03 20:47:33 +02:00
Willy Tarreau
a75bcef867
REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h
...
These one now operate over real buffers, not channels anymore.
2012-09-03 20:47:32 +02:00
Willy Tarreau
c7e4238df0
REORG: buffers: split buffers into chunk,buffer,channel
...
Many parts of the channel definition still make use of the "buffer" word.
2012-09-03 20:47:32 +02:00