- 7a38d47 BUG/MINOR: stats: Fix Lua's `get_stats` function by Tim Duesterhus · Thu Jun 01 18:58:08 2023 +0200
- 5723b38 MINOR: stats: report the boot time in "show info" by Willy Tarreau · Wed May 17 09:05:20 2023 +0200
- 52fd879 CLEANUP: stats: update the trash chunk where it's used by Willy Tarreau · Wed May 17 08:43:15 2023 +0200
- 4cfb001 MINOR: stats: report the listener's protocol along with the address in stats by Willy Tarreau · Thu May 11 14:49:43 2023 +0200
- 9615102 MINOR: stats: report the number of times the global maxconn was reached by Willy Tarreau · Thu May 11 13:51:31 2023 +0200
- 3c4a297 MINOR: stats: report the total number of warnings issued by Willy Tarreau · Thu May 11 12:02:21 2023 +0200
- a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · Tue May 09 16:31:01 2023 +0200
- 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · Fri May 05 11:28:45 2023 +0200
- f4258bd MINOR: stats: Use the applet API to write data by Christopher Faulet · Fri May 05 10:59:39 2023 +0200
- 0ababda BUG/MINOR: stats: fix typo in `TotalSplicedBytesOut` field name by Tim Duesterhus · Mon Mar 27 15:23:44 2023 +0200
- c05d30e MINOR: clock: replace the timeval start_time with start_time_ns by Willy Tarreau · Fri Apr 28 14:50:29 2023 +0200
- 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
- eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · Fri Apr 28 07:39:44 2023 +0200
- 563efe6 MINOR: stats: use nanoseconds, not timeval to compute uptime by Willy Tarreau · Thu Apr 27 14:41:37 2023 +0200
- 7222db7 BUG/MINOR: stats: report the correct start date in "show info" by Willy Tarreau · Fri Apr 28 15:57:18 2023 +0200
- 1746b56 MINOR: server: change srv_op_st_chg_cause storage type by Aurelien DARRAGON · Tue Apr 04 10:17:40 2023 +0200
- 9b1ccd7 MINOR: server: change adm_st_chg_cause storage type by Aurelien DARRAGON · Mon Apr 03 17:40:28 2023 +0200
- ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · Mon Apr 17 16:17:32 2023 +0200
- 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · Thu Apr 13 16:44:18 2023 +0200
- 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · Thu Apr 13 16:05:13 2023 +0200
- 9837bd8 BUG/MEDIUM: stats: Eat output data when waiting for appctx shutdown by Christopher Faulet · Tue Apr 11 07:41:30 2023 +0200
- fc458ec CLEANUP: tree-wide: remove strpcy() from constant strings by Willy Tarreau · Fri Apr 07 18:11:39 2023 +0200
- dea25f5 MINOR: compression: Count separately request and response compression by Olivier Houchard · Thu Apr 06 00:33:01 2023 +0200
- 99a8d0f BUG/MINOR: stats: properly handle server stats dumping resumption by Aurelien DARRAGON · Tue Jan 31 09:51:32 2023 +0100
- 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · Mon Apr 03 18:32:50 2023 +0200
- df15a5d MEDIUM: stats: Use the sedesc to report and detect end of processing by Christopher Faulet · Fri Mar 31 11:28:22 2023 +0200
- 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · Tue Mar 21 11:52:16 2023 +0100
- 41a454d BUG/MINOR: stats: Don't replace sc_shutr() by SE_FL_EOS flag yet by Christopher Faulet · Tue Mar 28 12:02:03 2023 +0200
- c2c043e BUG/MEDIUM: stats: Consume the request except when parsing the POST payload by Christopher Faulet · Wed Mar 22 09:30:40 2023 +0100
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
- b685ad0 BUG/MINOR: clock/stats: also use start_time not start_date in HTML info by Willy Tarreau · Fri Feb 10 16:53:35 2023 +0100
- 6093ba4 BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation by Willy Tarreau · Tue Feb 07 15:52:14 2023 +0100
- d97d1d7 BUG/MINOR: stats: Prevent HTTP "other sessions" counter underflows by Frédéric Lécaille · Mon Feb 06 09:23:56 2023 +0100
- 90304dc BUG/MINOR: stats: fix STAT_STARTED behavior with full htx by Aurelien DARRAGON · Thu Feb 02 19:01:02 2023 +0100
- 28a2361 BUG/MINOR: stats: fix show stats field ctx for servers by Aurelien DARRAGON · Thu Feb 02 18:13:30 2023 +0100
- 9b07d4f BUG/MINOR: stats: fix ctx->field update in stats_dump_proxy_to_buffer() by Aurelien DARRAGON · Fri Feb 03 11:43:05 2023 +0100
- e5958d0 BUG/MEDIUM: stats: fix resolvers dump by Aurelien DARRAGON · Thu Feb 02 17:27:27 2023 +0100
- 1465684 BUG/MINOR: stats: fix source buffer size for http dump by Aurelien DARRAGON · Fri Feb 03 08:31:42 2023 +0100
- 758c69d MINOR: listener: move the maxconn parameter to the bind_conf by Willy Tarreau · Thu Jan 12 18:59:37 2023 +0100
- 9969adb MINOR: stats: add by HTTP version cumulated number of sessions and requests by Frédéric Lécaille · Wed Jan 18 11:52:21 2023 +0100
- 5e7ecbe BUG/MINOR: stats: use proper buffer size for http dump by Aurelien DARRAGON · Thu Feb 02 15:03:12 2023 +0100
- 6be8d09 OPTIM: global: move byte counts out of global and per-thread by Willy Tarreau · Thu Jan 12 16:08:41 2023 +0100
- 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
- c960a3b BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · Thu Dec 22 11:05:48 2022 +0100
- a8b7684 BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats by Christopher Faulet · Fri Dec 16 15:08:36 2022 +0100
- 16c9ca9 MINOR: stats: make show info json future-proof by Aurelien DARRAGON · Thu Dec 15 14:24:30 2022 +0100
- 42b18fb BUG/MINOR: stats: fix show stat json buffer limitation by Aurelien DARRAGON · Thu Dec 15 14:17:09 2022 +0100
- 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · Thu Dec 15 14:01:04 2022 +0100
- e76a027 MINOR: stats: provide ctx for dumping functions by Aurelien DARRAGON · Thu Dec 15 12:10:03 2022 +0100
- e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · Thu Dec 08 09:17:01 2022 +0000
- 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · Thu Dec 08 09:17:00 2022 +0000
- b118f2f MINOR: stats: properly handle ST_F_CHECK_DURATION metric by Aurelien DARRAGON · Wed Dec 07 14:52:10 2022 +0100
- 745ce8e MINOR: stats: add server revision id support by Aurelien DARRAGON · Thu Nov 17 16:34:07 2022 +0100
- 9eb93c0 BUILD: stats: use __fallthrough in stats_dump_proxy_to_buffer() by Willy Tarreau · Mon Nov 14 07:12:05 2022 +0100
- cddec0a BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN' by Aurelien DARRAGON · Fri Sep 09 15:58:57 2022 +0200
- c6b7a97 BUG/MINOR: cli/stats: add missing trailing LF after "show info json" by Willy Tarreau · Fri Jun 10 15:12:21 2022 +0200
- 5a0e7ca BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs by Willy Tarreau · Fri Jun 10 09:21:22 2022 +0200
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
- caff631 CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:17:46 2022 +0200
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
- 75a8f8e CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume() by Willy Tarreau · Wed May 25 18:12:11 2022 +0200
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
- 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · Wed May 18 17:58:02 2022 +0200
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · Tue May 17 19:47:17 2022 +0200
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
- d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · Tue May 17 18:05:31 2022 +0200
- b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · Tue May 17 17:04:55 2022 +0200
- d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
- 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
- 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · Fri May 06 18:07:53 2022 +0200
- 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · Tue May 03 18:39:27 2022 +0200
- 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · Tue May 03 17:08:29 2022 +0200
- 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · Tue Apr 26 10:30:35 2022 +0200
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · Thu Mar 31 17:44:45 2022 +0200
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · Thu Mar 31 09:16:34 2022 +0200
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
- b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
- 00147f7 BUG/MINOR: stats: define the description' background color in dark color scheme by Willy Tarreau · Mon Apr 11 07:59:27 2022 +0200
- 08b45cb BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · Thu Apr 07 09:25:13 2022 +0200
- 3fa5d19 BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Mon Mar 07 15:52:42 2022 +0100
- a690b73 MINOR: stats: Add dark mode support for socket rows by Marno Krahmer · Tue Mar 08 13:45:09 2022 +0100
- 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
- 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · Thu Feb 24 13:45:27 2022 +0100
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
- 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · Sun Nov 07 10:18:47 2021 +0100
- f8642ee MEDIUM: resolvers: rename dns extra counters to resolvers extra counters by Emeric Brun · Fri Oct 29 17:59:18 2021 +0200
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
- f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · Fri Oct 08 10:43:59 2021 +0200
- 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
- 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · Wed Oct 06 12:15:18 2021 +0200
- 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · Wed Oct 06 19:54:09 2021 +0200