1. ab6b074 BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1 by Amaury Denoyelle · Wed Mar 20 09:25:03 2024 +0100
  2. 617ec5c BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header by Christopher Faulet · Tue Oct 17 11:43:43 2023 +0200
  3. ca02388 BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection by Christopher Faulet · Tue Apr 09 08:19:01 2024 +0200
  4. f628614 BUG/MEDIUM: stats: unhandled switching rules with TCP frontend by Aurelien DARRAGON · Tue Dec 05 17:54:20 2023 +0100
  5. 40f8802 MINOR: stats: store the parent proxy in stats ctx (http) by Aurelien DARRAGON · Tue Dec 05 19:49:13 2023 +0100
  6. bea90bb BUG/MEDIUM: http-ana: Try to handle response before handling server abort by Christopher Faulet · Thu Sep 14 11:12:32 2023 +0200
  7. 80707f7 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · Fri Aug 04 16:51:11 2023 +0200
  8. 02f4724 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · Tue Jul 04 17:13:28 2023 +0200
  9. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  10. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · Thu Apr 27 09:46:02 2023 +0200
  11. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · Thu Apr 27 09:21:20 2023 +0200
  12. 27c17d1 BUG/MINOR: http-ana: Update analyzers on both sides when switching in TUNNEL mode by Christopher Faulet · Tue Apr 18 11:01:51 2023 +0200
  13. 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
  14. 9704797 BUG/MEDIUM: http-ana: Properly switch the request in tunnel mode on upgrade by Christopher Faulet · Mon Apr 17 08:52:10 2023 +0200
  15. d7bac88 MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers by Christopher Faulet · Fri Apr 14 12:05:55 2023 +0200
  16. ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · Fri Apr 14 11:59:15 2023 +0200
  17. a1d14a7 MINOR: stconn: Add a flag to ack endpoint errors at SC level by Christopher Faulet · Fri Apr 14 10:42:08 2023 +0200
  18. 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · Thu Apr 13 16:44:18 2023 +0200
  19. 64350bb MINOR: tree-wide: Replace several chn_cons() by the corresponding SC by Christopher Faulet · Thu Apr 13 16:37:37 2023 +0200
  20. b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · Thu Apr 13 16:23:48 2023 +0200
  21. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · Thu Apr 13 16:16:15 2023 +0200
  22. cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · Thu Apr 13 16:10:23 2023 +0200
  23. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · Thu Apr 13 16:05:13 2023 +0200
  24. df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · Thu Apr 13 15:56:26 2023 +0200
  25. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · Thu Apr 13 15:45:24 2023 +0200
  26. 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · Thu Apr 13 15:40:10 2023 +0200
  27. 573ead1 MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED by Christopher Faulet · Thu Apr 13 15:39:30 2023 +0200
  28. 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · Thu Apr 13 15:22:29 2023 +0200
  29. 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · Thu Apr 13 15:13:12 2023 +0200
  30. 2954bcc BUG/MINOR: http-ana: Don't switch message to DATA when waiting for payload by Christopher Faulet · Wed Apr 05 10:42:03 2023 +0200
  31. ffcffa8 MINOR: http-ana: Add a HTTP_MSGF flag to state the Expect header was checked by Christopher Faulet · Wed Apr 05 10:33:31 2023 +0200
  32. 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
  33. 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · Wed Mar 22 14:53:11 2023 +0100
  34. 84d3ef9 MINOR: stconn/channel: Move CF_EXPECT_MORE into the SC and rename it by Christopher Faulet · Fri Mar 17 15:45:58 2023 +0100
  35. 68ef218 MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it by Christopher Faulet · Fri Mar 17 15:38:18 2023 +0100
  36. 5c281d5 MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename it by Christopher Faulet · Thu Mar 16 15:53:28 2023 +0100
  37. 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · Thu Mar 16 14:40:03 2023 +0100
  38. c2fba3f BUG/MEDIUM: http-ana: Don't close request side when waiting for response by Christopher Faulet · Wed Mar 01 16:03:17 2023 +0100
  39. 6f78ac5 BUG/MINOR: http-ana: Do a L7 retry on read error if there is no response by Christopher Faulet · Wed Mar 01 15:47:18 2023 +0100
  40. 41ade74 BUG/MINOR: http-ana: Don't increment conn_retries counter before the L7 retry by Christopher Faulet · Wed Mar 01 15:45:39 2023 +0100
  41. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
  42. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · Wed Feb 15 08:13:33 2023 +0100
  43. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · Tue Feb 07 16:06:14 2023 +0100
  44. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
  45. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · Thu Jan 26 16:18:09 2023 +0100
  46. 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · Tue Feb 21 11:47:17 2023 +0100
  47. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · Mon Feb 20 14:06:52 2023 +0100
  48. d4eaa8a MINOR: global: Add an option to disable the data fast-forward by Christopher Faulet · Tue Feb 14 15:37:14 2023 +0100
  49. af12436 BUG/MEDIUM: http-ana: Detect closed SC on opposite side during body forwarding by Christopher Faulet · Tue Feb 14 10:48:02 2023 +0100
  50. 5b74f99 BUG/MINOR: http-ana: Fix condition to set LAST termination flag by Christopher Faulet · Thu Jan 26 19:02:07 2023 +0100
  51. 9bdcf42 MINOR: listener: move the NOQUICKACK option to the bind_conf by Willy Tarreau · Thu Jan 12 19:40:42 2023 +0100
  52. 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
  53. b2e2ec5 MEDIUM: proxy/http_ext: implement dynamic http_ext by Aurelien DARRAGON · Mon Jan 09 11:09:03 2023 +0100
  54. f958341 MINOR: proxy: move 'originalto' option to http_ext by Aurelien DARRAGON · Thu Dec 29 15:45:41 2022 +0100
  55. 730b983 MINOR: proxy: move 'forwardfor' option to http_ext by Aurelien DARRAGON · Wed Dec 28 18:53:05 2022 +0100
  56. b2bb925 MINOR: proxy/http_ext: introduce proxy forwarded option by Aurelien DARRAGON · Wed Dec 28 15:37:57 2022 +0100
  57. 640e253 BUG/MINOR: http-ana: make set-status also update txn->status by Willy Tarreau · Tue Jan 10 14:50:44 2023 +0100
  58. f2b02cf MAJOR: http-ana: Review error handling during HTTP payload forwarding by Christopher Faulet · Fri Jan 13 11:02:28 2023 +0100
  59. f0d80df MINOR: http-ana: Use http_set_term_flags() when waiting the request body by Christopher Faulet · Fri Jan 13 10:20:20 2023 +0100
  60. f4569bb BUG/MINOR: http-ana: Report SF_FINST_R flag on error waiting the request body by Christopher Faulet · Fri Jan 13 10:49:31 2023 +0100
  61. 4a66c94 MINOR: http-ana: Use http_set_term_flags() in most of HTTP analyzers by Christopher Faulet · Fri Jan 13 09:43:21 2023 +0100
  62. 71236de MINOR: http-ana: Add a function to set HTTP termination flags by Christopher Faulet · Fri Jan 13 09:06:38 2023 +0100
  63. 4b490b7 MINOR: channel: Stop to test CF_READ_ERROR flag if CF_SHUTR is enough by Christopher Faulet · Wed Jan 04 11:55:15 2023 +0100
  64. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
  65. 446d803 MINOR: channel: Don't test CF_READ_NULL while CF_SHUTR is enough by Christopher Faulet · Mon Dec 12 07:53:18 2022 +0100
  66. 5ad2b64 BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · Fri Nov 18 09:17:29 2022 +0100
  67. aa1909e MEDIUM: http-ana: remove set-cookie2 support by Willy Tarreau · Mon Nov 14 18:58:35 2022 +0100
  68. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  69. 4b85a96 BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names by Mateusz Malek · Wed Aug 17 14:22:09 2022 +0200
  70. 52fc0cb BUG/MEDIUM: http-ana: Don't wait to have an empty buf to switch in TUNNEL state by Christopher Faulet · Fri Jul 08 09:22:17 2022 +0200
  71. 5eb67f5 BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created by Christopher Faulet · Wed Jun 22 17:12:05 2022 +0200
  72. d649b57 MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs by Christopher Faulet · Wed Jun 01 17:42:35 2022 +0200
  73. b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:13:37 2022 +0200
  74. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  75. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  76. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  77. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · Fri May 27 08:57:21 2022 +0200
  78. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
  79. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · Fri May 27 08:33:53 2022 +0200
  80. 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
  81. 676c8db MEDIUM: stconn: remove SE_FL_RXBLK_SHUT by Willy Tarreau · Tue May 24 16:22:24 2022 +0200
  82. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · Wed May 18 17:58:02 2022 +0200
  83. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · Wed May 18 16:23:22 2022 +0200
  84. 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
  85. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · Tue May 17 19:44:42 2022 +0200
  86. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  87. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  88. 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
  89. 0cfcc40 CLEANUP: conn_stream: apply cs_endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:10:17 2022 +0200
  90. 7ad27d4 CLEANUP: http_ana: Make use of the return value of stream_generate_unique_id() by Tim Duesterhus · Wed May 18 00:22:15 2022 +0200
  91. 18c13d3 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · Mon May 16 11:43:10 2022 +0200
  92. 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
  93. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · Tue May 03 18:39:27 2022 +0200
  94. 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
  95. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · Thu Apr 28 18:25:24 2022 +0200
  96. eab1757 BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option by Christopher Faulet · Tue Apr 26 20:34:38 2022 +0200
  97. ebab602 BUILD: http: remove the two unused constructors in rules and ana by Willy Tarreau · Mon Apr 25 19:26:26 2022 +0200
  98. 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · Tue Apr 12 18:15:16 2022 +0200
  99. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  100. 7739799 MINOR: http-ana: Use CS to perform L7 retries by Christopher Faulet · Mon Apr 04 11:07:08 2022 +0200