1. fbff854 BUG/MAJOR: mux-pt: Always destroy the backend connection on detach by Christopher Faulet · Wed Mar 09 15:55:58 2022 +0100
  2. a6a3279 CLEANUP: fcgi: Use `istadv()` in `fcgi_strm_send_params` by Tim Duesterhus · Sat Mar 05 00:52:45 2022 +0100
  3. 98f05f6 CLEANUP: fcgi: Replace memcpy() on ist by istcat() by Tim Duesterhus · Sat Mar 05 00:52:44 2022 +0100
  4. b4b0377 MEDIUM: proxy: Store server_id_hdr_name as a `struct ist` by Tim Duesterhus · Sat Mar 05 00:52:43 2022 +0100
  5. e502c3e MINOR: proxy: Store orgto_hdr_name as a `struct ist` by Tim Duesterhus · Sat Mar 05 00:52:42 2022 +0100
  6. b50ab84 MINOR: proxy: Store fwdfor_hdr_name as a `struct ist` by Tim Duesterhus · Sat Mar 05 00:52:41 2022 +0100
  7. 4b1fcaa MINOR: proxy: Store monitor_uri as a `struct ist` by Tim Duesterhus · Sat Mar 05 00:52:40 2022 +0100
  8. 5ce1299 DEBUG: stream: Fix stream trace message to print response buffer state by Christopher Faulet · Tue Mar 08 15:48:55 2022 +0100
  9. 5001913 DEBUG: stream: Add the missing descriptions for stream trace events by Christopher Faulet · Tue Mar 08 15:47:02 2022 +0100
  10. e8cefac BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing by Christopher Faulet · Mon Mar 07 18:20:21 2022 +0100
  11. 8b1eed1 DEBUG: cache: Update underlying buffer when loading HTX message in cache applet by Christopher Faulet · Mon Mar 07 16:44:30 2022 +0100
  12. e9382e0 BUG/MEDIUM: stream: Use the front analyzers for new listener-less streams by Christopher Faulet · Mon Mar 07 15:31:46 2022 +0100
  13. dbf1e88 BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Mon Mar 07 15:53:57 2022 +0100
  14. 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
  15. d8d2708 BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Mon Mar 07 15:50:54 2022 +0100
  16. 3d43324 BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Thu Mar 03 15:38:39 2022 +0100
  17. a690b73 MINOR: stats: Add dark mode support for socket rows by Marno Krahmer · Tue Mar 08 13:45:09 2022 +0100
  18. 20f89ca BUG/MEDIUM: quic: do not drop packet on duplicate stream/decoding error by Amaury Denoyelle · Tue Mar 08 10:48:35 2022 +0100
  19. b0dfd09 BUG/MINOR: cli: shows correct mode in "show sess" by William Lallemand · Tue Mar 08 12:05:31 2022 +0100
  20. 06715af BUG/MINOR: add missing modes in proxy_mode_str() by William Lallemand · Tue Mar 08 11:50:59 2022 +0100
  21. c4e56dc MINOR: pools: add a new global option "no-memory-trimming" by Willy Tarreau · Tue Mar 08 10:41:40 2022 +0100
  22. 9777ead CLEANUP: quic: Remove window redundant variable from NewReno algorithm state struct by Frédéric Lécaille · Thu Mar 03 08:24:53 2022 +0100
  23. 0e7c9a7 MINOR: quic: More precise window update calculation by Frédéric Lécaille · Thu Mar 03 07:50:45 2022 +0100
  24. 5f67830 CLEANUP: quic: Remove useless definitions from quic_cc_event struct by Frédéric Lécaille · Wed Mar 02 15:33:06 2022 +0100
  25. a5ee0ae MINOR: quic: Persistent congestion detection outside of controllers by Frédéric Lécaille · Wed Mar 02 14:52:56 2022 +0100
  26. 83bfca6 MINOR: quic: Add a "slow start" callback to congestion controller by Frédéric Lécaille · Wed Mar 02 11:18:33 2022 +0100
  27. ba9db40 CLEANUP: quic: Remove QUIC path manipulations out of the congestion controller by Frédéric Lécaille · Tue Mar 01 17:06:50 2022 +0100
  28. 4d3d36b BUG/MINOR: quic: Missing recovery start timer reset by Frédéric Lécaille · Tue Mar 01 15:09:45 2022 +0100
  29. 05e30ee MINOR: quic: Retry on qc_build_pkt() failures by Frédéric Lécaille · Mon Feb 28 16:55:32 2022 +0100
  30. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · Fri Mar 04 15:50:48 2022 +0000
  31. c055e30 MEDIUM: mux-quic: implement MAX_STREAMS emission for bidir streams by Amaury Denoyelle · Mon Feb 07 16:09:06 2022 +0100
  32. e9c4cc1 MINOR: mux-quic: retry send opportunistically for remaining frames by Amaury Denoyelle · Fri Mar 04 15:29:53 2022 +0100
  33. 2c71fe5 MEDIUM: mux-quic: use direct send transport API for STREAMs by Amaury Denoyelle · Wed Feb 09 18:16:49 2022 +0100
  34. 0dc40f0 MINOR: mux-quic: complete functions to detect stream type by Amaury Denoyelle · Mon Feb 07 11:44:17 2022 +0100
  35. 749cb64 MINOR: mux-quic: refactor transport parameters init by Amaury Denoyelle · Wed Feb 09 10:25:29 2022 +0100
  36. c2f561c MINOR: quic: Export qc_send_app_pkts() by Frédéric Lécaille · Fri Feb 25 17:46:07 2022 +0100
  37. edc8146 MINOR: quic: Make qc_build_frms() build ack-eliciting frames from a list by Frédéric Lécaille · Fri Feb 25 17:44:29 2022 +0100
  38. 28c7ea3 MINOR: quic: Send short packet from a frame list by Frédéric Lécaille · Fri Feb 25 17:41:39 2022 +0100
  39. 1c5968b MINOR: quic: qc_prep_app_pkts() implementation by Frédéric Lécaille · Fri Feb 25 17:15:21 2022 +0100
  40. 1455113 CLEANUP: quic: complete ABORT_NOW with a TODO comment by Amaury Denoyelle · Fri Mar 04 16:51:20 2022 +0100
  41. 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · Wed Mar 02 22:33:39 2022 +0100
  42. f9eba78 BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed by Willy Tarreau · Thu Mar 03 18:31:54 2022 +0100
  43. 2d0f873 BUG/MINOR: quic: fix segfault on CC if mux uninitialized by Amaury Denoyelle · Thu Mar 03 18:04:24 2022 +0100
  44. e81248c BUG/MINOR: pool: always align pool_heads to 64 bytes by Willy Tarreau · Wed Mar 02 17:59:04 2022 +0100
  45. 10a3736 BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST by William Lallemand · Wed Mar 02 16:18:26 2022 +0100
  46. 06e66c8 DEBUG: reduce the footprint of BUG_ON() calls by Willy Tarreau · Wed Mar 02 15:52:03 2022 +0100
  47. a631b86 BUILD: tcpcheck: do not declare tcp_check_keywords_register() inline by Willy Tarreau · Wed Mar 02 14:54:44 2022 +0100
  48. 4de2cda BUILD: trace: do not declare trace_registre_source() inline by Willy Tarreau · Wed Mar 02 14:53:00 2022 +0100
  49. 368479c BUILD: http_rules: do not declare http_*_keywords_registre() inline by Willy Tarreau · Wed Mar 02 14:50:38 2022 +0100
  50. d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · Wed Mar 02 14:46:45 2022 +0100
  51. bd24208 MINOR: quic: Assemble QUIC TLS flags at the same level by Frédéric Lécaille · Fri Feb 25 17:17:59 2022 +0100
  52. 9355d50 CLEANUP: quic: Indentation fix in qc_prep_pkts() by Frédéric Lécaille · Wed Feb 23 09:38:01 2022 +0100
  53. 7d845f1 CLEANUP: quic: Useless tests in qc_try_rm_hp() by Frédéric Lécaille · Mon Feb 21 19:22:09 2022 +0100
  54. 51c9065 MINOR: quic: Drop the packets of discarded packet number spaces by Frédéric Lécaille · Tue Feb 22 11:39:14 2022 +0100
  55. 00e2400 MINOR: quic: Post handshake I/O callback switching by Frédéric Lécaille · Fri Feb 18 17:13:45 2022 +0100
  56. 5757b4a MINOR: quic: Ensure PTO timer is not set in the past by Frédéric Lécaille · Wed Feb 16 14:46:17 2022 +0100
  57. 10c9c74 CLEANUP: stream: Remove useless tests on conn-stream in stream_dump() by Christopher Faulet · Tue Mar 01 15:16:57 2022 +0100
  58. 0e3010b MEDIUM: quic: rearchitecture Rx path for bidirectional STREAM frames by Amaury Denoyelle · Mon Feb 28 11:37:48 2022 +0100
  59. 3c43039 BUG/MINOR: quic: support FIN on Rx-buffered STREAM frames by Amaury Denoyelle · Mon Feb 28 11:38:36 2022 +0100
  60. 3bf0609 MINOR: mux-quic: define flag for last received frame by Amaury Denoyelle · Mon Feb 28 11:36:57 2022 +0100
  61. f77e343 MINOR: quic: handle partially received buffered stream frame by Amaury Denoyelle · Fri Feb 25 17:36:31 2022 +0100
  62. 2d2d030 MINOR: quic: simplify copy of STREAM frames to RX buffer by Amaury Denoyelle · Mon Feb 28 10:00:54 2022 +0100
  63. 850695a CLEANUP: adjust indentation in bidir STREAM handling function by Amaury Denoyelle · Fri Feb 25 17:29:10 2022 +0100
  64. cc8348f MINOR: queue: Replace if() + abort() with BUG_ON() by Tim Duesterhus · Mon Feb 28 19:16:31 2022 +0100
  65. 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · Fri Feb 25 21:44:27 2022 +0100
  66. f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · Fri Feb 25 21:44:26 2022 +0100
  67. 8bc1759 DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks by Christopher Faulet · Mon Feb 28 17:27:09 2022 +0100
  68. 234a10a BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks() by Christopher Faulet · Mon Feb 28 15:29:56 2022 +0100
  69. 4ab8438 BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks by Christopher Faulet · Mon Feb 28 11:49:02 2022 +0100
  70. 9936dc6 REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private by Christopher Faulet · Mon Feb 28 09:21:58 2022 +0100
  71. 4941623 CLEANUP: stream-int: Make si_cs_send() function static by Christopher Faulet · Mon Feb 28 09:14:46 2022 +0100
  72. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
  73. 8424004 MINOR: channel: don't use co_set_data() to decrement output by Willy Tarreau · Mon Feb 28 16:51:23 2022 +0100
  74. 6d3f1e3 DEBUG: rename WARN_ON_ONCE() to CHECK_IF() by Willy Tarreau · Mon Feb 28 11:51:23 2022 +0100
  75. 7b4c9d6 MINOR: quic: add a TODO for a memleak frame on ACK consume by Amaury Denoyelle · Thu Feb 24 10:50:58 2022 +0100
  76. 0c7679d MINOR: quic: liberate the TX stream buffer after ACK processing by Amaury Denoyelle · Thu Feb 24 10:56:33 2022 +0100
  77. 642ab06 MINOR: quic: adjust buffer handling for STREAM transmission by Amaury Denoyelle · Wed Feb 23 10:54:42 2022 +0100
  78. 4e0a8b1 DEBUG: add a new WARN_ON_ONCE() macro by Willy Tarreau · Fri Feb 25 08:55:11 2022 +0100
  79. 305cfbd DBEUG: add a new WARN_ON() macro by Willy Tarreau · Fri Feb 25 08:52:39 2022 +0100
  80. edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · Fri Feb 25 10:10:00 2022 +0100
  81. 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · Fri Feb 25 09:56:29 2022 +0100
  82. c72d2c7 BUILD: stream: fix build warning with older compilers by Willy Tarreau · Thu Feb 24 19:35:05 2022 +0100
  83. 119965f BUG/MEDIUM: quic: fix received ACK stream calculation by Amaury Denoyelle · Thu Feb 24 17:39:57 2022 +0100
  84. 282b6a7 BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy() by Willy Tarreau · Thu Feb 24 16:37:19 2022 +0100
  85. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · Thu Feb 24 13:45:27 2022 +0100
  86. 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · Thu Feb 24 11:13:57 2022 +0100
  87. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · Thu Jan 13 09:53:00 2022 +0100
  88. 54e85cb MAJOR: check: Use a persistent conn-stream for health-checks by Christopher Faulet · Thu Jan 06 08:46:56 2022 +0100
  89. 14fd99a MINOR: stream: Don't destroy conn-streams but detach app and endp by Christopher Faulet · Thu Jan 06 08:45:51 2022 +0100
  90. c36de9d MINOR: conn-stream: Release a CS when both app and endp are detached by Christopher Faulet · Thu Jan 06 08:44:58 2022 +0100
  91. 014ac35 CLEANUP: stream-int: rename si_reset() to si_init() by Christopher Faulet · Thu Jan 06 08:13:46 2022 +0100
  92. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  93. 108ce5a MINOR: sink: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 14:00:22 2021 +0100
  94. 0de8272 MINOR: tcp-act: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:59:47 2021 +0100
  95. b91afea MINOR: httpclient: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:58:12 2021 +0100
  96. e1ede30 MINOR: http-act: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:57:00 2021 +0100
  97. 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:42 2021 +0100
  98. 7a58d79 MINOR: cache: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:08 2021 +0100
  99. 436811f MINOR: hlua: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:39:38 2021 +0100
  100. 5d3c8aa MINOR: debug: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:38:12 2021 +0100