haproxy/include/types
Willy Tarreau 175a2bb507 MINOR: connection: pass the proxy when creating a connection
Till now it was very difficult for a mux to know what proxy it was
working for. Let's pass the proxy when the mux is instanciated at
init() time. It's not yet used but the H1 mux will definitely need
it, just like the H2 mux when dealing with backend connections.
2018-09-12 17:39:22 +02:00
..
acl.h
action.h
applet.h MINOR: snapshot: restart on the event ID and not the stream ID 2018-09-07 15:00:43 +02:00
arg.h
auth.h
backend.h
cache.h
capture.h
channel.h
checks.h MINOR: checks: Give checks their own wait_list. 2018-09-12 17:37:55 +02:00
cli.h
compression.h
connection.h MINOR: connection: pass the proxy when creating a connection 2018-09-12 17:39:22 +02:00
counters.h
dns.h
fd.h
filters.h
freq_ctr.h
global.h
h1.h MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case 2018-09-12 17:38:26 +02:00
hdr_idx.h
hlua.h REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h MINOR: mworker: keep and clean the listeners 2018-09-11 10:23:24 +02:00
log.h
mailers.h
map.h
obj_type.h
pattern.h
peers.h
pipe.h
port_range.h
proto_http.h REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
proto_udp.h
protocol.h MEDIUM: protocol: use a custom AF_MAX to help protocol parser 2018-09-12 07:12:27 +02:00
proxy.h REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
queue.h
sample.h REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00
server.h BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file 2018-09-04 17:40:22 +02:00
session.h BUG/MEDIUM: session: fix reporting of handshake processing time in the logs 2018-09-05 16:30:23 +02:00
shctx.h
signal.h
spoe.h
ssl_sock.h
stats.h
stick_table.h
stream.h MEDIUM: add set-priority-class and set-priority-offset 2018-08-10 15:06:31 +02:00
stream_interface.h MINOR: stream_interface: Give stream_interface its own wait_list. 2018-08-16 17:29:54 +02:00
task.h
template.h
vars.h