haproxy/include/types
Willy Tarreau 9650f37628 [MEDIUM] move connection establishment from backend to the SI.
The connection establishment was completely handled by backend.c which
normally just handles LB algos. Since it's purely TCP, it must move to
proto_tcp.c. Also, instead of calling it directly, we now call it via
the stream interface, which will later help us unify session handling.
2009-08-16 17:46:15 +02:00
..
acl.h [MEDIUM] acl: set types on all currently known ACL verbs 2008-07-25 19:31:03 +02:00
backend.h [MEDIUM] add support for RDP cookie load-balancing 2009-07-14 12:50:39 +02:00
buffers.h [MEDIUM] add support for RDP cookie persistence 2009-07-14 12:50:40 +02:00
capture.h
fd.h [MEDIUM] move connection establishment from backend to the SI. 2009-08-16 17:46:15 +02:00
freq_ctr.h [MEDIUM] measure and report session rate on frontend, backends and servers 2009-03-05 18:43:00 +01:00
global.h [MEDIUM] remove old experimental tcpsplice option 2009-08-16 13:20:32 +02:00
hdr_idx.h
httperr.h
log.h
pipe.h [MEDIUM] introduce pipe pools 2009-01-25 13:49:53 +01:00
port_range.h [MEDIUM] add support for binding to source port ranges during connect 2009-06-10 12:23:32 +02:00
proto_http.h [MEDIUM] http: add options to ignore invalid header names 2009-04-02 21:36:34 +02:00
proto_tcp.h [MAJOR] implement tcp request content inspection 2008-07-16 10:29:07 +02:00
protocols.h [MEDIUM] add support for TCP MSS adjustment for listeners 2009-06-14 18:48:19 +02:00
proxy.h [MEDIUM] remove old experimental tcpsplice option 2009-08-16 13:20:32 +02:00
queue.h
server.h [MEDIUM] add support for binding to source port ranges during connect 2009-06-10 12:23:32 +02:00
session.h [MEDIUM] implement error dump on unix socket with "show errors" 2009-03-04 15:53:18 +01:00
signal.h [MINOR] add basic signal handling functions 2009-05-10 09:24:23 +02:00
stream_interface.h [MEDIUM] move connection establishment from backend to the SI. 2009-08-16 17:46:15 +02:00
task.h [MINOR] show sess: report number of calls to each task 2009-03-28 17:54:35 +01:00
template.h