haproxy/include
Willy Tarreau 372d6708fb MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet
si_prepare_embedded() was used both to attach an applet and to detach
anything from a stream interface. Split it into si_prepare_none() to
detach and si_prepare_applet() to attach an applet.

si->conn->target is now assigned from within these two functions instead
of their respective callers.
2013-12-09 15:40:22 +01:00
..
common MINOR: tools: function my_memmem() to lookup binary contents 2013-12-06 11:50:47 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet 2013-12-09 15:40:22 +01:00
types MINOR: stream-int: rename ->applet to ->appctx 2013-12-09 15:40:22 +01:00