1. 274a211 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
  2. 8b83a9b BUG/MINOR: session: ensure conn owner is set after insert into session by Amaury Denoyelle · Wed Mar 20 11:25:31 2024 +0100
  3. 06bf59b 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
  4. 73fad56 CI: temporarily adjust kernel entropy to work with ASAN/clang by Ilia Shipitsin · Sun Mar 17 17:01:39 2024 +0100
  5. f15ac82 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
  6. a894261 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
  7. 62de60d BUG/MINOR: listener: Don't schedule frontend without task in listener_release() by Christopher Faulet · Thu Mar 14 09:29:09 2024 +0100
  8. 34c3859 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
  9. 9b98c9d BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() by Dragan Dosen · Mon Mar 11 18:10:01 2024 +0100
  10. 6b0dea7 DOC: configuration: clarify ciphersuites usage (V2) by William Lallemand · Mon Mar 11 15:48:14 2024 +0100
  11. 1c73382 BUG/MINOR: cfgparse: report proper location for log-format-sd errors by Aurelien DARRAGON · Wed Feb 28 19:29:27 2024 +0100
  12. 6ab7ec9 BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume() by Aurelien DARRAGON · Fri Mar 01 21:17:51 2024 +0100
  13. d4df562 BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP() by Aurelien DARRAGON · Mon Mar 04 11:17:58 2024 +0100
  14. a374161 BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts by Aurelien DARRAGON · Fri Mar 01 15:55:17 2024 +0100
  15. adac932 BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack by Aurelien DARRAGON · Fri Mar 01 19:54:16 2024 +0100
  16. 090a146 BUG/MINOR: tools: seed the statistical PRNG slightly better by Willy Tarreau · Fri Mar 01 16:17:47 2024 +0100
  17. 8263e94 MINOR: hlua: Be able to disable logging from lua by Christopher Faulet · Thu Feb 29 15:41:17 2024 +0100
  18. 00e0c3d BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel by Christopher Faulet · Thu Feb 29 15:37:43 2024 +0100
  19. a088aa0 DOC: configuration: clarify ciphersuites usage by William Lallemand · Thu Feb 29 18:04:12 2024 +0100
  20. ab9043f BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist by William Lallemand · Tue Feb 27 17:22:15 2024 +0100
  21. 7783546 BUG/MINOR: ist: allocate nul byte on istdup by Amaury Denoyelle · Wed Feb 21 16:10:43 2024 +0100
  22. 174144c BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data by Christopher Faulet · Fri Feb 16 15:33:44 2024 +0100
  23. e959c0a DEV: makefile: fix POSIX compatibility for "range" target by Aurelien DARRAGON · Wed Aug 16 18:16:16 2023 +0200
  24. 06f9a74 DEV: makefile: add a new "range" target to iteratively build all commits by Willy Tarreau · Wed Aug 09 16:52:28 2023 +0200
  25. f3e45f3 CI: Update to actions/cache@v4 by Tim Duesterhus · Thu Feb 08 19:55:23 2024 +0100
  26. 536cb58 DOC: internal: update missing data types in peers-v2.0.txt by Willy Tarreau · Fri Jan 19 16:55:17 2024 +0100
  27. b402450 DOC: install: recommend pcre2 by Abhijeet Rastogi · Wed Feb 07 18:47:42 2024 -0800
  28. 25d2d8a DOC: configuration: clarify http-request wait-for-body by Thayne McCombs · Sun Jan 28 22:07:32 2024 -0700
  29. 1cc9651 BUILD: address a few remaining calloc(size, n) cases by Willy Tarreau · Sat Feb 10 11:35:07 2024 +0100
  30. 1ae47ec BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line by Remi Tricot-Le Breton · Wed Feb 07 16:38:42 2024 +0100
  31. d292e56 BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions by Olivier Houchard · Sat Jan 27 22:58:29 2024 +0100
  32. 9c25a6a BUG/MEDIUM: h1: always reject the NUL character in header values by Willy Tarreau · Wed Jan 31 15:10:39 2024 +0100
  33. a3a44d1 BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size by Christopher Faulet · Fri Jan 26 16:30:53 2024 +0100
  34. 41ea80c BUG/MINOR: h1: Don't support LF only at the end of chunks by Christopher Faulet · Fri Jan 26 16:23:51 2024 +0100
  35. 05f5e96 BUG/MINOR: h1-htx: properly initialize the err_pos field by Willy Tarreau · Wed Jan 31 15:04:11 2024 +0100
  36. f08d319 BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() by Willy Tarreau · Sat Feb 10 12:29:53 2024 +0100
  37. b6bd0c0 BUG/MINOR: vars/cli: fix missing LF after "get var" output by Willy Tarreau · Thu Feb 08 18:13:32 2024 +0100
  38. 7366c84 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · Tue Jan 23 15:44:32 2024 +0100
  39. e3df8b2 BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up by Christopher Faulet · Fri Jan 05 17:06:48 2024 +0100
  40. ac68b99 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · Fri Jan 05 16:48:40 2024 +0100
  41. dd8abeb DOC: config: Update documentation about local haproxy response by Christopher Faulet · Tue Dec 19 08:51:26 2023 +0100
  42. b7c6261 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · Wed Dec 13 15:36:52 2023 +0100
  43. 858ed9a DOC: configuration: typo req.ssl_hello_type by William Lallemand · Thu Dec 07 15:00:58 2023 +0100
  44. 51a6e93 BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · Tue Nov 14 07:55:04 2023 +0100
  45. 89673e2 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · Mon Nov 20 10:44:21 2023 +0100
  46. 6cfe787 [RELEASE] Released version 2.4.25 by Christopher Faulet · Thu Dec 14 14:50:17 2023 +0100
  47. def2f95 BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly by William Lallemand · Mon Nov 20 10:49:05 2023 +0100
  48. e6a2a0b BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · Sat Nov 04 07:55:37 2023 +0100
  49. 5c59536 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · Tue Nov 28 17:08:56 2023 +0100
  50. 1d8c2e6 DOC: Clarify the differences between field() and word() by Tim Duesterhus · Thu Nov 30 16:41:18 2023 +0100
  51. 3ebaeca BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · Thu Nov 30 16:41:17 2023 +0100
  52. 28c4b30 REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter by Tim Duesterhus · Thu Nov 30 16:41:16 2023 +0100
  53. 59f36bc DOC: config: add matrix entry for "max-session-srv-conns" by Aurelien DARRAGON · Wed Nov 29 10:13:18 2023 +0100
  54. 85f953c DOC: config: specify supported sections for "max-session-srv-conns" by Aurelien DARRAGON · Mon Nov 20 17:53:36 2023 +0100
  55. 1893b3f BUG/MINOR: config: Stopped parsing upon unmatched environment variables by Frédéric Lécaille · Thu Nov 30 09:26:05 2023 +0100
  56. 8b2a005 DOC: lua: fix Proxy.get_mode() output by Aurelien DARRAGON · Thu Nov 23 16:02:14 2023 +0100
  57. 0c95162 DOC: lua: add sticktable class reference from Proxy.stktable by Aurelien DARRAGON · Thu Nov 23 13:47:54 2023 +0100
  58. da81bc3 REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY by Aurelien DARRAGON · Thu Nov 23 09:23:30 2023 +0100
  59. 88bd695 DOC: 51d: updated 51Degrees repo URL for v3.2.10 by Eugene Dorfman · Mon Nov 20 20:41:48 2023 +0100
  60. 091598a BUG/MINOR: server: do not leak default-server in defaults sections by Willy Tarreau · Thu Nov 23 14:28:14 2023 +0100
  61. 64d70a6 REGTESTS: http: add a test to validate chunked responses delivery by Willy Tarreau · Sat Nov 18 11:01:28 2023 +0100
  62. b34f6c4 BUG/MINOR: proxy/stktable: missing frees on proxy cleanup by Aurelien DARRAGON · Thu Nov 16 16:18:14 2023 +0100
  63. 5704905 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · Thu Nov 16 16:17:12 2023 +0100
  64. cc2513a BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · Fri Nov 17 18:51:26 2023 +0100
  65. 0573984 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · Fri Nov 17 10:56:33 2023 +0100
  66. 261b916 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · Fri Nov 17 10:56:33 2023 +0100
  67. 237e9fe BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · Fri Nov 17 10:56:33 2023 +0100
  68. 6087f5b BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · Fri Nov 17 11:59:33 2023 +0100
  69. 32cb2b8 BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · Fri Nov 17 11:23:11 2023 +0100
  70. 24805c3 MINOR: channel: Add functions to get info on buffers and deal with HTX streams by Christopher Faulet · Fri Nov 17 11:09:45 2023 +0100
  71. 3d1a93b MINOR: htx: Use a macro for overhead induced by HTX by Christopher Faulet · Fri Nov 17 10:52:36 2023 +0100
  72. c4d03a1 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · Tue Nov 14 19:18:53 2023 +0100
  73. 5b3449e REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · Tue Nov 14 09:03:15 2023 +0100
  74. 36b61af BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · Tue Nov 14 07:47:52 2023 +0100
  75. 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
  76. 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
  77. 95ce344 BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · Mon Nov 13 19:16:09 2023 +0100
  78. 42bd5cb DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · Fri Nov 10 16:26:32 2023 +0100
  79. 47db134 DOC: management: -q is quiet all the time by William Lallemand · Thu Nov 09 14:26:37 2023 +0100
  80. 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
  81. e748975 BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · Mon Aug 28 13:57:19 2023 +0200
  82. 8a28eb7 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · Tue Nov 07 07:50:22 2023 +0100
  83. c04eb0b BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · Fri Nov 03 12:10:56 2023 +0100
  84. 7228dfd BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · Thu Nov 02 09:18:55 2023 +0100
  85. 326e297 BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · Mon Oct 30 09:00:37 2023 +0100
  86. 05bf68b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · Mon Oct 30 18:08:16 2023 +0100
  87. 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
  88. 62bc720 BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · Fri Oct 20 18:38:34 2023 +0200
  89. 1959999 BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · Fri Oct 20 17:51:12 2023 +0200
  90. 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
  91. 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
  92. 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
  93. 6c25790 BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · Fri Oct 06 16:51:41 2023 +0200
  94. 1ffc378 BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · Tue May 09 14:15:57 2023 +0200
  95. c2f999a BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · Fri Jul 15 12:48:58 2022 +0200
  96. 659a23b BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume (2nd try) by Aurelien DARRAGON · Fri Nov 17 20:36:16 2023 +0100
  97. 99d2241 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · Tue Sep 05 16:07:49 2023 +0200 upstream-2.4
  98. 031ccb1 BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · Fri Sep 15 00:42:55 2023 +0200
  99. 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
  100. 8a6e255 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · Thu Sep 14 11:00:07 2023 +0200