haproxy/src
Willy Tarreau 5b9bdff007 MINOR: stats: report number of intercepted requests for frontend and backends
This was reported in HTML dumps already but not CSV. It reports the
number of monitor and stats requests. Ideally use-service and redirs
should be accounted for as well.
2016-03-11 17:08:05 +01:00
..
51d.c CLEANUP: 51d: Aligned if statements with HAProxy best practices and removed casts from malloc. 2016-01-13 12:10:44 +01:00
acl.c
applet.c
arg.c
auth.c
backend.c BUG/MAJOR: samples: check smp->strm before using it 2016-03-10 16:42:58 +01:00
base64.c
buffer.c BUG/MEDIUM: buffers: do not round up buffer size during allocation 2016-01-25 02:31:18 +01:00
cfgparse.c BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly 2016-02-24 07:38:37 +01:00
channel.c BUG/MEDIUM: chunks: always reject negative-length chunks 2016-02-25 16:24:14 +01:00
checks.c MINOR: mailers: make it possible to configure the connection timeout 2016-02-20 15:33:06 +01:00
chunk.c BUG/MEDIUM: chunks: always reject negative-length chunks 2016-02-25 16:24:14 +01:00
compression.c REORG: filters: Prepare creation of the HTTP compression filter 2016-02-09 14:53:15 +01:00
connection.c
da.c BUG/MEDIUM: da: stop DeviceAtlas processing in the convertor if there is no input. 2015-12-03 11:37:01 +01:00
dns.c MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network 2016-02-19 14:37:49 +01:00
dumpstats.c MINOR: stats: report number of intercepted requests for frontend and backends 2016-03-11 17:08:05 +01:00
ev_epoll.c
ev_kqueue.c
ev_poll.c
ev_select.c
fd.c
filters.c MINOR: filters: Extract proxy stuff from the struct filter 2016-02-09 14:53:15 +01:00
flt_http_comp.c BUG/MAJOR: samples: check smp->strm before using it 2016-03-10 16:42:58 +01:00
flt_trace.c MINOR: filters: Extract proxy stuff from the struct filter 2016-02-09 14:53:15 +01:00
freq_ctr.c
frontend.c
haproxy-systemd-wrapper.c MINOR: systemd: ensure a reload doesn't mask a stop 2016-02-27 08:28:43 +01:00
haproxy.c MEDIUM: log: add a new log format flag "E" 2016-02-12 13:36:47 +01:00
hash.c
hdr_idx.c
hlua.c BUG/MAJOR: vars: always retrieve the stream and session from the sample 2016-03-10 17:28:04 +01:00
hlua_fcn.c DOC: lua: copyrights 2016-02-19 13:24:21 +01:00
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c
log.c MEDIUM: log: add a new log format flag "E" 2016-02-12 13:36:47 +01:00
lru.c MINOR: lru: new function to delete <nb> least recently used keys 2016-01-11 07:31:35 +01:00
mailers.c
map.c CLEANUP: map: Avoid memory leak in out-of-memory condition. 2016-03-08 12:55:06 +01:00
memory.c MEDIUM: pools: add a new flag to avoid rounding pool size up 2016-01-25 02:31:18 +01:00
namespace.c BUG/MEDIUM: namespaces: don't fail if no namespace is used 2015-10-20 15:29:00 +02:00
pattern.c CLEANUP: pattern: Ignore unknown samples in pat_match_ip(). 2016-03-08 12:55:06 +01:00
payload.c CLEANUP: payload: remove useless and confusing nullity checks for channel buffer 2016-03-10 17:28:04 +01:00
peers.c BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. 2015-12-16 15:50:22 +01:00
pipe.c
proto_http.c BUG/MAJOR: vars: always retrieve the stream and session from the sample 2016-03-10 17:28:04 +01:00
proto_tcp.c MEDIUM: server: implement TCP_USER_TIMEOUT on the server 2015-10-13 16:18:27 +02:00
proto_udp.c
proto_uxst.c MINOR: unix: don't mention free ports on EAGAIN 2016-01-26 21:11:51 +01:00
protocol.c
proxy.c MINOR: filters: Extract proxy stuff from the struct filter 2016-02-09 14:53:15 +01:00
queue.c
raw_sock.c
rbtree.c
regex.c
sample.c BUG/MAJOR: vars: always retrieve the stream and session from the sample 2016-03-10 17:28:04 +01:00
server.c BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs 2016-03-08 15:20:25 +01:00
session.c MAJOR: filters: Add filters support 2016-02-09 14:53:15 +01:00
shctx.c
signal.c
ssl_sock.c BUG/MINOR: ssl: fix usage of the various sample fetch functions 2016-03-10 17:28:05 +01:00
standard.c MINOR: common: mask conversion 2016-02-19 14:37:41 +01:00
stick_table.c BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch the table 2016-01-25 14:56:33 +01:00
stream.c BUG/MAJOR: vars: always retrieve the stream and session from the sample 2016-03-10 17:28:04 +01:00
stream_interface.c BUG/MEDIUM: stream-int: avoid double-call to applet->release 2015-09-25 21:16:03 +02:00
task.c
time.c
trace.c
uri_auth.c
vars.c BUG/MAJOR: vars: always retrieve the stream and session from the sample 2016-03-10 17:28:04 +01:00
xxhash.c