1. f3e225d BUG/MINOR: ssl: load correctly @system-ca when ca-base is define by William Lallemand · Mon Oct 23 21:54:23 2023 +0200
  2. a8f293b DOC: internal: filters: fix reference to entities.pdf by Aleksandar Lazic · Sun Oct 22 18:36:54 2023 +0200
  3. d6e5cde BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · Fri Oct 20 18:38:34 2023 +0200
  4. f69d53e BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · Fri Oct 20 17:51:12 2023 +0200
  5. edd1d06 BUG/MEDIUM: peers: Fix synchro for huge number of tables by Christopher Faulet · Mon Oct 16 08:14:50 2023 +0200
  6. 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
  7. f72eca2 BUG/MINOR: trace: fix trace parser error reporting by Willy Tarreau · Thu Oct 19 14:45:07 2023 +0200
  8. 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
  9. 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
  10. 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
  11. 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
  12. 3f14db5 BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash by Amaury Denoyelle · Thu Oct 12 18:15:01 2023 +0200
  13. 8738650 BUG/MINOR: mux-quic: fix free on qcs-new fail alloc by Amaury Denoyelle · Wed Oct 11 17:32:04 2023 +0200
  14. a514a11 BUG/MINOR: h3: strengthen host/authority header parsing by Amaury Denoyelle · Mon Oct 09 16:14:44 2023 +0200
  15. d323ab3 BUG/MINOR: mux-quic: support initial 0 max-stream-data by Amaury Denoyelle · Mon Oct 09 16:15:20 2023 +0200
  16. 1789d9f BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream by Amaury Denoyelle · Mon Oct 09 10:42:04 2023 +0200
  17. 3a89348 BUG/MINOR: quic: reject packet with no frame by Amaury Denoyelle · Mon Oct 09 10:42:35 2023 +0200
  18. 8fbabea BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos by Frédéric Lécaille · Wed Oct 11 09:28:36 2023 +0200
  19. 6c56b89 BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room() by Christopher Faulet · Fri Aug 04 10:36:06 2023 +0200
  20. c5bc10f BUG/MINOR: hq-interop: simplify parser requirement by Amaury Denoyelle · Wed Oct 04 15:46:06 2023 +0200
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 2678657 MINOR: hlua: Save the lua socket's server in its context by Christopher Faulet · Wed Sep 27 17:39:44 2023 +0200
  27. cb06855 MINOR: hlua: Save the lua socket's timeout in its context by Christopher Faulet · Wed Sep 27 17:34:24 2023 +0200
  28. 714476c MINOR: hlua: Don't preform operations on a not connected socket by Christopher Faulet · Wed Sep 27 17:22:41 2023 +0200
  29. 75d1bfb MINOR: hlua: Set context's appctx when the lua socket is created by Christopher Faulet · Wed Sep 27 17:17:48 2023 +0200
  30. bea90bb BUG/MEDIUM: http-ana: Try to handle response before handling server abort by Christopher Faulet · Thu Sep 14 11:12:32 2023 +0200
  31. ebb226f BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed by Willy Tarreau · Tue Oct 17 17:00:10 2023 +0200
  32. 106008b BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · Fri Oct 06 16:51:41 2023 +0200
  33. 217b0f4 BUG/MINOR: mux-quic: remove full demux flag on ncbuf release by Amaury Denoyelle · Thu Sep 21 17:06:16 2023 +0200
  34. 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
  35. c8eb1d1 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · Tue Sep 05 16:07:49 2023 +0200
  36. d2d7fbd BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · Fri Sep 15 00:42:55 2023 +0200
  37. 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
  38. 3fde519 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · Thu Sep 14 11:00:07 2023 +0200
  39. 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
  40. 0a2b404 BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · Tue Sep 12 09:37:55 2023 +0000
  41. 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
  42. 3ddcd1b BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · Fri Sep 08 19:29:08 2023 +0200
  43. fa76a10 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · Fri Sep 08 14:00:27 2023 +0200
  44. 638a153 CI: musl: drop shopt in workflow invocation by Ilya Shipitsin · Wed Sep 06 19:04:49 2023 +0200
  45. 2bfeaf6 CI: musl: highlight section if there are coredumps by Ilya Shipitsin · Wed Sep 06 19:04:48 2023 +0200
  46. 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
  47. 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
  48. b25d5d3 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · Wed Aug 09 14:56:19 2023 +0200
  49. 418200a BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT by William Lallemand · Thu Sep 14 16:26:58 2023 +0200
  50. 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
  51. 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
  52. 246fc21 BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help by William Lallemand · Thu Aug 17 00:01:27 2023 +0200
  53. 0277c68 MINOR: quic+openssl_compat: Emit an alert for "allow-0rtt" option by Frédéric Lécaille · Thu Aug 17 10:53:34 2023 +0200
  54. be92bdb MINOR: quic+openssl_compat: Do not start without "limited-quic" by Frédéric Lécaille · Thu Aug 17 10:15:09 2023 +0200
  55. ee7b2bb MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic" by Frédéric Lécaille · Tue Aug 08 11:41:13 2023 +0200
  56. e5c04ff BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels by Frédéric Lécaille · Mon Jul 31 15:07:06 2023 +0200
  57. ffb67d5 DOC: quic: Add "limited-quic" new tuning setting by Frédéric Lécaille · Fri Jul 21 18:32:32 2023 +0200
  58. df3f457 MINOR: quic: Add "limited-quic" new tuning setting by Frédéric Lécaille · Fri Jul 21 18:22:38 2023 +0200
  59. 29d2ce3 MINOR: quic: SSL context initialization with QUIC OpenSSL wrapper. by Frédéric Lécaille · Thu Jun 08 09:28:31 2023 +0200
  60. cd5ab68 MINOR: quic: Add a quic_openssl_compat struct to quic_conn struct by Frédéric Lécaille · Thu Jun 08 07:14:02 2023 +0200
  61. 36e1e8c MINOR: quic: Call the keylog callback for QUIC openssl wrapper from SSL_CTX_keylog() by Frédéric Lécaille · Wed Jun 07 11:25:35 2023 +0200
  62. 23937b7 MINOR: quic: Initialize TLS contexts for QUIC openssl wrapper by Frédéric Lécaille · Wed Jun 07 11:19:51 2023 +0200
  63. beab239 MINOR: quic: Export some KDF functions (QUIC-TLS) by Frédéric Lécaille · Mon Jun 05 11:41:58 2023 +0200
  64. 020fbb2 MINOR: quic: Add a compilation option for the QUIC OpenSSL wrapper by Frédéric Lécaille · Fri Jun 02 17:07:24 2023 +0200
  65. 65a8b9a MINOR: quic: Do not enable 0RTT with SSL_set_quic_early_data_enabled() by Frédéric Lécaille · Fri Jun 02 17:05:38 2023 +0200
  66. ca87a62 MINOR: quic: Set the QUIC connection as extra data before calling SSL_set_quic_method() by Frédéric Lécaille · Fri Jun 02 17:00:04 2023 +0200
  67. e819e8c MINOR: quic: Do not enable O-RTT with USE_QUIC_OPENSSL_COMPAT by Frédéric Lécaille · Fri Jun 02 16:51:43 2023 +0200
  68. 4fb41bf MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header by Frédéric Lécaille · Fri Jun 02 16:44:03 2023 +0200
  69. c9c0d68 MINOR: quic: QUIC openssl wrapper implementation by Frédéric Lécaille · Fri Jun 02 16:15:35 2023 +0200
  70. 0499db4 BUG/MINOR: quic: Wrong cluster secret initialization by Frédéric Lécaille · Thu Sep 07 18:43:52 2023 +0200
  71. 73e2944 BUG/MINOR: quic: Leak of frames to send. by Frédéric Lécaille · Wed Sep 13 09:28:10 2023 +0200
  72. 3d28203 BUILD: bug: make BUG_ON() void to avoid a rare warning by Willy Tarreau · Mon Sep 04 16:42:53 2023 +0200
  73. 86e043a [RELEASE] Released version 2.8.3 by Christopher Faulet · Thu Sep 07 11:32:42 2023 +0200
  74. 425ed65 CI: Update to actions/checkout@v4 by Tim Duesterhus · Wed Sep 06 16:57:29 2023 +0200
  75. a547a21 MEDIUM: capabilities: enable support for Linux capabilities by Willy Tarreau · Tue Aug 29 10:24:26 2023 +0200
  76. cf5b75e BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · Thu Aug 31 21:45:21 2023 +0200
  77. 35219a5 BUG/MINOR: ring/cli: Don't expect input data when showing events by Christopher Faulet · Wed Sep 06 09:26:06 2023 +0200
  78. 806c0d6 BUG/MINOR: applet: Always expect data when CLI is waiting for a new command by Christopher Faulet · Wed Sep 06 09:17:33 2023 +0200
  79. 13a8a59 NUG/MEDIUM: stconn: Always update stream's expiration date after I/O by Christopher Faulet · Wed Sep 06 09:09:10 2023 +0200
  80. 406b81c BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · Wed Sep 06 08:59:33 2023 +0200
  81. c4a80ae BUG/MEDIUM: applet: Report an error if applet request more room on aborted SC by Christopher Faulet · Wed Sep 06 08:52:39 2023 +0200
  82. f4ef3d9 BUG/MEDIUM: stconn: Report read activity when a stream is attached to front SC by Christopher Faulet · Wed Sep 06 08:46:15 2023 +0200
  83. 389b7d1 BUG/MEDIUM: applet: Fix API for function to push new data in channels buffer by Christopher Faulet · Wed Sep 06 08:33:57 2023 +0200
  84. 35fb593 BUG/MINOR: quic: Wrong RTT computation (srtt and rrt_var) by Frédéric Lécaille · Tue Sep 05 15:24:11 2023 +0200
  85. 14c90e9 BUG/MINOR: quic: Wrong RTT adjusments by Frédéric Lécaille · Tue Sep 05 13:59:09 2023 +0200
  86. b9ed157 MINOR: httpclient: allow to configure the timeout.connect by William Lallemand · Tue Sep 05 16:42:27 2023 +0200
  87. 4ad693e MINOR: httpclient: allow to configure the retries by William Lallemand · Tue Sep 05 15:55:04 2023 +0200
  88. bcb3d60 DOC: configuration: update examples for req.ver by William Lallemand · Mon Sep 04 16:49:59 2023 +0200
  89. 2e86673 BUG/MINOR: stream: further protect stream_dump() against incomplete sessions by Willy Tarreau · Mon Sep 04 15:30:33 2023 +0200
  90. 3bef4e7 BUG/MEDIUM: h1-htx: Ensure chunked parsing with full output buffer by Chris Staite · Mon Sep 04 08:52:26 2023 +0000
  91. 39bde28 BUG/MAJOR: quic: Really ignore malformed ACK frames. by Frédéric Lécaille · Tue Aug 29 14:48:54 2023 +0200
  92. f078d78 BUG/MINOR: quic: Possible skipped RTT sampling by Frédéric Lécaille · Tue Aug 29 11:01:19 2023 +0200
  93. eda9c10 BUG/MEDIUM: stconn: Don't block sends if there is a pending shutdown by Christopher Faulet · Fri Sep 01 14:13:44 2023 +0200
  94. f227db4 BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown by Christopher Faulet · Fri Sep 01 13:55:42 2023 +0200
  95. 8353897 BUG/MINOR: stconn: Don't report blocked sends during connection establishment by Christopher Faulet · Wed Aug 30 10:56:21 2023 +0200
  96. 675cb0a BUG/MEDIUM: stconn: Update stream expiration date on blocked sends by Christopher Faulet · Mon Aug 28 17:42:24 2023 +0200
  97. c0878c6 DEBUG: applet: Properly report opposite SC expiration dates in traces by Christopher Faulet · Tue Aug 29 10:55:15 2023 +0200
  98. acbd22f BUG/MINOR: checks: do not queue/wake a bounced check by Willy Tarreau · Fri Sep 01 07:41:46 2023 +0200
  99. 2a3d928 DOC: config: mention uid dependency on the tune.quic.socket-owner option by Willy Tarreau · Tue Aug 29 10:22:46 2023 +0200
  100. 4678422 BUG/MINOR: stream: protect stream_dump() against incomplete streams by Willy Tarreau · Mon Aug 28 17:05:22 2023 +0200