haproxy/include/types
Baptiste Assmann 22b09d2393 MINOR: include comment in tcpcheck error log
tcpcheck error messages include the step id where the error occurs.
In some cases, this is not enough. Now, HAProxy also use the comment
field of the latest tcpcheck rule which has been run.
This commit allows HAProxy to parse a new directive in the tcpcheck
ruleset: 'comment'.
It is used to setup comments on the current tcpcheck rules.
2015-05-12 11:04:39 +02:00
..
acl.h REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
applet.h MEDIUM: applet: add basic support for an applet run queue 2015-04-23 17:56:16 +02:00
arg.h
auth.h
backend.h
capture.h
channel.h MEDIUM: stream: move HTTP request body analyser before process_common 2015-05-02 00:10:44 +02:00
checks.h MINOR: include comment in tcpcheck error log 2015-05-12 11:04:39 +02:00
compression.h MAJOR: compression: integrate support for libslz 2015-03-29 03:32:06 +02:00
connection.h
counters.h
fd.h
freq_ctr.h
global.h MAJOR: pattern: add LRU-based cache on pattern matching 2015-04-29 19:15:24 +02:00
hdr_idx.h
hlua.h MINOR: lua: map system integration in Lua 2015-04-07 15:56:21 +02:00
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h MEDIUM: listener: store the default target per listener 2015-03-13 16:45:37 +01:00
log.h MEDIUM: logs: Add HTTP request-line log format directives 2015-04-28 21:03:05 +02:00
mailers.h
map.h MEDIUM: map: uses HAProxy facilities to store default value 2015-03-13 14:10:30 +01:00
obj_type.h CLEANUP: applet: rename struct si_applet to applet 2015-04-23 17:56:16 +02:00
pattern.h MEDIUM: pattern: add a revision to all pattern expressions 2015-04-29 19:15:24 +02:00
peers.h MINOR: peers: store the pointer to the signal handler 2015-05-01 20:16:31 +02:00
pipe.h
port_range.h
proto_http.h DOC: fix the comments about the meaning of msg->sol in HTTP 2015-05-01 23:24:31 +02:00
proto_tcp.h REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
protocol.h
proxy.h MEDIUM: http: add a new option http-buffer-request 2015-05-02 00:10:44 +02:00
queue.h REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
sample.h MEDIUM: sample: change the prototype of sample-fetches functions 2015-05-11 20:03:08 +02:00
server.h
session.h MEDIUM: session: remove the task pointer from the session 2015-04-06 11:37:32 +02:00
signal.h
ssl_sock.h
stick_table.h REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
stream_interface.h MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O 2015-04-23 17:56:17 +02:00
stream.h BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset 2015-04-20 13:46:20 +02:00
task.h
template.h