Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
cb92825af9da222ef84674cf7837a534b8bd6a0f
/
src
/
dumpstats.c
081b336
BUILD: dumpstats: silencing warning for printf format specifier / time_t
by David Carlier
· 9 years ago
a1c2b2c
BUG/MEDIUM: cli: changing compression rate-limiting must require admin level
by Willy Tarreau
· 9 years ago
58102cf
MEDIUM: memory: add accounting for failed allocations
by Willy Tarreau
· 9 years ago
edb93a7
MINOR: cli: ability to set per-server maxconn
by Andrew Hayworth
· 9 years ago
061b5de
BUG/MINOR: config: make the stats socket pass the correct proxy to the parsers
by Willy Tarreau
· 9 years ago
e32d186
BUG/MINOR: Handle interactive mode in cli handler
by Andrew Hayworth
· 9 years ago
6457d0f
CLEANUP: cli: ensure we can never double-free error messages
by Willy Tarreau
· 9 years ago
68d0534
MINOR: cli: Dump all resolvers stats if no resolver section is given
by Andrew Hayworth
· 9 years ago
5cfa3bc
MINOR: cli: do not call the release handler on internal error.
by Willy Tarreau
· 9 years ago
c9e930a
BUG/MEDIUM: cli: properly handle closed output
by Willy Tarreau
· 9 years ago
68c00c7
BUG/MINOR: stats: do not call cli_release_handler 3 times
by Willy Tarreau
· 9 years ago
f1e0212
BUG/MAJOR: cli: do not dereference strm_li()->proto->name
by Willy Tarreau
· 9 years ago
9b6857e
MINOR: cli: new stats socket command: show backend
by Baptiste Assmann
· 9 years ago
2828946
MINOR: cli: new stats socket command: show servers state
by Baptiste Assmann
· 9 years ago
6cdea93
MINOR: dns: dns_nameserver structure update: new counter for truncated response
by Baptiste Assmann
· 9 years ago
5d24ebc
MEDIUM: stick-tables: use the sample type names
by Thierry FOURNIER
· 9 years ago
7d4335c
MEDIUM: pattern/map: Maps can returns various types
by Thierry FOURNIER
· 9 years ago
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· 9 years ago
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· 9 years ago
503bb09
MINOR: samples: rename some struct member from "smp" to "data"
by Thierry FOURNIER
· 9 years ago
cc79b00
BUG/MINOR: ssl: TLS Ticket Key rotation broken via socket command
by Pradeep Jindal
· 9 years ago
03d0e45
MEDIUM: cli: rely on the map's output type instead of the sample type
by Thierry FOURNIER
· 9 years ago
4e5d58e
MINOR: stats: improve compression stats reporting
by Willy Tarreau
· 9 years ago
666f504
BUILD/MINOR: stats: fix build warning due to condition always true
by Willy Tarreau
· 9 years ago
3863f97
MINOR: dns: add DNS statistics
by Baptiste Assmann
· 9 years ago
3d8f831
MEDIUM: server: change server ip address from stats socket
by Baptiste Assmann
· 10 years ago
be1ccae
MEDIUM: stats: escape some strings in the CSV dump
by Thierry FOURNIER
· 9 years ago
e2dc1fa
MEDIUM: stick-table: remove the now duplicate find_stktable() function
by Willy Tarreau
· 9 years ago
9e0bb10
CLEANUP: proxy: make the proxy lookup functions more user-friendly
by Willy Tarreau
· 9 years ago
200b0fa
MEDIUM: Add support for updating TLS ticket keys via socket
by Nenad Merdanovic
· 9 years ago
6bcb95d
BUG/MEDIUM: stats: properly initialize the scope before dumping stats
by Willy Tarreau
· 10 years ago
fe12793
MEDIUM: applet: make the applets only use si_applet_{cant|want|stop}_{get|put}
by Willy Tarreau
· 10 years ago
d4da196
MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler
by Willy Tarreau
· 10 years ago
b9c8911
MEDIUM: dumpstats: don't unregister the applet anymore
by Willy Tarreau
· 10 years ago
828824a
MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers
by Willy Tarreau
· 10 years ago
3057645
CLEANUP: applet: rename struct si_applet to applet
by Willy Tarreau
· 10 years ago
8a8d83b
REORG: applet: move the applet definitions out of stream_interface
by Willy Tarreau
· 10 years ago
00a37f0
MEDIUM: applet: make the applet not depend on a stream interface anymore
by Willy Tarreau
· 10 years ago
b167b6b
MEDIUM: stats: Differentiate between DRAIN and DRAIN (agent)
by Simon Horman
· 10 years ago
4463d19
MEDIUM: stats: Only report drain state in stats if server has SRV_ADMF_DRAIN set
by Simon Horman
· 10 years ago
837bfa7
MEDIUM: stats: Separate server state and colour in stats
by Simon Horman
· 10 years ago
4d2eab6
MEDIUM: stats: Add enum srv_stats_state
by Simon Horman
· 10 years ago
9903f0e
REORG: session: move the session parts out of stream.c
by Willy Tarreau
· 10 years ago
d0d8da9
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin
by Willy Tarreau
· 10 years ago
eee5b51
MAJOR: http: move http_txn out of struct stream
by Willy Tarreau
· 10 years ago
9ad7bd4
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
by Willy Tarreau
· 10 years ago
e36cbcb
MEDIUM: stream: move the frontend's pointer to the session
by Willy Tarreau
· 10 years ago
fb0afa7
MEDIUM: stream: move the listener's pointer to the session
by Willy Tarreau
· 10 years ago
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· 10 years ago
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· 10 years ago
10b688f
MEDIUM: listener: store the default target per listener
by Willy Tarreau
· 10 years ago
512fd00
CLEANUP: listeners: remove unused timeout
by Willy Tarreau
· 10 years ago
32b60d4
MEDIUM: stats: use frontend_accept() as the accept function
by Willy Tarreau
· 10 years ago
f87ab94
MINOR: proxy: store the default target into the frontend's configuration
by Willy Tarreau
· 10 years ago
bc18da1
MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put*
by Willy Tarreau
· 10 years ago
2dbbf4d
MEDIUM: stats: proxied stats admin forms fix
by Jeff Buchbinder
· 10 years ago
4e4292b
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers
by Willy Tarreau
· 10 years ago
2bb4a96
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels
by Willy Tarreau
· 10 years ago
22ec1ea
REORG/MAJOR: move session's req and resp channels back into the session
by Willy Tarreau
· 10 years ago
b197d7f
BUG/MINOR: stats:Fix incorrect printf type.
by Warren Turkal
· 10 years ago
0766e44
MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
by Simon Horman
· 10 years ago
3c23a85
CLEANUP: session: remove session_from_task()
by Willy Tarreau
· 10 years ago
9841019
MINOR: stats: report a "waiting" flags for sessions
by Willy Tarreau
· 10 years ago
07e78c5
MINOR: map/acl/dumpstats: remove the "Done." message
by Thierry FOURNIER
· 10 years ago
e4e30f7
BUILD: ssl: use OPENSSL_NO_OCSP to detect OCSP support
by Lukas Tribus
· 10 years ago
44cf545
BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
by Willy Tarreau
· 10 years ago
08afdcb
MINOR: stats: fix minor typo fix in stats_dump_errors_to_buffer()
by Olivier Doucet
· 10 years ago
656c5fa
BUILD: ssl: disable OCSP when using boringssl
by Lukas Tribus
· 10 years ago
8c27bca
MINOR: stats: fix minor typo in HTML page
by Marco Corte
· 10 years ago
af4ef74
MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response'
by Emeric Brun
· 10 years ago
4147b2e
MEDIUM: ssl: basic OCSP stapling support.
by Emeric Brun
· 10 years ago
f5b1cc3
MEDIUM: stats: report per-backend and per-server time stats in HTML and CSV outputs
by Willy Tarreau
· 10 years ago
a28df3e
MEDIUM: stats: report the last check and last agent's output on the CSV status
by Willy Tarreau
· 10 years ago
ac49707
BUILD: stats: workaround stupid and bogus -Werror=format-security behaviour
by Willy Tarreau
· 10 years ago
ce3f913
MINOR: stats: add counters for SSL cache lookups and misses
by Willy Tarreau
· 10 years ago
0c9c272
MINOR: stats: report SSL key computations per second
by Willy Tarreau
· 10 years ago
248a60e
MINOR: stats: improve the stats web page to support more actions
by Willy Tarreau
· 10 years ago
cf2924b
MEDIUM: stats: report down caused by agent prior to reporting up
by Willy Tarreau
· 10 years ago
9b5aecd
MEDIUM: cli: add support for enabling/disabling health checks.
by Willy Tarreau
· 10 years ago
29e50f7
BUG/MINOR: cli: "agent" was missing from the "enable"/"disable" help message
by Willy Tarreau
· 10 years ago
9638efa
MINOR: stats: report a distinct output for DOWN caused by agent
by Willy Tarreau
· 10 years ago
2a4b70f
MINOR: cli: introduce a new "set server" command
by Willy Tarreau
· 10 years ago
ed7df90
MEDIUM: stats: introduce new actions to simplify admin status management
by Willy Tarreau
· 10 years ago
fae3a7e
MINOR: stats: use the admin flags for soft enable/disable/stop/start on the web page
by Willy Tarreau
· 10 years ago
bfc7b7a
MAJOR: checks: add support for a new "drain" administrative mode
by Willy Tarreau
· 10 years ago
f4e38b3
MEDIUM: stats: report a server's own state instead of the tracked one's
by Willy Tarreau
· 10 years ago
3209123
MEDIUM: server: allow multi-level server tracking
by Willy Tarreau
· 10 years ago
a0066dd
MEDIUM: server: properly support and propagate the maintenance status
by Willy Tarreau
· 10 years ago
892337c
MAJOR: server: use states instead of flags to store the server state
by Willy Tarreau
· 10 years ago
2012521
REORG/MEDIUM: server: move the maintenance bits out of the server state
by Willy Tarreau
· 10 years ago
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· 10 years ago
efe2822
BUG/MINOR: stats: tracking servers may incorrectly report an inherited DRAIN status
by Willy Tarreau
· 10 years ago
e21f849
BUG/MINOR: stats: do not report "100%" in the thottle column when server is draining
by Willy Tarreau
· 10 years ago
02615f9
MINOR: server: remove the SRV_DRAIN flag which can always be deduced
by Willy Tarreau
· 10 years ago
d03fdf4
MINOR: stats: improve alignment of color codes to save one line of header
by Willy Tarreau
· 10 years ago
c7fa7db
OPTIM: stats: avoid the calculation of a useless link on tracking servers in maintenance
by Cyril Bonté
· 10 years ago
d5de76a
BUG/MINOR: stats: fix a typo on a closing tag for a server tracking another one
by Cyril Bonté
· 10 years ago
a9db57e
MEDIUM: config: limit nbproc to the machine's word size
by Willy Tarreau
· 12 years ago
e47e4e2
BUG/MEDIUM: patterns: last fix was still not enough
by Thierry FOURNIER
· 11 years ago
a631fc8
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
by Willy Tarreau
· 11 years ago
Next »