1. d2b474f BUG/MEDIUM: cache/stats: Wait to have the request before sending the response by Christopher Faulet · 10 weeks ago
  2. ea0a9a6 BUG/MINOR: stats: Don't state the 303 redirect response is chunked by Christopher Faulet · 6 months ago
  3. 617ec5c BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header by Christopher Faulet · 1 year, 1 month ago
  4. 1c8372b BUG/MINOR: backend: use cum_sess counters instead of cum_conn by Amaury Denoyelle · 8 months ago
  5. f618dbc BUG/MINOR: stats: drop srv refcount on early release by Amaury Denoyelle · 9 months ago
  6. 36e5427 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 10 months ago
  7. 40f8802 MINOR: stats: store the parent proxy in stats ctx (http) by Aurelien DARRAGON · 12 months ago
  8. 7a38d47 BUG/MINOR: stats: Fix Lua's `get_stats` function by Tim Duesterhus · 1 year, 6 months ago
  9. 5723b38 MINOR: stats: report the boot time in "show info" by Willy Tarreau · 1 year, 6 months ago
  10. 52fd879 CLEANUP: stats: update the trash chunk where it's used by Willy Tarreau · 1 year, 6 months ago
  11. 4cfb001 MINOR: stats: report the listener's protocol along with the address in stats by Willy Tarreau · 1 year, 7 months ago
  12. 9615102 MINOR: stats: report the number of times the global maxconn was reached by Willy Tarreau · 1 year, 7 months ago
  13. 3c4a297 MINOR: stats: report the total number of warnings issued by Willy Tarreau · 1 year, 7 months ago
  14. a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · 1 year, 7 months ago
  15. 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · 1 year, 7 months ago
  16. f4258bd MINOR: stats: Use the applet API to write data by Christopher Faulet · 1 year, 7 months ago
  17. 0ababda BUG/MINOR: stats: fix typo in `TotalSplicedBytesOut` field name by Tim Duesterhus · 1 year, 8 months ago
  18. c05d30e MINOR: clock: replace the timeval start_time with start_time_ns by Willy Tarreau · 1 year, 7 months ago
  19. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
  20. eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · 1 year, 7 months ago
  21. 563efe6 MINOR: stats: use nanoseconds, not timeval to compute uptime by Willy Tarreau · 1 year, 7 months ago
  22. 7222db7 BUG/MINOR: stats: report the correct start date in "show info" by Willy Tarreau · 1 year, 7 months ago
  23. 1746b56 MINOR: server: change srv_op_st_chg_cause storage type by Aurelien DARRAGON · 1 year, 8 months ago
  24. 9b1ccd7 MINOR: server: change adm_st_chg_cause storage type by Aurelien DARRAGON · 1 year, 8 months ago
  25. ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · 1 year, 7 months ago
  26. 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
  27. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · 1 year, 8 months ago
  28. 9837bd8 BUG/MEDIUM: stats: Eat output data when waiting for appctx shutdown by Christopher Faulet · 1 year, 8 months ago
  29. fc458ec CLEANUP: tree-wide: remove strpcy() from constant strings by Willy Tarreau · 1 year, 8 months ago
  30. dea25f5 MINOR: compression: Count separately request and response compression by Olivier Houchard · 1 year, 8 months ago
  31. 99a8d0f BUG/MINOR: stats: properly handle server stats dumping resumption by Aurelien DARRAGON · 1 year, 10 months ago
  32. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
  33. df15a5d MEDIUM: stats: Use the sedesc to report and detect end of processing by Christopher Faulet · 1 year, 8 months ago
  34. 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · 1 year, 8 months ago
  35. 41a454d BUG/MINOR: stats: Don't replace sc_shutr() by SE_FL_EOS flag yet by Christopher Faulet · 1 year, 8 months ago
  36. c2c043e BUG/MEDIUM: stats: Consume the request except when parsing the POST payload by Christopher Faulet · 1 year, 8 months ago
  37. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · 1 year, 9 months ago
  38. b685ad0 BUG/MINOR: clock/stats: also use start_time not start_date in HTML info by Willy Tarreau · 1 year, 10 months ago
  39. 6093ba4 BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation by Willy Tarreau · 1 year, 10 months ago
  40. d97d1d7 BUG/MINOR: stats: Prevent HTTP "other sessions" counter underflows by Frédéric Lécaille · 1 year, 10 months ago
  41. 90304dc BUG/MINOR: stats: fix STAT_STARTED behavior with full htx by Aurelien DARRAGON · 1 year, 10 months ago
  42. 28a2361 BUG/MINOR: stats: fix show stats field ctx for servers by Aurelien DARRAGON · 1 year, 10 months ago
  43. 9b07d4f BUG/MINOR: stats: fix ctx->field update in stats_dump_proxy_to_buffer() by Aurelien DARRAGON · 1 year, 10 months ago
  44. e5958d0 BUG/MEDIUM: stats: fix resolvers dump by Aurelien DARRAGON · 1 year, 10 months ago
  45. 1465684 BUG/MINOR: stats: fix source buffer size for http dump by Aurelien DARRAGON · 1 year, 10 months ago
  46. 758c69d MINOR: listener: move the maxconn parameter to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  47. 9969adb MINOR: stats: add by HTTP version cumulated number of sessions and requests by Frédéric Lécaille · 1 year, 10 months ago
  48. 5e7ecbe BUG/MINOR: stats: use proper buffer size for http dump by Aurelien DARRAGON · 1 year, 10 months ago
  49. 6be8d09 OPTIM: global: move byte counts out of global and per-thread by Willy Tarreau · 1 year, 11 months ago
  50. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
  51. c960a3b BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · 1 year, 11 months ago
  52. a8b7684 BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats by Christopher Faulet · 2 years ago
  53. 16c9ca9 MINOR: stats: make show info json future-proof by Aurelien DARRAGON · 2 years ago
  54. 42b18fb BUG/MINOR: stats: fix show stat json buffer limitation by Aurelien DARRAGON · 2 years ago
  55. 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · 2 years ago
  56. e76a027 MINOR: stats: provide ctx for dumping functions by Aurelien DARRAGON · 2 years ago
  57. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  58. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago
  59. b118f2f MINOR: stats: properly handle ST_F_CHECK_DURATION metric by Aurelien DARRAGON · 2 years ago
  60. 745ce8e MINOR: stats: add server revision id support by Aurelien DARRAGON · 2 years ago
  61. 9eb93c0 BUILD: stats: use __fallthrough in stats_dump_proxy_to_buffer() by Willy Tarreau · 2 years ago
  62. cddec0a BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN' by Aurelien DARRAGON · 2 years, 3 months ago
  63. c6b7a97 BUG/MINOR: cli/stats: add missing trailing LF after "show info json" by Willy Tarreau · 2 years, 6 months ago
  64. 5a0e7ca BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs by Willy Tarreau · 2 years, 6 months ago
  65. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  66. caff631 CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  67. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  68. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  69. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  70. 75a8f8e CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume() by Willy Tarreau · 2 years, 6 months ago
  71. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
  72. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
  73. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  74. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  75. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
  76. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
  77. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  78. d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · 2 years, 6 months ago
  79. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 6 months ago
  80. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 6 months ago
  81. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  82. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
  83. 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · 2 years, 7 months ago
  84. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  85. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
  86. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  87. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  88. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  89. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  90. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  91. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  92. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  93. 00147f7 BUG/MINOR: stats: define the description' background color in dark color scheme by Willy Tarreau · 2 years, 8 months ago
  94. 08b45cb BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · 2 years, 8 months ago
  95. 3fa5d19 BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  96. a690b73 MINOR: stats: Add dark mode support for socket rows by Marno Krahmer · 2 years, 9 months ago
  97. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
  98. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · 2 years, 9 months ago
  99. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  100. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago