1. ffb6f1a BUG/MINOR: h3: properly reject too long header responses by Amaury Denoyelle · Thu Aug 01 18:20:08 2024 +0200
  2. dc7e6a8 BUG/MINOR: proto_uxst: delete fd from fdtab if listen() fails by Valentine Krasnobaeva · Fri Aug 09 11:05:41 2024 +0200
  3. 4423cf2 BUG/MINOR: mux-quic: do not send too big MAX_STREAMS ID by Amaury Denoyelle · Thu Aug 08 12:04:47 2024 +0200
  4. b923836 REGTESTS: mcli: test the pipelined commands on master CLI by William Lallemand · Thu Aug 08 17:21:12 2024 +0200
  5. 78ad9af BUG/MEDIUM: mworker/cli: fix pipelined modes on master CLI by William Lallemand · Thu Aug 08 17:09:15 2024 +0200
  6. 7183255 MINOR: channel: implement ci_insert() function by William Lallemand · Thu Aug 08 17:05:45 2024 +0200
  7. f707496 BUG/MINOR: proto_tcp: keep error msg if listen() fails by Valentine Krasnobaeva · Wed Aug 07 19:34:07 2024 +0200
  8. 3c9e77d BUG/MINOR: proto_tcp: delete fd from fdtab if listen() fails by Valentine Krasnobaeva · Wed Aug 07 19:31:09 2024 +0200
  9. a4fc3a5 BUG/MINOR: quic/trace: make quic_conn_enc_level_init() emit NEW not CLOSE by Willy Tarreau · Tue Aug 06 15:22:50 2024 +0200
  10. 037bc37 BUG/MINOR: trace/quic: make "qconn" selectable as a lockon criterion by Willy Tarreau · Tue Aug 06 15:21:00 2024 +0200
  11. 0a79640 BUG/MINOR: trace: automatically start in waiting mode with "start <evt>" by Willy Tarreau · Tue Aug 06 11:45:54 2024 +0200
  12. 2edfb89 BUG/MEDIUM: trace: fix null deref in lockon mechanism since TRACE_ENABLED() by Willy Tarreau · Tue Aug 06 11:32:10 2024 +0200
  13. 16f1113 BUG/MINOR: trace/quic: permit to lock on frontend/connect/session etc by Willy Tarreau · Tue Aug 06 11:09:03 2024 +0200
  14. b71c4f3 BUG/MINOR: trace/quic: enable conn/session pointer recovery from quic_conn by Willy Tarreau · Tue Aug 06 11:07:13 2024 +0200
  15. 10be69e BUG/MINOR: fcgi-app: handle a possible strdup() failure by Ilia Shipitsin · Mon Aug 05 20:59:09 2024 +0200
  16. ce7f461 BUG/MEDIUM: mux-h2: Propagate term flags to SE on error in h2s_wake_one_stream by Christopher Faulet · Thu Aug 01 16:22:41 2024 +0200
  17. 6557acd BUG/MEDIUM: h2: Only report early HTX EOM for tunneled streams by Christopher Faulet · Thu Aug 01 16:01:50 2024 +0200
  18. 740420d BUG/MEDIUM: http-ana: Report error on write error waiting for the response by Christopher Faulet · Thu Aug 01 15:42:09 2024 +0200
  19. 9042465 BUG/MEDIUM: quic: prevent conn freeze on 0RTT undeciphered content by Amaury Denoyelle · Mon Jul 29 10:42:50 2024 +0200
  20. 326ec91 BUG/MEDIUM: stconn: Report error on SC on send if a previous SE error was set by Christopher Faulet · Mon Jul 29 17:48:16 2024 +0200
  21. 19dee57 BUG/MEDIUM: mux-h1: Properly handle empty message when an error is triggered by Christopher Faulet · Tue Sep 03 14:10:29 2024 +0200
  22. 1c2fb4c BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli by Christopher Faulet · Mon Sep 02 18:29:02 2024 +0200
  23. 2b48b04 BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready by Christopher Faulet · Wed Aug 28 15:42:22 2024 +0200
  24. 130f456 BUG/MEDIUM: init: fix fd_hard_limit default in compute_ideal_maxconn by Valentine Krasnobaeva · Fri Jul 05 20:42:09 2024 +0200
  25. bff527b MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD (take #2) by Valentine Krasnobaeva · Wed Jul 03 18:45:35 2024 +0200
  26. 3ac4f5d BUG/MEDIUM: queue: deal with a rare TOCTOU in assign_server_and_queue() by Willy Tarreau · Mon Jul 22 08:29:28 2024 +0200
  27. 785471e MINOR: queue: add a function to check for TOCTOU after queueing by Willy Tarreau · Fri Jul 26 19:24:33 2024 +0200
  28. 4e2d1b2 BUG/MEDIUM: jwt: Clear SSL error queue on error when checking the signature by Christopher Faulet · Fri Jul 26 16:47:15 2024 +0200
  29. 33a6f33 BUG/MINOR: quic: Lack of precision when computing K (cubic only cc) by Frederic Lecaille · Wed Jul 24 16:16:26 2024 +0200
  30. 71ec2dd BUG/MINOR: cli: Atomically inc the global request counter between CLI commands by Christopher Faulet · Tue Jul 16 14:42:20 2024 +0200
  31. 6adbc65 BUG/MINOR: server: Don't warn fallback IP is used during init-addr resolution by Christopher Faulet · Thu Jul 18 09:52:46 2024 +0200
  32. 0a43b99 BUG/MINOR: stick-table: fix crash for src_inc_gpc() without stkcounter by Amaury Denoyelle · Thu Jul 18 14:48:55 2024 +0200
  33. 5d43e0f DOC: config: improve the http-keep-alive section by Willy Tarreau · Wed Jul 17 17:25:40 2024 +0200
  34. 61ff613 DOC: configuration: issuers-chain-path not compatible with OCSP by William Lallemand · Wed Jul 17 17:46:16 2024 +0200
  35. f45355e BUG/MEDIUM: ssl_sock: fix deadlock in ssl_sock_load_ocsp() on error path by Valentine Krasnobaeva · Mon Jul 15 14:57:05 2024 +0200
  36. dee5920 BUG/MEDIUM: debug/cli: fix "show threads" crashing with low thread counts by Willy Tarreau · Tue Jul 16 11:14:49 2024 +0200
  37. d1d3616 BUG/MINOR: session: Eval L4/L5 rules defined in the default section by Christopher Faulet · Fri Jul 12 15:21:21 2024 +0200
  38. 5d5fbaa BUG/MEDIUM: bwlim: Be sure to never set the analyze expiration date in past by Christopher Faulet · Tue Jul 09 18:51:43 2024 +0200
  39. 2287842 BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread by Christopher Faulet · Tue Jul 09 08:24:05 2024 +0200
  40. 036ea7f BUG/MEDIUM: h1: Reject empty Transfer-encoding header by Christopher Faulet · Tue Jul 09 07:55:58 2024 +0200
  41. a76e5b3 BUG/MINOR: h1: Reject empty coding name as last transfer-encoding value by Christopher Faulet · Tue Jul 09 08:57:53 2024 +0200
  42. 58ee718 BUG/MINOR: h1: Fail to parse empty transfer coding names by Christopher Faulet · Tue Jul 09 08:15:14 2024 +0200
  43. 159a0c7 BUG/MINOR: jwt: fix variable initialisation by William Lallemand · Mon Jul 08 14:23:14 2024 +0200
  44. 3fcfb83 DOC: configuration: update maxconn description by Valentine Krasnobaeva · Wed Jul 03 16:03:33 2024 +0200
  45. dbcc620 BUG/MINOR: jwt: don't try to load files with HMAC algorithm by William Lallemand · Wed Jul 03 12:35:50 2024 +0200
  46. 3f54384 MEDIUM: ssl: initialize the SSL stack explicitely by William Lallemand · Tue Mar 12 12:03:07 2024 +0100
  47. 8c3c393 DOC: configuration: more details about the master-worker mode by William Lallemand · Tue Jul 02 18:23:34 2024 +0200
  48. 9203357 BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking by Willy Tarreau · Sun Jun 30 06:23:30 2024 +0200
  49. 806c5c5 BUG/MINOR: quic: fix race-condition on trace for CID retrieval by Amaury Denoyelle · Thu Jun 27 18:52:23 2024 +0200
  50. 60938b7 BUG/MINOR: quic: fix race condition in qc_check_dcid() by Amaury Denoyelle · Thu Jun 27 18:15:08 2024 +0200
  51. fd5caa2 BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid() by Amaury Denoyelle · Thu Jun 27 17:15:55 2024 +0200
  52. 56ab17d BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid by Amaury Denoyelle · Fri Jun 28 10:50:19 2024 +0200
  53. 94d305e BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid by Amaury Denoyelle · Fri Jun 28 10:43:19 2024 +0200
  54. 426c9ed MINOR: activity: make the memory profiling hash size configurable at build time by Willy Tarreau · Thu Jun 27 17:53:18 2024 +0200
  55. c298681 BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() by Aurelien DARRAGON · Fri Jun 21 19:12:37 2024 +0200
  56. 70ab3c9 BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure by Amaury Denoyelle · Thu Jun 20 17:54:04 2024 +0200
  57. d638cc8 BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure by Amaury Denoyelle · Thu Jun 20 14:41:22 2024 +0200
  58. 583895a BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission by Amaury Denoyelle · Fri Jun 21 14:45:04 2024 +0200
  59. 2154791 DOC: api/event_hdl: small updates, fix an example and add some precisions by Aurelien DARRAGON · Fri Jun 21 17:56:51 2024 +0200
  60. 2501177 SCRIPTS: git-show-backports: do not truncate git-show output by Amaury Denoyelle · Thu Jun 20 11:22:59 2024 +0200
  61. 5d9ab40 DOC: configuration: fix alphabetical order of bind options by William Lallemand · Tue Jun 18 12:08:19 2024 +0200
  62. 993a030 DOC: management: rename show stats domain cli "dns" to "resolvers" by Aurelien DARRAGON · Wed Jun 12 11:41:54 2024 +0200
  63. a5a50c9 DOC/MINOR: management: add missed -dR and -dv options by Valentine Krasnobaeva · Wed Jun 12 10:39:02 2024 +0200
  64. 44300fd BUG/MINOR: proxy: fix header_unique_id leak on deinit() by Aurelien DARRAGON · Mon Jun 10 19:36:53 2024 +0200
  65. 010d78b BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit() by Aurelien DARRAGON · Mon Jun 10 19:23:36 2024 +0200
  66. 56b7025 BUG/MINOR: proxy: fix dyncookie_key leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:48:49 2024 +0200
  67. f174b6f BUG/MINOR: proxy: fix check_{command,path} leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:37:51 2024 +0200
  68. 2982d88 BUG/MINOR: proxy: fix log_tag leak on deinit() by Aurelien DARRAGON · Mon Jun 10 15:54:49 2024 +0200
  69. 3169535 BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:17:34 2024 +0200
  70. 8c94dfc BUG/MINOR: quic: fix computed length of emitted STREAM frames by Amaury Denoyelle · Wed Jun 05 11:37:44 2024 +0200
  71. f28885f [RELEASE] Released version 2.8.10 by Amaury Denoyelle · Fri Jun 14 14:57:26 2024 +0200
  72. b4cf4ba BUG/MEDIUM: quic: don't blindly rely on unaligned accesses by Willy Tarreau · Fri Apr 05 23:54:17 2024 +0200
  73. 6f82322 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe by Amaury Denoyelle · Tue Mar 19 10:34:45 2024 +0100
  74. 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
  75. 1d71bf5 BUG/MAJOR: server: do not delete srv referenced by session by Amaury Denoyelle · Tue Mar 12 14:09:55 2024 +0100
  76. 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · Thu Mar 14 11:24:10 2024 +0100
  77. b75338e BUG/MEDIUM: quic: fix connection freeze on post handshake by Amaury Denoyelle · Mon Mar 04 18:41:39 2024 +0100
  78. 5cc599e BUG/MEDIUM: server: fix dynamic servers initial settings by Amaury Denoyelle · Tue Feb 27 15:33:59 2024 +0100
  79. 5c7595a BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration by William Lallemand · Wed Jun 05 11:37:14 2024 +0200
  80. 96e7b77 CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume() by Aurelien DARRAGON · Tue Jun 04 15:52:23 2024 +0200
  81. f176a2a BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path by Aurelien DARRAGON · Tue Jun 04 15:15:29 2024 +0200
  82. 5bb4175 BUG/MINOR: hlua: prevent LJMP in hlua_traceback() by Aurelien DARRAGON · Tue Jun 04 10:41:32 2024 +0200
  83. 532136d BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage by Aurelien DARRAGON · Tue Jun 04 13:08:59 2024 +0200
  84. 03c406c BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP by Aurelien DARRAGON · Mon Jun 03 23:18:24 2024 +0200
  85. 78e1d2d CLEANUP: hlua: use hlua_pusherror() where relevant by Aurelien DARRAGON · Tue Jun 04 12:48:45 2024 +0200
  86. eaa32c6 BUG/MINOR: quic: prevent crash on qc_kill_conn() by Amaury Denoyelle · Tue Jun 04 11:56:09 2024 +0200
  87. 6049735 BUG/MINOR: hlua: use CertCache.set() from various hlua contexts by Aurelien DARRAGON · Mon Jun 03 16:18:27 2024 +0200
  88. 9cb2ca4 BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory by Willy Tarreau · Fri May 31 18:52:51 2024 +0200
  89. b14c8e1 BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser by Willy Tarreau · Fri May 31 18:37:56 2024 +0200
  90. 360f2a7 BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning by Willy Tarreau · Fri May 31 18:30:16 2024 +0200
  91. d6c9af9 BUG/MINOR: activity: fix Delta_calls and Delta_bytes count by Valentine Krasnobaeva · Tue May 28 17:06:24 2024 +0200
  92. 8bd45d9 BUG/MINOR: ssl/ocsp: init callback func ptr as NULL by Valentine Krasnobaeva · Tue May 28 10:49:51 2024 +0200
  93. fa15af6 CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp by Valentine Krasnobaeva · Tue May 28 11:01:11 2024 +0200
  94. 25a7e16 BUILD: fd: errno is also needed without poll() by Willy Tarreau · Mon May 27 18:56:12 2024 +0200
  95. 6780430 CI: scripts: fix build of vtest regarding option -C by Willy Tarreau · Mon May 27 11:50:31 2024 +0200
  96. dfa3bf7 REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs by Willy Tarreau · Fri May 24 17:50:19 2024 +0200
  97. 99521dc DOC: config: fix incorrect section reference about custom log format by Willy Tarreau · Fri May 24 15:10:10 2024 +0200
  98. 96c4563 DOC: quic: specify that connection migration is not supported by Amaury Denoyelle · Fri May 24 17:31:26 2024 +0200
  99. bff1fef BUG/MINOR: server: Don't reset resolver options on a new default-server line by Christopher Faulet · Fri May 24 16:30:59 2024 +0200
  100. 98b157e BUG/MINOR: http-htx: Support default path during scheme based normalization by Christopher Faulet · Fri May 24 15:59:35 2024 +0200