1. 765725a BUG/MINOR: compression: possible NULL dereferences in comp_prepare_compress_request() by Aurelien DARRAGON · Tue Nov 28 15:47:25 2023 +0100
  2. 1d40fc9 BUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding by Amaury Denoyelle · Tue Nov 28 11:23:41 2023 +0100
  3. 8bb771a BUG/MINOR: server: do not leak default-server in defaults sections by Willy Tarreau · Thu Nov 23 14:28:14 2023 +0100
  4. 4f40113 BUG/MINOR: quic: Possible RX packet memory leak under heavy load by Frédéric Lécaille · Wed Nov 22 16:29:08 2023 +0100
  5. f4bec87 BUG/MEDIUM: quic: Possible crash for connections to be killed by Frédéric Lécaille · Mon Nov 20 16:54:57 2023 +0100
  6. 3ecb341 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · Mon Nov 20 10:44:21 2023 +0100
  7. a51c3e1 BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly by William Lallemand · Mon Nov 20 10:49:05 2023 +0100
  8. febaa3e BUG/MINOR: proxy/stktable: missing frees on proxy cleanup by Aurelien DARRAGON · Thu Nov 16 16:18:14 2023 +0100
  9. 6ce5cd0 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · Thu Nov 16 16:17:12 2023 +0100
  10. 1842014 BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · Fri Nov 17 18:51:26 2023 +0100
  11. e0c6ef4 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · Fri Nov 17 10:56:33 2023 +0100
  12. 54dd551 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · Fri Nov 17 10:56:33 2023 +0100
  13. 960f37c BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · Fri Nov 17 10:56:33 2023 +0100
  14. 8fc267b BUG/MAJOR: quic: complete thread migration before tcp-rules by Amaury Denoyelle · Mon Nov 20 14:56:49 2023 +0100
  15. 7fb330b BUG/MINOR: stconn/applet: Report send activity only if there was output data by Christopher Faulet · Fri Nov 17 15:26:57 2023 +0100
  16. d114208 BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · Fri Nov 17 11:59:33 2023 +0100
  17. 0b25b6a BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · Fri Nov 17 11:23:11 2023 +0100
  18. e65daba BUG/MEDIUM: stconn: Update fsb date on partial sends by Christopher Faulet · Wed Nov 15 17:33:06 2023 +0100
  19. 8af1238 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · Tue Nov 14 19:18:53 2023 +0100
  20. 63f43ff BUG/MEDIUM: mworker: set the master variable earlier by William Lallemand · Tue Nov 14 13:58:53 2023 +0100
  21. 4887e35 BUG/MEDIUM: applet: Report a send activity everytime data were sent by Christopher Faulet · Tue Oct 10 18:23:05 2023 +0200
  22. 6d29ce2 BUG/MEDIUM: stconn: Report a send activity everytime data were sent by Christopher Faulet · Tue Oct 10 18:07:29 2023 +0200
  23. 948a5a0 BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · Tue Nov 14 07:47:52 2023 +0100
  24. 6d197f9 MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads by Christopher Faulet · Tue Nov 14 07:45:43 2023 +0100
  25. d24b51a BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · Mon Nov 13 19:16:09 2023 +0100
  26. 482038c BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · Tue Nov 14 07:55:04 2023 +0100
  27. 12a9db5 BUG/MINOR: sink: don't learn srv port from srv addr by Aurelien DARRAGON · Thu Nov 09 15:00:34 2023 +0100
  28. a821a6f BUG/MEDIUM: applet: Remove appctx from buffer wait list on release by Christopher Faulet · Fri Nov 10 17:04:23 2023 +0100
  29. 6b240e4 BUG/MINOR: quic: fix retry token check inconsistency by Amaury Denoyelle · Thu Nov 09 16:44:50 2023 +0100
  30. a93d8d2 BUG/MEDIUM: stconn: Don't update stream expiration date if already expired by Christopher Faulet · Thu Nov 09 09:54:51 2023 +0100
  31. 2101700 BUG/MEDIUM: quic: Avoid some crashes upon TX packet allocation failures by Frédéric Lécaille · Wed Nov 08 11:31:21 2023 +0100
  32. 30cc665 BUG/MEDIUM: quic: Possible crashes when sending too short Initial packets by Frédéric Lécaille · Tue Nov 07 18:29:28 2023 +0100
  33. ddb9b1b BUG/MEDIUM: quic: Avoid trying to send ACK frames from an empty ack ranges tree by Frédéric Lécaille · Tue Nov 07 18:27:50 2023 +0100
  34. 11ffacf BUG/MINOR: quic: idle timer task requeued in the past by Frédéric Lécaille · Mon Nov 06 14:16:10 2023 +0100
  35. b55e9fa BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period by Christopher Faulet · Tue Nov 07 19:16:51 2023 +0100
  36. bc378bb BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · Tue Nov 07 18:36:02 2023 +0100
  37. deb4e5e BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · Mon Aug 28 13:57:19 2023 +0200
  38. 62b950b BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure by Amaury Denoyelle · Mon Nov 06 17:47:17 2023 +0100
  39. dc654e8 BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure by Amaury Denoyelle · Mon Nov 06 17:45:14 2023 +0100
  40. 69f59f4 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · Tue Nov 07 07:50:22 2023 +0100
  41. 2bb2ee2 BUG/MINOR: stconn: Sanitize report for read activity by Christopher Faulet · Tue Nov 07 07:45:43 2023 +0100
  42. 9265780 BUG/MEDIUM: stconn: Don't report rcv/snd expiration date if SC cannot epxire by Christopher Faulet · Mon Nov 06 08:45:22 2023 +0100
  43. 88b1ec9 BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · Sat Nov 04 07:55:37 2023 +0100
  44. 0048daa BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · Fri Nov 03 12:10:56 2023 +0100
  45. 0509b1e BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · Thu Nov 02 09:18:55 2023 +0100
  46. a8b082d BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · Mon Oct 30 09:00:37 2023 +0100
  47. 40ff02b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · Mon Oct 30 18:08:16 2023 +0100
  48. ca7a063 BUG/MINOR: mux-quic: fix early close if unset client timeout by Amaury Denoyelle · Thu Oct 26 18:17:29 2023 +0200
  49. 3f1e6f0 BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · Tue Oct 24 23:58:02 2023 +0200
  50. aff66bb MEDIUM: quic: count quic_conn for global sslconns by Amaury Denoyelle · Wed Oct 25 15:38:50 2023 +0200
  51. 331b8b1 MEDIUM: quic: count quic_conn instance for maxconn by Amaury Denoyelle · Wed Oct 25 10:52:23 2023 +0200
  52. 8ee9fc7 MINOR: frontend: implement a dedicated actconn increment function by Amaury Denoyelle · Wed Oct 25 15:32:28 2023 +0200
  53. ca1cedf BUG/MINOR: ssl: use a thread-safe sslconns increment by Amaury Denoyelle · Wed Oct 25 15:38:04 2023 +0200
  54. 10197d6 BUG/MINOR: quic: do not consider idle timeout on CLOSING state by Amaury Denoyelle · Wed Oct 25 14:45:53 2023 +0200
  55. d0086f7 BUG/MEDIUM: server: "proto" not working for dynamic servers by Aurelien DARRAGON · Thu Oct 19 16:15:50 2023 +0200
  56. 4e49a6f MINOR: connection: add conn_pr_mode_to_proto_mode() helper func by Aurelien DARRAGON · Thu Oct 19 16:06:03 2023 +0200
  57. 2632d04 MINOR: lua: Add flags to configure logging behaviour by Tristan · Mon Oct 23 13:07:39 2023 +0100
  58. f3e225d BUG/MINOR: ssl: load correctly @system-ca when ca-base is define by William Lallemand · Mon Oct 23 21:54:23 2023 +0200
  59. d6e5cde BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · Fri Oct 20 18:38:34 2023 +0200
  60. f69d53e BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · Fri Oct 20 17:51:12 2023 +0200
  61. edd1d06 BUG/MEDIUM: peers: Fix synchro for huge number of tables by Christopher Faulet · Mon Oct 16 08:14:50 2023 +0200
  62. d4f7e08 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · Mon Oct 16 07:48:26 2023 +0200
  63. f72eca2 BUG/MINOR: trace: fix trace parser error reporting by Willy Tarreau · Thu Oct 19 14:45:07 2023 +0200
  64. 936db56 BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again by Willy Tarreau · Wed Oct 18 11:39:43 2023 +0200
  65. 24b8580 BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending by Christopher Faulet · Mon Oct 16 19:30:02 2023 +0200
  66. de4a538 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · Tue Oct 17 08:25:19 2023 +0200
  67. 1ffa63c BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown before the first request by Christopher Faulet · Fri Oct 06 15:34:04 2023 +0200
  68. 3f14db5 BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash by Amaury Denoyelle · Thu Oct 12 18:15:01 2023 +0200
  69. 8738650 BUG/MINOR: mux-quic: fix free on qcs-new fail alloc by Amaury Denoyelle · Wed Oct 11 17:32:04 2023 +0200
  70. a514a11 BUG/MINOR: h3: strengthen host/authority header parsing by Amaury Denoyelle · Mon Oct 09 16:14:44 2023 +0200
  71. d323ab3 BUG/MINOR: mux-quic: support initial 0 max-stream-data by Amaury Denoyelle · Mon Oct 09 16:15:20 2023 +0200
  72. 1789d9f BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream by Amaury Denoyelle · Mon Oct 09 10:42:04 2023 +0200
  73. 3a89348 BUG/MINOR: quic: reject packet with no frame by Amaury Denoyelle · Mon Oct 09 10:42:35 2023 +0200
  74. 8fbabea BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos by Frédéric Lécaille · Wed Oct 11 09:28:36 2023 +0200
  75. c5bc10f BUG/MINOR: hq-interop: simplify parser requirement by Amaury Denoyelle · Wed Oct 04 15:46:06 2023 +0200
  76. 18e4132 BUG/MEDIUM: h1: Ignore C-L value in the H1 parser if T-E is also set by Christopher Faulet · Wed Sep 27 15:21:28 2023 +0200
  77. 8087fbb BUG/MINOR: mux-h1: Ignore C-L when sending H1 messages if T-E is also set by Christopher Faulet · Wed Sep 27 15:05:03 2023 +0200
  78. 9ff1bc8 BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only when data receipt was tried by Christopher Faulet · Fri Sep 22 09:18:40 2023 +0200
  79. 9a278fd BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only by Christopher Faulet · Wed Sep 27 17:47:45 2023 +0200
  80. 6db178d MINOR: hlua: Test the hlua struct first when the lua socket is connecting by Christopher Faulet · Wed Sep 27 17:42:38 2023 +0200
  81. 2678657 MINOR: hlua: Save the lua socket's server in its context by Christopher Faulet · Wed Sep 27 17:39:44 2023 +0200
  82. cb06855 MINOR: hlua: Save the lua socket's timeout in its context by Christopher Faulet · Wed Sep 27 17:34:24 2023 +0200
  83. 714476c MINOR: hlua: Don't preform operations on a not connected socket by Christopher Faulet · Wed Sep 27 17:22:41 2023 +0200
  84. 75d1bfb MINOR: hlua: Set context's appctx when the lua socket is created by Christopher Faulet · Wed Sep 27 17:17:48 2023 +0200
  85. bea90bb BUG/MEDIUM: http-ana: Try to handle response before handling server abort by Christopher Faulet · Thu Sep 14 11:12:32 2023 +0200
  86. ebb226f BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed by Willy Tarreau · Tue Oct 17 17:00:10 2023 +0200
  87. 217b0f4 BUG/MINOR: mux-quic: remove full demux flag on ncbuf release by Amaury Denoyelle · Thu Sep 21 17:06:16 2023 +0200
  88. 4bc0909 BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams by Aurelien DARRAGON · Thu Sep 21 14:18:50 2023 +0200
  89. d2d7fbd BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · Fri Sep 15 00:42:55 2023 +0200
  90. 35feba6 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers by Christopher Faulet · Wed Sep 13 16:21:58 2023 +0200
  91. 0df691a BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1 by Christopher Faulet · Wed Sep 13 10:13:30 2023 +0200
  92. 6be40a4 BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records by Christopher Faulet · Mon Sep 11 18:57:39 2023 +0200
  93. 3ddcd1b BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · Fri Sep 08 19:29:08 2023 +0200
  94. fa76a10 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · Fri Sep 08 14:00:27 2023 +0200
  95. a0dda4b Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token" by Emeric Brun · Thu Sep 28 15:29:53 2023 +0200
  96. 0249366 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · Wed Aug 09 15:19:56 2023 +0200
  97. b25d5d3 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · Wed Aug 09 14:56:19 2023 +0200
  98. 418200a BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT by William Lallemand · Thu Sep 14 16:26:58 2023 +0200
  99. 48d3c30 BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code by William Lallemand · Mon Aug 21 15:22:57 2023 +0200
  100. 3ccfc10 BUG/MINOR: quic: allow-0rtt warning must only be emitted with quic bind by William Lallemand · Mon Aug 21 13:51:56 2023 +0200