1. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  2. 4c218fb CLEANUP: promex: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:16:15 2022 +0200
  3. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  4. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  5. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  6. 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
  7. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
  8. 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
  9. 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
  10. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  11. d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · Tue May 17 18:05:31 2022 +0200
  12. 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
  13. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
  14. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · Thu May 12 11:52:27 2022 +0200
  15. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  16. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  17. de58d24 CLEANUP: promex: stop using appctx->st2 by Willy Tarreau · Tue May 03 18:05:23 2022 +0200
  18. ae1747d CLEANUP: promex: make the applet use its own context by Willy Tarreau · Tue May 03 17:33:00 2022 +0200
  19. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  20. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  21. 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
  22. 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
  23. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  24. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  25. 4aa1d28 MINOR: applet: Make .init callback more generic by Christopher Faulet · Thu Jan 13 16:01:35 2022 +0100
  26. be69cbd BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · Thu Apr 07 10:19:46 2022 +0200
  27. bef64b2 BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Mon Mar 07 15:56:20 2022 +0100
  28. 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
  29. 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · Sun Nov 07 10:18:47 2021 +0100
  30. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  31. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · Wed Oct 06 18:56:42 2021 +0200
  32. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  33. 0fd04fd BUILD: promex: service-prometheus.c needs tools.h by Willy Tarreau · Sat May 08 12:58:12 2021 +0200
  34. 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · Sat May 08 07:43:53 2021 +0200
  35. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · Fri Apr 02 15:35:19 2021 +0200[Renamed from contrib/prometheus-exporter/service-prometheus.c]
  36. baf2273 BUG/MEDIUM: contrib/prometheus-exporter: fix segfault in listener name dump by William Dauchy · Thu Feb 25 00:53:13 2021 +0100
  37. e3f7bd5 MEDIUM: contrib/prometheus-exporter: add listen stats by William Dauchy · Sun Feb 14 23:22:56 2021 +0100
  38. 64a3805 CLEANUP: contrib/prometheus-exporter: align for with srv status case by William Dauchy · Sun Feb 14 22:26:24 2021 +0100
  39. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 06 22:29:08 2021 +0500
  40. 6916422 MEDIUM: contrib/prometheus-exporter: export base stick table stats by William Dauchy · Sun Feb 07 20:42:38 2021 +0100
  41. 486e511 MINOR: contrib/prometheus-exporter: use stats desc when possible followup by William Dauchy · Sun Feb 07 20:42:37 2021 +0100
  42. 040b119 BUG/MINOR: contrib/prometheus-exporter: Restart labels dump at the right pos by Christopher Faulet · Mon Feb 01 15:05:21 2021 +0100
  43. 32ef48e BUG/MINOR: contrib/prometheus-exporter: Add missing label for ST_F_HRSP_1XX by Christopher Faulet · Mon Feb 01 14:55:37 2021 +0100
  44. df9a05d CLEANUP: contrib/prometheus-exporter: align and reorder fields by William Dauchy · Mon Feb 01 13:11:59 2021 +0100
  45. 99066dd CLEANUP: contrib/prometheus-exporter: remove unused includes by William Dauchy · Mon Feb 01 13:11:58 2021 +0100
  46. 7741c33 MINOR: contrib/prometheus-exporter: add recv logs_logs_total field by William Dauchy · Mon Feb 01 13:11:57 2021 +0100
  47. e5a26a2 MINOR: contrib/prometheus-exporter: add uweight field by William Dauchy · Mon Feb 01 13:11:56 2021 +0100
  48. 82b2ce2 MINOR: contrib/prometheus-exporter: use stats desc when possible by William Dauchy · Mon Feb 01 13:11:55 2021 +0100
  49. a1da7ba MINOR: contrib/prometheus-exporter: improve service status description field by William Dauchy · Mon Feb 01 13:11:52 2021 +0100
  50. de3c326 MAJOR: contrib/prometheus-exporter: move health check status to labels by William Dauchy · Mon Feb 01 13:11:51 2021 +0100
  51. 5a2f938 MEDIUM: contrib/prometheus-exporter: Use dynamic labels instead of static ones by Christopher Faulet · Thu Jan 28 11:24:17 2021 +0100
  52. c646459 MAJOR: contrib/prometheus-exporter: move ftd/bkd/srv states to labels by William Dauchy · Wed Jan 27 22:40:17 2021 +0100
  53. 5493821 MINOR: contrib/prometheus-exporter: declare states for objects by William Dauchy · Wed Jan 27 22:40:16 2021 +0100
  54. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  55. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · Fri Nov 20 17:43:16 2020 +0100
  56. bde2bf6 MINOR: contrib/prometheus-exporter: use fill_sv_stats for server dump by William Dauchy · Mon Jan 25 17:29:04 2021 +0100
  57. 3c6f006 MINOR: contrib/prometheus-exporter: use fill_be_stats for backend dump by William Dauchy · Mon Jan 25 17:29:02 2021 +0100
  58. 18a2c6e MINOR: contrib/prometheus-exporter: better output of Not-a-Number by William Dauchy · Fri Jan 22 21:09:47 2021 +0100
  59. 37286a5 MEDIUM: contrib/prometheus-exporter: Rework matrices defining Promex metrics by Christopher Faulet · Wed Jan 20 15:20:53 2021 +0100
  60. 0312c0d MINOR: contrib/prometheus-exporter: Add promex_metric struct defining a metric by Christopher Faulet · Wed Jan 20 15:19:12 2021 +0100
  61. b713c4f MINOR: contrib/prometheus-exporter: Split the PROMEX_FL_STATS_METRIC flag by Christopher Faulet · Wed Jan 20 15:02:50 2021 +0100
  62. 0175b1f MINOR: contrib/prometheus-exporter: Don't needlessly set empty label for metrics by Christopher Faulet · Wed Jan 20 15:28:22 2021 +0100
  63. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · Sun Jan 17 18:27:46 2021 +0100
  64. a191b77 MINOR: contrib/prometheus-exporter: merge info description from stats by William Dauchy · Fri Jan 15 22:41:39 2021 +0100
  65. defd156 MINOR: stats: add new start time field by William Dauchy · Fri Jan 15 22:41:38 2021 +0100
  66. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · Fri Jan 15 22:41:37 2021 +0100
  67. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · Mon Jan 11 20:07:49 2021 +0100
  68. 1704efe MINOR: contrib/prometheus-exporter: avoid connection close header by William Dauchy · Mon Jan 11 20:07:48 2021 +0100
  69. 5a982a7 MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · Fri Jan 08 13:18:06 2021 +0100
  70. 8cb12a8 CLEANUP: Apply the coccinelle patch for `XXXcmp()` on contrib/ by Tim Duesterhus · Sat Jan 02 22:31:55 2021 +0100
  71. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  72. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · Thu Sep 24 07:35:46 2020 +0200
  73. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · Fri Oct 02 18:32:02 2020 +0200
  74. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · Thu Jul 23 06:53:27 2020 +0200
  75. c55a626 MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics by Christopher Faulet · Fri Jul 10 15:39:39 2020 +0200
  76. 1e36976 CLEANUP: contrib/prometheus-exporter: typo fixes for ssl reuse metric by Pierre Cheynier · Tue Jul 07 19:14:08 2020 +0200
  77. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  78. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  79. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  80. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  81. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  82. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  83. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  84. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  85. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  86. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  87. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  88. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  89. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  90. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  91. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  92. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  93. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  94. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  95. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · Thu Jun 04 08:52:38 2020 +0200
  96. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · Thu Jun 04 08:32:23 2020 +0200
  97. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  98. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  99. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
  100. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200