1. 5b3449e REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · Tue Nov 14 09:03:15 2023 +0100
  2. 36b61af BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · Tue Nov 14 07:47:52 2023 +0100
  3. babafc4 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
  4. c9f6ff2 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · Tue Nov 14 07:44:05 2023 +0100
  5. 95ce344 BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · Mon Nov 13 19:16:09 2023 +0100
  6. 42bd5cb DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · Fri Nov 10 16:26:32 2023 +0100
  7. 47db134 DOC: management: -q is quiet all the time by William Lallemand · Thu Nov 09 14:26:37 2023 +0100
  8. 84502f3 BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · Tue Nov 07 18:36:02 2023 +0100
  9. e748975 BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · Mon Aug 28 13:57:19 2023 +0200
  10. 8a28eb7 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · Tue Nov 07 07:50:22 2023 +0100
  11. c04eb0b BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · Fri Nov 03 12:10:56 2023 +0100
  12. 7228dfd BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · Thu Nov 02 09:18:55 2023 +0100
  13. 326e297 BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · Mon Oct 30 09:00:37 2023 +0100
  14. 05bf68b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · Mon Oct 30 18:08:16 2023 +0100
  15. 539bfaa BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · Tue Oct 24 23:58:02 2023 +0200
  16. 62bc720 BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · Fri Oct 20 18:38:34 2023 +0200
  17. 1959999 BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · Fri Oct 20 17:51:12 2023 +0200
  18. ba85328 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · Mon Oct 16 07:48:26 2023 +0200
  19. 4cda1c0 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
  20. 54f4c19 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · Tue Oct 17 08:25:19 2023 +0200
  21. 6c25790 BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · Fri Oct 06 16:51:41 2023 +0200
  22. 1ffc378 BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · Tue May 09 14:15:57 2023 +0200
  23. c2f999a BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · Fri Jul 15 12:48:58 2022 +0200
  24. 659a23b BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume (2nd try) by Aurelien DARRAGON · Fri Nov 17 20:36:16 2023 +0100
  25. 99d2241 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · Tue Sep 05 16:07:49 2023 +0200 upstream-2.4
  26. 031ccb1 BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · Fri Sep 15 00:42:55 2023 +0200
  27. 5c420d2 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
  28. 8a6e255 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · Thu Sep 14 11:00:07 2023 +0200
  29. 889e49a BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · Tue Sep 12 09:37:55 2023 +0000
  30. de98247 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
  31. beba1b8 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · Thu Sep 09 16:53:33 2021 +0200
  32. 2dec950 BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · Fri Sep 08 19:29:08 2023 +0200
  33. fff2796 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · Fri Sep 08 14:00:27 2023 +0200
  34. 16226c8 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
  35. 4a7a5d8 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · Wed Aug 09 14:56:19 2023 +0200
  36. bb39f49 CI: Update to actions/checkout@v4 by Tim Duesterhus · Wed Sep 06 16:57:29 2023 +0200
  37. 602c4af BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · Thu Aug 31 21:45:21 2023 +0200
  38. 2a3e1cd BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · Wed Sep 06 08:59:33 2023 +0200
  39. a789813 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
  40. 90f3cd2 BUG/MINOR: ssl_sock: fix possible memory leak on OOM by Willy Tarreau · Mon Aug 21 08:45:35 2023 +0200
  41. 6a083c7 DOC: lua: fix core.register_action typo by Aurelien DARRAGON · Wed Aug 23 17:38:42 2023 +0200
  42. 7ad01fb BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage by Aurelien DARRAGON · Tue Aug 22 11:03:06 2023 +0200
  43. b974343 BUILD: Makefile: add the USE_QUIC option to make help by William Lallemand · Wed Aug 16 23:41:15 2023 +0200
  44. ddf6660 SCRIPTS: git-show-backports: automatic ref and base detection with -m by Willy Tarreau · Mon Aug 14 13:03:46 2023 +0200
  45. a3d46bd BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection by Aurelien DARRAGON · Wed Aug 09 17:23:32 2023 +0200
  46. 93f5d8d BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · Wed Aug 09 10:11:49 2023 +0200
  47. 70ab149 BUG/MEDIUM: dns: Be sure to unlock DSS when existing dns_session_io_handler() by Christopher Faulet · Mon Sep 04 17:34:04 2023 +0200
  48. d175670 [RELEASE] Released version 2.4.24 by Willy Tarreau · Sat Aug 19 11:25:53 2023 +0200 v2.4.24
  49. c48acd1 BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · Wed Aug 09 11:02:34 2023 +0200
  50. 3706e17 DOC: clarify the handling of URL fragments in requests by Willy Tarreau · Tue Aug 08 19:35:25 2023 +0200
  51. 73b9b13 REGTESTS: http-rules: verify that we block '#' by default for normalize-uri by Willy Tarreau · Tue Aug 08 19:53:51 2023 +0200
  52. af232e4 BUG/MINOR: h2: reject more chars from the :path pseudo header by Willy Tarreau · Tue Aug 08 15:40:49 2023 +0200
  53. e5a741f BUG/MINOR: h1: do not accept '#' as part of the URI component by Willy Tarreau · Tue Aug 08 16:17:22 2023 +0200
  54. c749215 REGTESTS: http-rules: add accept-invalid-http-request for normalize-uri tests by Willy Tarreau · Tue Aug 08 19:52:45 2023 +0200
  55. f86e994 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · Tue Aug 08 15:38:28 2023 +0200
  56. 0f57ac2 MINOR: http: add new function http_path_has_forbidden_char() by Willy Tarreau · Tue Aug 08 15:24:54 2023 +0200
  57. edcff74 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · Tue Aug 08 15:23:19 2023 +0200
  58. ba9afd2 BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · Wed Aug 09 08:32:48 2023 +0200
  59. 90f7847 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · Fri Aug 04 16:51:11 2023 +0200
  60. 9256520 BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full by Dragan Dosen · Thu Jul 27 20:30:42 2023 +0200
  61. 90b8212 DOC: configuration: describe Td in Timing events by William Lallemand · Tue Jul 25 09:06:51 2023 +0200
  62. 793a4b5 BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary by Christopher Faulet · Thu Jul 20 14:53:50 2023 +0200
  63. 79ad907 BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses by Christopher Faulet · Thu Jul 20 09:50:56 2023 +0200
  64. bdd336c BUG/MINOR: hlua: add check for lua_newstate by firexinghe · Thu Jul 13 11:03:34 2023 +0800
  65. f3e59be CI: explicitely highlight VTest result section if there's something by Ilya Shipitsin · Sat Jul 15 00:00:49 2023 +0200
  66. 3636708 BUG/MINOR: http: Return the right reason for 302 by Christopher Faulet · Mon Jul 17 08:47:12 2023 +0200
  67. fbd88d4 BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters by Christopher Faulet · Mon Jul 17 08:35:11 2023 +0200
  68. f5d3b31 BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · Thu Jul 13 10:18:04 2023 +0200
  69. 6ba28a8 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · Tue May 23 17:58:03 2023 +0200
  70. 0e786f7 BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv() by Aurelien DARRAGON · Tue Jul 11 09:31:06 2023 +0200
  71. 3983522 BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring() by Aurelien DARRAGON · Mon Jul 10 16:26:08 2023 +0200
  72. cd2bfa4 BUG/MINOR: sink: invalid sft free in sink_deinit() by Aurelien DARRAGON · Mon Jul 10 15:17:12 2023 +0200
  73. 91e2875 BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · Tue Jul 04 15:36:45 2023 +0200
  74. 1a39bd2 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · Mon Jul 03 18:33:18 2023 +0200
  75. ab89d8b BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · Mon Jul 03 17:35:54 2023 +0200
  76. 55446a4 BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · Mon Jun 26 17:15:48 2023 +0200
  77. c242313 MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · Mon Jun 26 16:44:41 2023 +0200
  78. a92de3f BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · Tue Jun 27 11:32:06 2023 +0200
  79. 6726e57 BUG/MINOR: ring: maxlen warning reported as alert by Aurelien DARRAGON · Mon Jun 26 14:22:12 2023 +0200
  80. b3304be BUG/MINOR: ring: size warning incorrectly reported as fatal error by Aurelien DARRAGON · Thu Jun 22 16:57:29 2023 +0200
  81. cd4211c BUG/MINOR: sink: missing sft free in sink_deinit() by Aurelien DARRAGON · Thu Jul 06 15:19:34 2023 +0200
  82. ca28e78 BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv() by Aurelien DARRAGON · Thu Jul 06 14:57:32 2023 +0200
  83. dd270e0 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · Tue Jul 04 17:13:28 2023 +0200
  84. 2734092 BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT by Aurelien DARRAGON · Wed Jun 07 15:12:06 2023 +0200
  85. b367a67 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · Sun Jul 02 10:49:49 2023 +0200
  86. 1da7ab3 DOC: Add tune.h2.max-frame-size option to table of contents by Tim Duesterhus · Tue Jun 13 15:08:47 2023 +0200
  87. 9490f9d BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · Mon Jun 19 17:12:58 2023 +0200
  88. b64ec59 BUG/MINOR: namespace: missing free in netns_sig_stop() by Aurelien DARRAGON · Wed Jun 14 10:11:13 2023 +0200
  89. 9478e5a BUG/MINOR: server: inherit from netns in srv_settings_cpy() by Aurelien DARRAGON · Wed Jun 14 09:53:32 2023 +0200
  90. 5483bde BUG/MEDIUM: hlua: prevent deadlocks with main lua lock by Aurelien DARRAGON · Tue Mar 21 14:02:16 2023 +0100
  91. e00bf5d MINOR: hlua: simplify lua locking by Aurelien DARRAGON · Tue Mar 21 13:22:33 2023 +0100
  92. 93591b4 BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() by Aurelien DARRAGON · Mon Mar 20 16:29:55 2023 +0100
  93. b6aade3 BUG/MINOR: hlua: fix reference leak in core.register_task() by Aurelien DARRAGON · Mon Mar 13 14:09:21 2023 +0100
  94. 5ce1152 MINOR: hlua: add simple hlua reference handling API by Aurelien DARRAGON · Thu Mar 02 17:50:49 2023 +0100
  95. 2933f26 CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · Sat May 14 22:15:28 2022 +0200
  96. ddc9032 MINOR: lua: Add a function to get a reference on a table in the stack by Christopher Faulet · Tue Feb 25 10:20:04 2020 +0100
  97. a802e14 MINOR: proto_ux: ability to dump ABNS names in error messages by Aurelien DARRAGON · Mon Feb 06 19:23:40 2023 +0100
  98. cc03b1b MEDIUM: proto_ux: properly suspend named UNIX listeners by Aurelien DARRAGON · Wed Feb 22 14:34:28 2023 +0100
  99. 7741928 BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume by Aurelien DARRAGON · Tue Feb 07 12:36:27 2023 +0100
  100. 8283d59 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · Mon Feb 13 17:45:08 2023 +0100