haproxy/include/proto
Willy Tarreau b7451bb660 MEDIUM: acl: report parsing errors to the caller
All parsing errors were known but impossible to return. Now by making use
of memprintf(), we're able to build meaningful error messages that the
caller can display.
2012-05-08 20:57:20 +02:00
..
acl.h MEDIUM: acl: report parsing errors to the caller 2012-05-08 20:57:20 +02:00
arg.h MEDIUM: add a new typed argument list parsing framework 2012-05-08 20:57:10 +02:00
auth.h MAJOR: acl: make use of the new sample struct and get rid of acl_test 2012-05-08 20:57:14 +02:00
backend.h MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down 2012-05-08 20:57:16 +02:00
buffers.h MEDIUM: buffers: rename a number of buffer management functions 2012-05-08 20:56:56 +02:00
checks.h CLEANUP: Make check_statuses, analyze_statuses and process_chk static 2012-03-24 21:54:19 +01:00
cttproxy.h
dumpstats.h MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes 2012-04-05 09:58:27 +02:00
fd.h
freq_ctr.h
frontend.h MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET 2012-04-07 18:03:52 +02:00
hdr_idx.h OPTIM/MINOR: move the hdr_idx pools out of the proxy struct 2011-10-24 18:15:04 +02:00
lb_chash.h
lb_fas.h MEDIUM: backend: add the 'first' balancing algorithm 2012-02-21 22:27:27 +01:00
lb_fwlc.h
lb_fwrr.h
lb_map.h
log.h MEDIUM: log: Unique ID 2012-04-07 16:25:26 +02:00
pattern.h MEDIUM: acl/pattern: use the same direction scheme 2012-05-08 20:57:17 +02:00
peers.h
pipe.h
port_range.h
proto_http.h MEDIUM: http: merge acl and pattern header fetch functions 2012-05-08 20:57:19 +02:00
proto_tcp.h MEDIUM: acl/pattern: use the same direction scheme 2012-05-08 20:57:17 +02:00
proto_uxst.h
protocols.h
proxy.h [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime 2011-09-07 22:50:52 +02:00
queue.h BUG/MEDIUM: zero-weight servers must not dequeue requests from the backend 2012-01-20 16:18:53 +01:00
server.h
session.h [MEDIUM] session: make session_shutdown() an independant function 2011-09-07 23:01:56 +02:00
signal.h
stick_table.h MEDIUM: acl/pattern: use the same direction scheme 2012-05-08 20:57:17 +02:00
stream_interface.h
stream_sock.h MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET 2012-04-07 18:03:52 +02:00
task.h
template.h