haproxy/include
Willy Tarreau f48919aafb MINOR: buffers: add a new b_move() function
This function will be used to move parts of a buffer to another place
in the same buffer, even if the parts overlap. In order to keep things
under reasonable control, it only uses a length and absolute offsets
for the source and destination, and doesn't consider head nor data.
2018-12-24 11:45:00 +01:00
..
common MINOR: buffers: add a new b_move() function 2018-12-24 11:45:00 +01:00
import
proto MINOR: ssl: Add ssl_sock_set_alpn(). 2018-12-21 19:53:30 +01:00
types MEDIUM: checks: Add check-alpn. 2018-12-21 19:54:16 +01:00