haproxy/include
Willy Tarreau 64bca9d36a MINOR: applet: rename applet_runq to applet_active_queue
This is not a real run queue and we're facing ugly bugs because
if this : if a an applet removes another applet from the queue,
typically the next one after itself, the list iterator loops
forever because the list's backup pointer is not valid anymore.
Before creating a run queue, let's rename this list.
2015-09-25 18:02:44 +02:00
..
common MEDIUM: tools: make str2sa_range() optionally return the FQDN 2015-09-08 15:50:19 +02:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto MINOR: applet: rename applet_runq to applet_active_queue 2015-09-25 18:02:44 +02:00
types MINOR: action: add reference to the original keywork matched for the called parser. 2015-09-23 21:44:23 +02:00