1. 3169535 BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit() by Aurelien DARRAGON · Mon Jun 10 18:17:34 2024 +0200
  2. 8c94dfc BUG/MINOR: quic: fix computed length of emitted STREAM frames by Amaury Denoyelle · Wed Jun 05 11:37:44 2024 +0200
  3. b4cf4ba BUG/MEDIUM: quic: don't blindly rely on unaligned accesses by Willy Tarreau · Fri Apr 05 23:54:17 2024 +0200
  4. 6f82322 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe by Amaury Denoyelle · Tue Mar 19 10:34:45 2024 +0100
  5. 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
  6. 1d71bf5 BUG/MAJOR: server: do not delete srv referenced by session by Amaury Denoyelle · Tue Mar 12 14:09:55 2024 +0100
  7. 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · Thu Mar 14 11:24:10 2024 +0100
  8. b75338e BUG/MEDIUM: quic: fix connection freeze on post handshake by Amaury Denoyelle · Mon Mar 04 18:41:39 2024 +0100
  9. 5cc599e BUG/MEDIUM: server: fix dynamic servers initial settings by Amaury Denoyelle · Tue Feb 27 15:33:59 2024 +0100
  10. 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
  11. 96e7b77 CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume() by Aurelien DARRAGON · Tue Jun 04 15:52:23 2024 +0200
  12. f176a2a BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path by Aurelien DARRAGON · Tue Jun 04 15:15:29 2024 +0200
  13. 5bb4175 BUG/MINOR: hlua: prevent LJMP in hlua_traceback() by Aurelien DARRAGON · Tue Jun 04 10:41:32 2024 +0200
  14. 532136d BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage by Aurelien DARRAGON · Tue Jun 04 13:08:59 2024 +0200
  15. 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
  16. 78e1d2d CLEANUP: hlua: use hlua_pusherror() where relevant by Aurelien DARRAGON · Tue Jun 04 12:48:45 2024 +0200
  17. eaa32c6 BUG/MINOR: quic: prevent crash on qc_kill_conn() by Amaury Denoyelle · Tue Jun 04 11:56:09 2024 +0200
  18. 6049735 BUG/MINOR: hlua: use CertCache.set() from various hlua contexts by Aurelien DARRAGON · Mon Jun 03 16:18:27 2024 +0200
  19. 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
  20. b14c8e1 BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser by Willy Tarreau · Fri May 31 18:37:56 2024 +0200
  21. 360f2a7 BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning by Willy Tarreau · Fri May 31 18:30:16 2024 +0200
  22. d6c9af9 BUG/MINOR: activity: fix Delta_calls and Delta_bytes count by Valentine Krasnobaeva · Tue May 28 17:06:24 2024 +0200
  23. 8bd45d9 BUG/MINOR: ssl/ocsp: init callback func ptr as NULL by Valentine Krasnobaeva · Tue May 28 10:49:51 2024 +0200
  24. fa15af6 CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp by Valentine Krasnobaeva · Tue May 28 11:01:11 2024 +0200
  25. 25a7e16 BUILD: fd: errno is also needed without poll() by Willy Tarreau · Mon May 27 18:56:12 2024 +0200
  26. 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
  27. 98b157e BUG/MINOR: http-htx: Support default path during scheme based normalization by Christopher Faulet · Fri May 24 15:59:35 2024 +0200
  28. 53b7b8e BUG/MINOR: quic: adjust restriction for stateless reset emission by Amaury Denoyelle · Wed May 22 15:55:58 2024 +0200
  29. 1125d05 MEDIUM: config: prevent communication with privileged ports by Amaury Denoyelle · Wed May 22 14:21:16 2024 +0200
  30. 7f9656c BUILD: quic: fix unused variable warning when threads are disabled by Willy Tarreau · Fri May 24 11:04:30 2024 +0200
  31. 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
  32. 314a4c0 BUG/MAJOR: quic: Crash with TLS_AES_128_CCM_SHA256 (libressl only) by Frederic Lecaille · Wed May 22 10:22:09 2024 +0200
  33. 5c6f20b BUG/MINOR: connection: parse PROXY TLV for LOCAL mode by Amaury Denoyelle · Tue May 14 16:36:59 2024 +0200
  34. b5a3d58 DOC: configuration: update the crt-list documentation by William Lallemand · Tue May 21 17:49:58 2024 +0200
  35. 8fa9ab1 CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf by William Lallemand · Tue May 21 10:58:09 2024 +0200
  36. ea0a9a6 BUG/MINOR: stats: Don't state the 303 redirect response is chunked by Christopher Faulet · Fri May 17 15:42:46 2024 +0200
  37. 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
  38. 19fc8be BUG/MEDIUM: fd: prevent memory waste in fdtab array by Aurelien DARRAGON · Fri May 17 10:54:54 2024 +0200
  39. 342db91 BUG/MEDIUM: h1: Reject CONNECT request if the target has a scheme by Christopher Faulet · Tue May 14 15:06:48 2024 +0200
  40. 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
  41. c3c4d1b BUG/MINOR: qpack: fix error code reported on QPACK decoding failure by Amaury Denoyelle · Mon May 13 16:01:08 2024 +0200
  42. 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
  43. e628ce0 BUG/MINOR: log: smp_rgs array issues with inherited global log directives by Aurelien DARRAGON · Tue May 14 10:22:19 2024 +0200
  44. 090f9ec BUG/MINOR: log: keep the ref in dup_logger() by Aurelien DARRAGON · Mon Nov 13 10:19:12 2023 +0100
  45. 7767931 MINOR: log: add dup_logsrv() helper function by Aurelien DARRAGON · Wed Jul 05 15:52:19 2023 +0200
  46. c58e4a4 BUG/MINOR: haproxy: only tid 0 must not sleep if got signal by Valentine Krasnobaeva · Mon May 06 14:24:41 2024 +0200
  47. f484e45 BUILD: clock: improve check for pthread_getcpuclockid() by Ilia Shipitsin · Sun May 05 13:09:22 2024 +0200
  48. 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
  49. 30a5895 BUG/MINOR: h1: fix detection of upper bytes in the URI by Willy Tarreau · Wed Apr 24 11:37:06 2024 +0200
  50. 1c8372b BUG/MINOR: backend: use cum_sess counters instead of cum_conn by Amaury Denoyelle · Thu Apr 04 18:08:46 2024 +0200
  51. 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
  52. 46dabcc BUG/MINOR: sock: handle a weird condition with connect() by Willy Tarreau · Tue Apr 09 08:03:10 2024 +0200
  53. 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
  54. 2c2699e BUG/MINOR: server: fix slowstart behavior by Damien Claisse · Tue Apr 09 15:37:07 2024 +0000
  55. 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
  56. 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
  57. ffdceda BUG/MEDIUM: evports: do not clear returned events list on signal by Willy Tarreau · Wed Apr 17 16:25:20 2024 +0200
  58. 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
  59. da4d978 BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses by Frederic Lecaille · Mon Apr 15 09:57:37 2024 +0200
  60. 9c407e4 BUG/MEDIUM: peers/trace: fix crash when listing event types by Willy Tarreau · Fri Apr 12 12:01:31 2024 +0200
  61. 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
  62. 9c5dd21 CLEANUP: log: lf_text_len() returns a pointer not an integer by Aurelien DARRAGON · Tue Apr 09 15:28:00 2024 +0200
  63. 74e040b BUG/MINOR: log: invalid snprintf() usage in sess_build_logline() by Aurelien DARRAGON · Tue Apr 09 15:59:42 2024 +0200
  64. ebcab99 BUG/MINOR: tools/log: invalid encode_{chunk,string} usage by Aurelien DARRAGON · Tue Apr 09 11:44:54 2024 +0200
  65. 1acf8c0 BUG/MINOR: log: fix lf_text_len() truncate inconsistency by Aurelien DARRAGON · Tue Apr 09 11:15:23 2024 +0200
  66. e2348bd BUG/MINOR: listener: always assign distinct IDs to shards by Willy Tarreau · Tue Apr 09 08:41:06 2024 +0200
  67. 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
  68. ea6475c BUILD: proxy: Replace free_logformat_list() to manually release log-format by Christopher Faulet · Fri Apr 05 20:47:34 2024 +0200
  69. 6965667 BUG/MINOR: proxy: fix logformat expression leak in use_backend rules by Aurelien DARRAGON · Wed Mar 13 16:29:38 2024 +0100
  70. be83153 BUG/MINOR: backend: properly handle redispatch 0 by Willy Tarreau · Tue Apr 02 15:15:32 2024 +0200
  71. e4308e9 BUG/MINOR: server: ignore 'enabled' for dynamic servers by Amaury Denoyelle · Fri Mar 29 17:47:23 2024 +0100
  72. 6852b33 BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n by Christopher Faulet · Tue Feb 20 18:30:16 2024 +0100
  73. a10ee92 MINOR: cli: Remove useless loop on commands to find unescaped semi-colon by Christopher Faulet · Tue Feb 20 16:37:11 2024 +0100
  74. ae8882d MINOR: server: allow cookie for dynamic servers by Amaury Denoyelle · Wed Mar 27 10:50:21 2024 +0100
  75. 8ed726b BUG/MINOR: server: fix persistence cookie for dynamic servers by Damien Claisse · Wed Mar 27 14:34:25 2024 +0000
  76. 8b8d18f BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities by Remi Tricot-Le Breton · Mon Mar 25 16:50:24 2024 +0100
  77. 65bfd17 BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message by Remi Tricot-Le Breton · Mon Mar 25 16:50:23 2024 +0100
  78. 92b935e BUG/MINOR: server: 'source' interface ignored from 'default-server' directive by Aurelien DARRAGON · Tue Mar 26 10:42:48 2024 +0100
  79. 529c3ad OPTIM: http_ext: avoid useless copy in http_7239_extract_{ipv4,ipv6} by Aurelien DARRAGON · Mon Mar 18 15:18:08 2024 +0100
  80. 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
  81. d15b231 BUG/MINOR: mux-quic: close all QCS before freeing QCC tasklet by Amaury Denoyelle · Fri Mar 22 15:13:42 2024 +0100
  82. 377c759 BUG/MEDIUM: ssl: Fix crash in ocsp-update log function by Remi Tricot-Le Breton · Wed Mar 20 14:13:35 2024 +0100
  83. 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
  84. 5f367ed BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop by Christopher Faulet · Thu Mar 14 10:49:01 2024 +0100
  85. 662aff5 BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout by Christopher Faulet · Thu Mar 14 10:21:56 2024 +0100
  86. 07838f7 BUG/MINOR: listener: Don't schedule frontend without task in listener_release() by Christopher Faulet · Thu Mar 14 09:29:09 2024 +0100
  87. 42b71d9 BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release by Christopher Faulet · Tue Mar 12 07:31:56 2024 +0100
  88. 1a3ac40 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try) by Aurelien DARRAGON · Tue Mar 12 17:05:54 2024 +0100
  89. 188adfd MINOR: hlua: use accessors for stream hlua ctx by Aurelien DARRAGON · Tue Mar 12 17:00:25 2024 +0100
  90. 4796ace DEBUG: lua: precisely identify if stream is stuck inside lua or not by Aurelien DARRAGON · Tue Mar 12 00:22:44 2024 +0100
  91. 0995108 BUG/MINOR: hlua: fix missing lock in hlua_filter_delete() by Aurelien DARRAGON · Mon Mar 11 13:51:03 2024 +0100
  92. 9b62794 BUG/MINOR: hlua: missing lock in hlua_filter_new() by Aurelien DARRAGON · Mon Mar 11 13:50:41 2024 +0100
  93. f77f328 BUG/MINOR: hlua: segfault when loading the same filter from different contexts by Aurelien DARRAGON · Mon Mar 11 13:49:56 2024 +0100
  94. 3bf56c4 BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() by Dragan Dosen · Mon Mar 11 18:10:01 2024 +0100
  95. cdb464e BUG/MINOR: cfgparse: report proper location for log-format-sd errors by Aurelien DARRAGON · Wed Feb 28 19:29:27 2024 +0100
  96. 3ba9c30 BUG/MINOR: ssl/cli: typo in new ssl crl-file CLI description by William Lallemand · Tue Mar 05 14:49:17 2024 +0100
  97. 3b0510b BUG/MINOR: sink: fix a race condition in the TCP log forwarding code by Willy Tarreau · Tue Feb 27 17:32:44 2024 +0100
  98. 98497cd BUG/MINOR: hlua: don't call ha_alert() in hlua_event_subscribe() by Aurelien DARRAGON · Mon Mar 04 16:31:23 2024 +0100
  99. 258fc3f BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume() by Aurelien DARRAGON · Fri Mar 01 21:17:51 2024 +0100
  100. cddf622 BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP() by Aurelien DARRAGON · Mon Mar 04 11:17:58 2024 +0100