Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
bd99d5818d0beea8458189ba22989b0183cd6785
/
src
/
dumpstats.c
5d24ebc
MEDIUM: stick-tables: use the sample type names
by Thierry FOURNIER
· Fri Jul 24 08:46:42 2015 +0200
7d4335c
MEDIUM: pattern/map: Maps can returns various types
by Thierry FOURNIER
· Wed Aug 19 09:05:25 2015 +0200
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· Wed Aug 19 09:07:19 2015 +0200
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· Wed Aug 19 09:00:18 2015 +0200
503bb09
MINOR: samples: rename some struct member from "smp" to "data"
by Thierry FOURNIER
· Wed Aug 19 08:35:43 2015 +0200
cc79b00
BUG/MINOR: ssl: TLS Ticket Key rotation broken via socket command
by Pradeep Jindal
· Thu Aug 20 18:25:17 2015 +0530
03d0e45
MEDIUM: cli: rely on the map's output type instead of the sample type
by Thierry FOURNIER
· Thu Jul 23 18:33:41 2015 +0200
4e5d58e
MINOR: stats: improve compression stats reporting
by Willy Tarreau
· Sat Jul 04 14:35:15 2015 +0200
666f504
BUILD/MINOR: stats: fix build warning due to condition always true
by Willy Tarreau
· Wed Jun 17 19:49:52 2015 +0200
3863f97
MINOR: dns: add DNS statistics
by Baptiste Assmann
· Sun May 17 00:33:24 2015 +0200
3d8f831
MEDIUM: server: change server ip address from stats socket
by Baptiste Assmann
· Mon Apr 13 22:54:33 2015 +0200
be1ccae
MEDIUM: stats: escape some strings in the CSV dump
by Thierry FOURNIER
· Thu May 28 16:02:01 2015 +0200
e2dc1fa
MEDIUM: stick-table: remove the now duplicate find_stktable() function
by Willy Tarreau
· Tue May 26 12:08:07 2015 +0200
9e0bb10
CLEANUP: proxy: make the proxy lookup functions more user-friendly
by Willy Tarreau
· Tue May 26 11:24:42 2015 +0200
200b0fa
MEDIUM: Add support for updating TLS ticket keys via socket
by Nenad Merdanovic
· Sat May 09 08:46:01 2015 +0200
6bcb95d
BUG/MEDIUM: stats: properly initialize the scope before dumping stats
by Willy Tarreau
· Mon May 04 18:07:56 2015 +0200
fe12793
MEDIUM: applet: make the applets only use si_applet_{cant|want|stop}_{get|put}
by Willy Tarreau
· Tue Apr 21 19:23:39 2015 +0200
d4da196
MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler
by Willy Tarreau
· Mon Apr 20 01:31:23 2015 +0200
b9c8911
MEDIUM: dumpstats: don't unregister the applet anymore
by Willy Tarreau
· Mon Apr 20 01:08:05 2015 +0200
828824a
MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers
by Willy Tarreau
· Sun Apr 19 17:20:03 2015 +0200
3057645
CLEANUP: applet: rename struct si_applet to applet
by Willy Tarreau
· Mon Apr 13 13:50:30 2015 +0200
8a8d83b
REORG: applet: move the applet definitions out of stream_interface
by Willy Tarreau
· Mon Apr 13 13:24:54 2015 +0200
00a37f0
MEDIUM: applet: make the applet not depend on a stream interface anymore
by Willy Tarreau
· Mon Apr 13 12:05:19 2015 +0200
b167b6b
MEDIUM: stats: Differentiate between DRAIN and DRAIN (agent)
by Simon Horman
· Thu Apr 23 14:51:29 2015 +0900
4463d19
MEDIUM: stats: Only report drain state in stats if server has SRV_ADMF_DRAIN set
by Simon Horman
· Thu Apr 23 14:51:28 2015 +0900
837bfa7
MEDIUM: stats: Separate server state and colour in stats
by Simon Horman
· Thu Apr 23 14:51:27 2015 +0900
4d2eab6
MEDIUM: stats: Add enum srv_stats_state
by Simon Horman
· Thu Apr 23 14:51:26 2015 +0900
9903f0e
REORG: session: move the session parts out of stream.c
by Willy Tarreau
· Sat Apr 04 18:50:31 2015 +0200
d0d8da9
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin
by Willy Tarreau
· Sat Apr 04 02:10:38 2015 +0200
eee5b51
MAJOR: http: move http_txn out of struct stream
by Willy Tarreau
· Fri Apr 03 23:46:31 2015 +0200
9ad7bd4
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
by Willy Tarreau
· Fri Apr 03 19:19:59 2015 +0200
e36cbcb
MEDIUM: stream: move the frontend's pointer to the session
by Willy Tarreau
· Fri Apr 03 15:40:56 2015 +0200
fb0afa7
MEDIUM: stream: move the listener's pointer to the session
by Willy Tarreau
· Fri Apr 03 14:46:27 2015 +0200
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· Fri Apr 03 01:14:29 2015 +0200
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· Fri Apr 03 00:22:06 2015 +0200
10b688f
MEDIUM: listener: store the default target per listener
by Willy Tarreau
· Fri Mar 13 16:43:12 2015 +0100
512fd00
CLEANUP: listeners: remove unused timeout
by Willy Tarreau
· Fri Mar 13 16:25:15 2015 +0100
32b60d4
MEDIUM: stats: use frontend_accept() as the accept function
by Willy Tarreau
· Fri Mar 13 16:14:57 2015 +0100
f87ab94
MINOR: proxy: store the default target into the frontend's configuration
by Willy Tarreau
· Fri Mar 13 15:55:16 2015 +0100
bc18da1
MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put*
by Willy Tarreau
· Fri Mar 13 14:00:47 2015 +0100
2dbbf4d
MEDIUM: stats: proxied stats admin forms fix
by Jeff Buchbinder
· Fri Aug 29 15:10:08 2014 -0500
4e4292b
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers
by Willy Tarreau
· Fri Nov 28 12:18:45 2014 +0100
2bb4a96
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels
by Willy Tarreau
· Fri Nov 28 11:11:05 2014 +0100
22ec1ea
REORG/MAJOR: move session's req and resp channels back into the session
by Willy Tarreau
· Thu Nov 27 20:45:39 2014 +0100
b197d7f
BUG/MINOR: stats:Fix incorrect printf type.
by Warren Turkal
· Tue Jan 27 15:04:16 2015 -0800
0766e44
MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
by Simon Horman
· Wed Nov 12 15:55:54 2014 +0900
3c23a85
CLEANUP: session: remove session_from_task()
by Willy Tarreau
· Sun Dec 28 12:19:57 2014 +0100
9841019
MINOR: stats: report a "waiting" flags for sessions
by Willy Tarreau
· Wed Nov 26 18:05:38 2014 +0100
07e78c5
MINOR: map/acl/dumpstats: remove the "Done." message
by Thierry FOURNIER
· Thu Dec 18 15:28:01 2014 +0100
e4e30f7
BUILD: ssl: use OPENSSL_NO_OCSP to detect OCSP support
by Lukas Tribus
· Tue Dec 09 16:32:51 2014 +0100
44cf545
BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
by Willy Tarreau
· Wed Oct 22 19:06:31 2014 +0200
08afdcb
MINOR: stats: fix minor typo fix in stats_dump_errors_to_buffer()
by Olivier Doucet
· Mon Sep 08 11:23:00 2014 +0200
656c5fa
BUILD: ssl: disable OCSP when using boringssl
by Lukas Tribus
· Mon Aug 18 00:56:31 2014 +0200
8c27bca
MINOR: stats: fix minor typo in HTML page
by Marco Corte
· Wed Jul 02 17:49:34 2014 +0200
af4ef74
MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response'
by Emeric Brun
· Thu Jun 19 14:10:45 2014 +0200
4147b2e
MEDIUM: ssl: basic OCSP stapling support.
by Emeric Brun
· Mon Jun 16 18:36:30 2014 +0200
f5b1cc3
MEDIUM: stats: report per-backend and per-server time stats in HTML and CSV outputs
by Willy Tarreau
· Tue Jun 17 12:20:59 2014 +0200
a28df3e
MEDIUM: stats: report the last check and last agent's output on the CSV status
by Willy Tarreau
· Mon Jun 16 16:40:14 2014 +0200
ac49707
BUILD: stats: workaround stupid and bogus -Werror=format-security behaviour
by Willy Tarreau
· Thu May 29 01:04:35 2014 +0200
ce3f913
MINOR: stats: add counters for SSL cache lookups and misses
by Willy Tarreau
· Wed May 28 16:47:01 2014 +0200
0c9c272
MINOR: stats: report SSL key computations per second
by Willy Tarreau
· Wed May 28 12:28:58 2014 +0200
248a60e
MINOR: stats: improve the stats web page to support more actions
by Willy Tarreau
· Fri May 23 14:59:48 2014 +0200
cf2924b
MEDIUM: stats: report down caused by agent prior to reporting up
by Willy Tarreau
· Fri May 23 12:15:15 2014 +0200
9b5aecd
MEDIUM: cli: add support for enabling/disabling health checks.
by Willy Tarreau
· Fri May 23 11:53:10 2014 +0200
29e50f7
BUG/MINOR: cli: "agent" was missing from the "enable"/"disable" help message
by Willy Tarreau
· Fri May 23 11:41:45 2014 +0200
9638efa
MINOR: stats: report a distinct output for DOWN caused by agent
by Willy Tarreau
· Fri May 23 11:19:57 2014 +0200
2a4b70f
MINOR: cli: introduce a new "set server" command
by Willy Tarreau
· Thu May 22 18:42:35 2014 +0200
ed7df90
MEDIUM: stats: introduce new actions to simplify admin status management
by Willy Tarreau
· Thu May 22 18:04:49 2014 +0200
fae3a7e
MINOR: stats: use the admin flags for soft enable/disable/stop/start on the web page
by Willy Tarreau
· Thu May 22 17:22:34 2014 +0200
bfc7b7a
MAJOR: checks: add support for a new "drain" administrative mode
by Willy Tarreau
· Thu May 22 16:14:34 2014 +0200
f4e38b3
MEDIUM: stats: report a server's own state instead of the tracked one's
by Willy Tarreau
· Wed May 21 15:04:05 2014 +0200
3209123
MEDIUM: server: allow multi-level server tracking
by Willy Tarreau
· Fri May 16 13:52:00 2014 +0200
a0066dd
MEDIUM: server: properly support and propagate the maintenance status
by Willy Tarreau
· Fri May 16 11:25:16 2014 +0200
892337c
MAJOR: server: use states instead of flags to store the server state
by Willy Tarreau
· Tue May 13 23:41:20 2014 +0200
2012521
REORG/MEDIUM: server: move the maintenance bits out of the server state
by Willy Tarreau
· Tue May 13 19:44:56 2014 +0200
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· Tue May 13 15:54:22 2014 +0200
efe2822
BUG/MINOR: stats: tracking servers may incorrectly report an inherited DRAIN status
by Willy Tarreau
· Wed May 21 17:13:13 2014 +0200
e21f849
BUG/MINOR: stats: do not report "100%" in the thottle column when server is draining
by Willy Tarreau
· Wed May 14 00:09:59 2014 +0200
02615f9
MINOR: server: remove the SRV_DRAIN flag which can always be deduced
by Willy Tarreau
· Tue May 13 22:08:20 2014 +0200
d03fdf4
MINOR: stats: improve alignment of color codes to save one line of header
by Willy Tarreau
· Tue May 13 21:58:31 2014 +0200
c7fa7db
OPTIM: stats: avoid the calculation of a useless link on tracking servers in maintenance
by Cyril Bonté
· Sun May 11 23:10:19 2014 +0200
d5de76a
BUG/MINOR: stats: fix a typo on a closing tag for a server tracking another one
by Cyril Bonté
· Sun May 11 23:10:18 2014 +0200
a9db57e
MEDIUM: config: limit nbproc to the machine's word size
by Willy Tarreau
· Fri Jan 18 11:29:29 2013 +0100
e47e4e2
BUG/MEDIUM: patterns: last fix was still not enough
by Thierry FOURNIER
· Mon Apr 28 11:18:57 2014 +0200
a631fc8
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
by Willy Tarreau
· Sat Apr 26 23:33:51 2014 +0200
8b8995f
MINOR: stats: always emit HTTP/1.1 in responses
by Willy Tarreau
· Thu Apr 24 22:51:54 2014 +0200
cce3648
BUILD: stats: let gcc know that last_fwd cannot be used uninitialized...
by Willy Tarreau
· Thu Apr 24 20:26:41 2014 +0200
af3cf70
MEDIUM: stats: reimplement HTTP keep-alive on the stats page
by Willy Tarreau
· Tue Apr 22 22:19:53 2014 +0200
f7e04e9
MINOR: cli: remove information about acl or map owner.
by Thierry FOURNIER
· Thu Mar 20 11:45:47 2014 +0100
65ce613
MINOR: pattern/cli: Update used terms in documentation and cli
by Thierry FOURNIER
· Thu Mar 20 11:42:45 2014 +0100
66eb9bf
MINOR: pattern: Remove the flag "PAT_F_FROM_FILE".
by Thierry FOURNIER
· Tue Feb 11 16:19:46 2014 +0100
64c585f
MINOR: cli: Block the usage of the command "acl add" in many cases.
by Thierry FOURNIER
· Wed Jan 29 20:02:36 2014 +0100
364cfdf
MEDIUM: dumpstats: Display error message during add of values.
by Thierry FOURNIER
· Wed Jan 29 19:08:49 2014 +0100
9356c68
MEDIUM: dumpstats/pattern: display and use each pointer of each pattern dumped
by Thierry FOURNIER
· Tue Jan 28 15:55:37 2014 +0100
86db66a
MINOR: dumpstats: display the reference for th key/pattern and value.
by Thierry FOURNIER
· Tue Mar 11 18:37:58 2014 +0100
0d6ba51
MINOR: pattern: store configuration reference for each acl or map pattern.
by Thierry FOURNIER
· Tue Feb 11 03:31:34 2014 +0100
af5a29d
MINOR: pattern: Each pattern is identified by unique id.
by Thierry FOURNIER
· Tue Mar 11 14:29:22 2014 +0100
5d34408
MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once.
by Thierry FOURNIER
· Mon Jan 27 14:19:53 2014 +0100
c5959fd
MEDIUM: pattern: merge same pattern
by Thierry FOURNIER
· Mon Jan 20 14:29:33 2014 +0100
1e00d38
MAJOR: pattern/map: Extends the map edition system in the patterns
by Thierry FOURNIER
· Tue Feb 11 11:31:40 2014 +0100
Next »