- 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
- 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
- 00147f7 BUG/MINOR: stats: define the description' background color in dark color scheme by Willy Tarreau · 2 years, 8 months ago
- 08b45cb BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · 2 years, 8 months ago
- 3fa5d19 BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- a690b73 MINOR: stats: Add dark mode support for socket rows by Marno Krahmer · 2 years, 9 months ago
- 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
- 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · 2 years, 9 months ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · 3 years, 1 month ago
- f8642ee MEDIUM: resolvers: rename dns extra counters to resolvers extra counters by Emeric Brun · 3 years, 1 month ago
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
- f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · 3 years, 2 months ago
- 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
- 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · 3 years, 2 months ago
- 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
- b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · 3 years, 2 months ago
- 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · 3 years, 2 months ago
- b6b1cde CLEANUP: stats: Fix some alignment mistakes by Thierry Fournier · 3 years, 2 months ago
- e9ed63e MINOR: stats: Enable dark mode on stat web page by Thierry Fournier · 3 years, 2 months ago
- fe456c5 MINOR: time: add report_idle() to report process-wide idle time by Willy Tarreau · 3 years, 3 months ago
- bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · 3 years, 3 months ago
- 0a8d05d BUG/MINOR: stats: use refcount to protect dynamic server on dump by Amaury Denoyelle · 3 years, 3 months ago
- 85a16b2 MINOR: stats: shows proxy in a stopped state by William Lallemand · 3 years, 4 months ago
- e7f7462 MINOR: stats: don't output internal proxies (PR_CAP_INT) by William Lallemand · 3 years, 4 months ago
- 59bab61 BUG/MINOR: stats: Add missing agent stats on servers by Christopher Faulet · 3 years, 4 months ago
- 07954fb MEDIUM: stats: include disabled proxies that hold active sessions to stats by Marno Krahmer · 3 years, 5 months ago
- a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
- 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
- fc8e438 BUG/MINOR: stats: make "show stat typed desc" work again by Willy Tarreau · 3 years, 5 months ago
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 6 months ago
- 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 6 months ago
- 973a937 BUG/MINOR: stats: fix lastchk metric that got accidently lost by Willy Tarreau · 3 years, 7 months ago
- c597772 MINOR: stats: make "show info" able to report rates as floats when asked by Willy Tarreau · 3 years, 7 months ago
- e8abc32 MINOR: stats: report uptime and start time as floats with subsecond resolution by Willy Tarreau · 3 years, 7 months ago
- d37e26e MINOR: stats: use tv_remain() to precisely compute the uptime by Willy Tarreau · 3 years, 7 months ago
- 2745620 MINOR: stats: support an optional "float" option to "show info" by Willy Tarreau · 3 years, 7 months ago
- 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · 3 years, 7 months ago
- 6004fb7 MINOR: stats: add the HTML conversion for float types by Willy Tarreau · 3 years, 7 months ago
- 065ba31 MINOR: stats: avoid excessive padding of float values with trailing zeroes by Willy Tarreau · 3 years, 7 months ago
- 5dfdf3e MINOR: stats: report tainted on show info by Amaury Denoyelle · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 39272c2 BUG/MINOR: stats: Apply proper styles in HTML status page. by Florian Apolloner · 3 years, 8 months ago
- 216a1ce MINOR: stats: export function to allocate extra proxy counters by Amaury Denoyelle · 3 years, 8 months ago
- dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 9 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- 955a11e MINOR: task: move the allocated tasks counter to the per-thread struct by Willy Tarreau · 3 years, 9 months ago
- 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 9 months ago
- 3679d0c MINOR: stats: add helper to get status string by William Dauchy · 3 years, 10 months ago
- 655e14e MEDIUM: stats: allow to select one field in `stats_fill_li_stats` by William Dauchy · 3 years, 10 months ago
- c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 10 months ago
- d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · 3 years, 11 months ago
- d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 4 years ago
- 19f7cfc MINOR: stats: improve max stats descriptions by William Dauchy · 3 years, 10 months ago
- eedb9b1 MINOR: stats: improve pending connections description by William Dauchy · 3 years, 10 months ago
- d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 4 years ago
- 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 4 years ago
- 3888b8c BUG/MINOR: stats: Add a break after filling ST_F_MODE field for servers by Christopher Faulet · 3 years, 10 months ago
- 399bf72 BUG/MINOR: stats: Remove a break preventing ST_F_QCUR to be set for servers by Christopher Faulet · 3 years, 10 months ago
- d3a9a49 MEDIUM: stats: allow to select one field in `stats_fill_sv_stats` by William Dauchy · 3 years, 10 months ago
- da3b466 MEDIUM: stats: allow to select one field in `stats_fill_be_stats` by William Dauchy · 3 years, 10 months ago
- 2107a0f CLEANUP: stats: improve field selection for frontend http fields by William Dauchy · 3 years, 10 months ago
- 8596bfb BUG/MINOR: stats: Init the metric variable when frontend stats are filled by Christopher Faulet · 3 years, 10 months ago
- d808f17 BUG/MINOR: stats: Continue to fill frontend stats on unimplemented metric by Christopher Faulet · 3 years, 10 months ago
- b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 10 months ago
- 0ef5439 MEDIUM: stats: allow to select one field in `stats_fill_fe_stats` by William Dauchy · 3 years, 10 months ago
- defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 11 months ago
- a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 11 months ago
- b62b78b BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition by Adis Nezirovic · 3 years, 11 months ago
- 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 11 months ago
- de79cd2 BUG/MINOR: stats: Make stat_l variable used to dump a stat line thread local by Christopher Faulet · 3 years, 11 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
- 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 4 years, 1 month ago
- a2a6899 BUG/MINOR: stats: free dynamically stats fields/lines on shutdown by Amaury Denoyelle · 4 years, 1 month ago
- e6ee820 MINOR: stats: do not display empty stat module title on html by Amaury Denoyelle · 4 years, 1 month ago
- bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · 4 years, 1 month ago
- 2fbe694 MINOR: stats: indicate the number of servers in a backend's status by Willy Tarreau · 4 years, 1 month ago
- 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · 4 years, 1 month ago
- 65141ff MINOR: stats: support the "up" output modifier for "show stat" by Willy Tarreau · 4 years, 1 month ago
- c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years, 2 months ago
- 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 4 years, 2 months ago
- 27373f7 MINOR: stats: remove for loop declaration by Amaury Denoyelle · 4 years, 2 months ago
- fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 4 years, 2 months ago
- 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · 4 years, 2 months ago
- e3f576c MINOR: stats: display extra proxy stats on the html page by Amaury Denoyelle · 4 years, 2 months ago
- d3700a7 MINOR: stats: support clear counters for dynamic stats by Amaury Denoyelle · 4 years, 2 months ago
- ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · 4 years, 2 months ago
- 58d395e MEDIUM: stats: define an API to register stat modules by Amaury Denoyelle · 4 years, 2 months ago
- 50660a8 MEDIUM: stats: add delimiter for static proxy stats on csv by Amaury Denoyelle · 4 years, 2 months ago
- 72b16e5 MINOR: stats: define additional flag px cap on domain by Amaury Denoyelle · 4 years, 2 months ago