commit | 4b517ca93aaaead8aa6143aa2836dc96417653c6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 25 20:33:58 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 25 21:57:29 2011 +0100 |
tree | 5d3dd1885aa5ccb40d82271b2f6536b8c8da3ab7 | |
parent | 0f99e349780083834afc188b499357c87d5b04fd [diff] |
MEDIUM: buffers: add some new primitives and rework existing ones A number of primitives were missing for buffer management, and some of them were particularly awkward to use. Specifically, the functions used to compute free space could not always be used depending what was wrapping in the buffers. Some documentation has been added about how the buffers work and their properties. Some functions are still missing such as a buffer replacement which would support wrapping buffers.