1. dbcc620 BUG/MINOR: jwt: don't try to load files with HMAC algorithm by William Lallemand · Wed Jul 03 12:35:50 2024 +0200
  2. 3f54384 MEDIUM: ssl: initialize the SSL stack explicitely by William Lallemand · Tue Mar 12 12:03:07 2024 +0100
  3. 9203357 BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking by Willy Tarreau · Sun Jun 30 06:23:30 2024 +0200
  4. 806c5c5 BUG/MINOR: quic: fix race-condition on trace for CID retrieval by Amaury Denoyelle · Thu Jun 27 18:52:23 2024 +0200
  5. 60938b7 BUG/MINOR: quic: fix race condition in qc_check_dcid() by Amaury Denoyelle · Thu Jun 27 18:15:08 2024 +0200
  6. fd5caa2 BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid() by Amaury Denoyelle · Thu Jun 27 17:15:55 2024 +0200
  7. 56ab17d BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid by Amaury Denoyelle · Fri Jun 28 10:50:19 2024 +0200
  8. 94d305e BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid by Amaury Denoyelle · Fri Jun 28 10:43:19 2024 +0200
  9. 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
  10. 70ab3c9 BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure by Amaury Denoyelle · Thu Jun 20 17:54:04 2024 +0200
  11. d638cc8 BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure by Amaury Denoyelle · Thu Jun 20 14:41:22 2024 +0200
  12. 583895a BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission by Amaury Denoyelle · Fri Jun 21 14:45:04 2024 +0200
  13. 44300fd BUG/MINOR: proxy: fix header_unique_id leak on deinit() by Aurelien DARRAGON · Mon Jun 10 19:36:53 2024 +0200
  14. 010d78b BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit() by Aurelien DARRAGON · Mon Jun 10 19:23:36 2024 +0200
  15. 56b7025 BUG/MINOR: proxy: fix dyncookie_key leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:48:49 2024 +0200
  16. f174b6f BUG/MINOR: proxy: fix check_{command,path} leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:37:51 2024 +0200
  17. 2982d88 BUG/MINOR: proxy: fix log_tag leak on deinit() by Aurelien DARRAGON · Mon Jun 10 15:54:49 2024 +0200
  18. 3169535 BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:17:34 2024 +0200
  19. 8c94dfc BUG/MINOR: quic: fix computed length of emitted STREAM frames by Amaury Denoyelle · Wed Jun 05 11:37:44 2024 +0200
  20. b4cf4ba BUG/MEDIUM: quic: don't blindly rely on unaligned accesses by Willy Tarreau · Fri Apr 05 23:54:17 2024 +0200
  21. 6f82322 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe by Amaury Denoyelle · Tue Mar 19 10:34:45 2024 +0100
  22. 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
  23. 1d71bf5 BUG/MAJOR: server: do not delete srv referenced by session by Amaury Denoyelle · Tue Mar 12 14:09:55 2024 +0100
  24. 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · Thu Mar 14 11:24:10 2024 +0100
  25. b75338e BUG/MEDIUM: quic: fix connection freeze on post handshake by Amaury Denoyelle · Mon Mar 04 18:41:39 2024 +0100
  26. 5cc599e BUG/MEDIUM: server: fix dynamic servers initial settings by Amaury Denoyelle · Tue Feb 27 15:33:59 2024 +0100
  27. 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
  28. 96e7b77 CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume() by Aurelien DARRAGON · Tue Jun 04 15:52:23 2024 +0200
  29. f176a2a BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path by Aurelien DARRAGON · Tue Jun 04 15:15:29 2024 +0200
  30. 5bb4175 BUG/MINOR: hlua: prevent LJMP in hlua_traceback() by Aurelien DARRAGON · Tue Jun 04 10:41:32 2024 +0200
  31. 532136d BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage by Aurelien DARRAGON · Tue Jun 04 13:08:59 2024 +0200
  32. 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
  33. 78e1d2d CLEANUP: hlua: use hlua_pusherror() where relevant by Aurelien DARRAGON · Tue Jun 04 12:48:45 2024 +0200
  34. eaa32c6 BUG/MINOR: quic: prevent crash on qc_kill_conn() by Amaury Denoyelle · Tue Jun 04 11:56:09 2024 +0200
  35. 6049735 BUG/MINOR: hlua: use CertCache.set() from various hlua contexts by Aurelien DARRAGON · Mon Jun 03 16:18:27 2024 +0200
  36. 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
  37. b14c8e1 BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser by Willy Tarreau · Fri May 31 18:37:56 2024 +0200
  38. 360f2a7 BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning by Willy Tarreau · Fri May 31 18:30:16 2024 +0200
  39. d6c9af9 BUG/MINOR: activity: fix Delta_calls and Delta_bytes count by Valentine Krasnobaeva · Tue May 28 17:06:24 2024 +0200
  40. 8bd45d9 BUG/MINOR: ssl/ocsp: init callback func ptr as NULL by Valentine Krasnobaeva · Tue May 28 10:49:51 2024 +0200
  41. fa15af6 CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp by Valentine Krasnobaeva · Tue May 28 11:01:11 2024 +0200
  42. 25a7e16 BUILD: fd: errno is also needed without poll() by Willy Tarreau · Mon May 27 18:56:12 2024 +0200
  43. 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
  44. 98b157e BUG/MINOR: http-htx: Support default path during scheme based normalization by Christopher Faulet · Fri May 24 15:59:35 2024 +0200
  45. 53b7b8e BUG/MINOR: quic: adjust restriction for stateless reset emission by Amaury Denoyelle · Wed May 22 15:55:58 2024 +0200
  46. 1125d05 MEDIUM: config: prevent communication with privileged ports by Amaury Denoyelle · Wed May 22 14:21:16 2024 +0200
  47. 7f9656c BUILD: quic: fix unused variable warning when threads are disabled by Willy Tarreau · Fri May 24 11:04:30 2024 +0200
  48. 543dd97 BUG/MEDIUM: mux-quic: Create sedesc in same time of the QUIC stream by Christopher Faulet · Thu May 23 10:45:28 2024 +0200
  49. 314a4c0 BUG/MAJOR: quic: Crash with TLS_AES_128_CCM_SHA256 (libressl only) by Frederic Lecaille · Wed May 22 10:22:09 2024 +0200
  50. 5c6f20b BUG/MINOR: connection: parse PROXY TLV for LOCAL mode by Amaury Denoyelle · Tue May 14 16:36:59 2024 +0200
  51. b5a3d58 DOC: configuration: update the crt-list documentation by William Lallemand · Tue May 21 17:49:58 2024 +0200
  52. 8fa9ab1 CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf by William Lallemand · Tue May 21 10:58:09 2024 +0200
  53. ea0a9a6 BUG/MINOR: stats: Don't state the 303 redirect response is chunked by Christopher Faulet · Fri May 17 15:42:46 2024 +0200
  54. 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
  55. 19fc8be BUG/MEDIUM: fd: prevent memory waste in fdtab array by Aurelien DARRAGON · Fri May 17 10:54:54 2024 +0200
  56. 342db91 BUG/MEDIUM: h1: Reject CONNECT request if the target has a scheme by Christopher Faulet · Tue May 14 15:06:48 2024 +0200
  57. 3fff9b4 BUG/MINOR: h1: Check authority for non-CONNECT methods only if a scheme is found by Christopher Faulet · Tue May 14 11:42:21 2024 +0200
  58. c3c4d1b BUG/MINOR: qpack: fix error code reported on QPACK decoding failure by Amaury Denoyelle · Mon May 13 16:01:08 2024 +0200
  59. ec1070c BUG/MINOR: mux-quic: fix error code on shutdown for non HTTP/3 by Amaury Denoyelle · Mon May 13 09:02:47 2024 +0200
  60. e628ce0 BUG/MINOR: log: smp_rgs array issues with inherited global log directives by Aurelien DARRAGON · Tue May 14 10:22:19 2024 +0200
  61. 090f9ec BUG/MINOR: log: keep the ref in dup_logger() by Aurelien DARRAGON · Mon Nov 13 10:19:12 2023 +0100
  62. 7767931 MINOR: log: add dup_logsrv() helper function by Aurelien DARRAGON · Wed Jul 05 15:52:19 2023 +0200
  63. c58e4a4 BUG/MINOR: haproxy: only tid 0 must not sleep if got signal by Valentine Krasnobaeva · Mon May 06 14:24:41 2024 +0200
  64. f484e45 BUILD: clock: improve check for pthread_getcpuclockid() by Ilia Shipitsin · Sun May 05 13:09:22 2024 +0200
  65. b676095 BUG/MINOR: mworker: reintroduce way to disable seamless reload with -x /dev/null by William Lallemand · Fri Apr 26 15:08:31 2024 +0200
  66. 30a5895 BUG/MINOR: h1: fix detection of upper bytes in the URI by Willy Tarreau · Wed Apr 24 11:37:06 2024 +0200
  67. 1c8372b BUG/MINOR: backend: use cum_sess counters instead of cum_conn by Amaury Denoyelle · Thu Apr 04 18:08:46 2024 +0200
  68. cfbda69 BUG/MINOR: fd: my_closefrom() on Linux could skip contiguous series of sockets by Willy Tarreau · Fri Apr 19 16:52:32 2024 +0200
  69. 46dabcc BUG/MINOR: sock: handle a weird condition with connect() by Willy Tarreau · Tue Apr 09 08:03:10 2024 +0200
  70. da7f270 BUG/MEDIUM: cache: Vary not working properly on anything other than accept-encoding by Remi Tricot-Le Breton · Wed Apr 24 14:32:19 2024 +0200
  71. 2c2699e BUG/MINOR: server: fix slowstart behavior by Damien Claisse · Tue Apr 09 15:37:07 2024 +0000
  72. aaa665f BUG/MEDIUM: peers: Fix exit condition when max-updates-at-once is reached by Christopher Faulet · Thu Apr 18 09:05:11 2024 +0200
  73. 5bacdae BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame by Christopher Faulet · Thu Apr 18 08:58:55 2024 +0200
  74. ffdceda BUG/MEDIUM: evports: do not clear returned events list on signal by Willy Tarreau · Wed Apr 17 16:25:20 2024 +0200
  75. 439a41b BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered by Christopher Faulet · Mon Apr 15 19:09:01 2024 +0200
  76. da4d978 BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses by Frederic Lecaille · Mon Apr 15 09:57:37 2024 +0200
  77. 9c407e4 BUG/MEDIUM: peers/trace: fix crash when listing event types by Willy Tarreau · Fri Apr 12 12:01:31 2024 +0200
  78. 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
  79. 9c5dd21 CLEANUP: log: lf_text_len() returns a pointer not an integer by Aurelien DARRAGON · Tue Apr 09 15:28:00 2024 +0200
  80. 74e040b BUG/MINOR: log: invalid snprintf() usage in sess_build_logline() by Aurelien DARRAGON · Tue Apr 09 15:59:42 2024 +0200
  81. ebcab99 BUG/MINOR: tools/log: invalid encode_{chunk,string} usage by Aurelien DARRAGON · Tue Apr 09 11:44:54 2024 +0200
  82. 1acf8c0 BUG/MINOR: log: fix lf_text_len() truncate inconsistency by Aurelien DARRAGON · Tue Apr 09 11:15:23 2024 +0200
  83. e2348bd BUG/MINOR: listener: always assign distinct IDs to shards by Willy Tarreau · Tue Apr 09 08:41:06 2024 +0200
  84. bb373bf BUG/MINOR: cli: Report an error to user if command or payload is too big by Christopher Faulet · Thu Mar 28 14:52:29 2024 +0100
  85. ea6475c BUILD: proxy: Replace free_logformat_list() to manually release log-format by Christopher Faulet · Fri Apr 05 20:47:34 2024 +0200
  86. 6965667 BUG/MINOR: proxy: fix logformat expression leak in use_backend rules by Aurelien DARRAGON · Wed Mar 13 16:29:38 2024 +0100
  87. be83153 BUG/MINOR: backend: properly handle redispatch 0 by Willy Tarreau · Tue Apr 02 15:15:32 2024 +0200
  88. e4308e9 BUG/MINOR: server: ignore 'enabled' for dynamic servers by Amaury Denoyelle · Fri Mar 29 17:47:23 2024 +0100
  89. 6852b33 BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n by Christopher Faulet · Tue Feb 20 18:30:16 2024 +0100
  90. a10ee92 MINOR: cli: Remove useless loop on commands to find unescaped semi-colon by Christopher Faulet · Tue Feb 20 16:37:11 2024 +0100
  91. ae8882d MINOR: server: allow cookie for dynamic servers by Amaury Denoyelle · Wed Mar 27 10:50:21 2024 +0100
  92. 8ed726b BUG/MINOR: server: fix persistence cookie for dynamic servers by Damien Claisse · Wed Mar 27 14:34:25 2024 +0000
  93. 8b8d18f BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities by Remi Tricot-Le Breton · Mon Mar 25 16:50:24 2024 +0100
  94. 65bfd17 BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message by Remi Tricot-Le Breton · Mon Mar 25 16:50:23 2024 +0100
  95. 92b935e BUG/MINOR: server: 'source' interface ignored from 'default-server' directive by Aurelien DARRAGON · Tue Mar 26 10:42:48 2024 +0100
  96. 529c3ad OPTIM: http_ext: avoid useless copy in http_7239_extract_{ipv4,ipv6} by Aurelien DARRAGON · Mon Mar 18 15:18:08 2024 +0100
  97. 2b85a64 BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end-of-trailers HTX block by Christopher Faulet · Mon Mar 25 08:02:06 2024 +0100
  98. d15b231 BUG/MINOR: mux-quic: close all QCS before freeing QCC tasklet by Amaury Denoyelle · Fri Mar 22 15:13:42 2024 +0100
  99. 377c759 BUG/MEDIUM: ssl: Fix crash in ocsp-update log function by Remi Tricot-Le Breton · Wed Mar 20 14:13:35 2024 +0100
  100. 6fe1060 BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small by Christopher Faulet · Mon Mar 18 08:02:32 2024 +0100