haproxy/include
Willy Tarreau ac421118db DEBUG/MEDIUM: memory: optionally protect free data in pools
When debugging a core file, it's sometimes convenient to be able to
visit the released entries in the pools (typically last released
session). Unfortunately the first bytes of these entries are destroyed
by the link elements of the pool. And of course, most structures have
their most accessed elements at the beginning of the structure (typically
flags). Let's add a build-time option DEBUG_MEMORY_POOLS which allocates
an extra pointer in each pool to put the link at the end of each pool
item instead of the beginning.
2015-10-28 15:27:59 +01:00
..
common DEBUG/MEDIUM: memory: optionally protect free data in pools 2015-10-28 15:27:59 +01:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto MINOR: ssl: Add support for EC for the CA used to sign generated certificates 2015-10-09 12:13:12 +02:00
types MEDIUM: dns: Don't use the ANY query type 2015-10-20 22:31:01 +02:00