1. 9d0ad65 CLEANUP: htx: fix a typo in an error message of http_str_to_htx by Manu Nicolas · Mon Jan 09 01:31:06 2023 +0000
  2. b12d916 BUG/MINOR: http: Memory leak of http redirect rules' format string by Remi Tricot-Le Breton · Fri Jan 06 16:31:06 2023 +0100
  3. 93663cb REGTEST: fix the race conditions in hmac.vtc by Aurelien DARRAGON · Mon Jan 02 15:03:20 2023 +0100
  4. 0daa7c8 REGTEST: fix the race conditions in digest.vtc by Aurelien DARRAGON · Mon Jan 02 15:02:10 2023 +0100
  5. 49663df REGTEST: fix the race conditions in json_query.vtc by Aurelien DARRAGON · Mon Jan 02 14:54:31 2023 +0100
  6. 54be8a9 BUG/MAJOR: buf: Fix copy of wrapping output data when a buffer is realigned by Christopher Faulet · Thu Jan 05 09:34:47 2023 +0100
  7. bb23078 BUG/MINOR: http-fetch: Only fill txn status during prefetch if not already set by Christopher Faulet · Wed Jan 04 10:11:32 2023 +0100
  8. 0a35da9 BUILD: makefile: sort the features list by Willy Tarreau · Thu Dec 22 19:51:30 2022 +0100
  9. f6ddcea BUILD: makefile: build the features list dynamically by Willy Tarreau · Wed Dec 21 11:57:43 2022 +0100
  10. 7b9b3d2 BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · Thu Dec 22 11:05:48 2022 +0100
  11. 2c681c6 BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set by Christopher Faulet · Thu Dec 22 09:47:01 2022 +0100
  12. d417c25 BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain by Remi Tricot-Le Breton · Thu Dec 15 15:44:37 2022 +0100
  13. 22f4efc LICENSE: wurfl: clarify the dummy library license. by scientiamobile · Thu Dec 01 17:21:10 2022 +0100
  14. 1039c33 BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout by Christopher Faulet · Wed Dec 14 10:26:25 2022 +0100
  15. 8cf30b3 REGTESTS: startup: check maxconn computation by William Lallemand · Tue Dec 13 17:17:17 2022 +0100
  16. 59a3728 REGTESTS: fix the race conditions in iff.vtc by Christopher Faulet · Fri Dec 09 17:11:22 2022 +0100
  17. 0c86fce BUG/MAJOR: fcgi: Fix uninitialized reserved bytes by Youfu Zhang · Fri Dec 09 19:15:48 2022 +0800
  18. 82e495c DOC: promex: Add missing backend metrics by Christopher Faulet · Fri Dec 09 11:04:11 2022 +0100
  19. efe05e3 MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · Thu Dec 08 09:17:01 2022 +0000
  20. 1b3d31c BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · Thu Dec 08 09:17:00 2022 +0000
  21. 21377a1 BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers by William Lallemand · Wed Dec 07 15:21:24 2022 +0100
  22. 766cf18 BUG/MINOR: ssl: Fix potential overflow by Remi Tricot-Le Breton · Mon Nov 14 15:15:52 2022 +0100
  23. 99e4526 BUG/MEDIUM: ssl: Verify error codes can exceed 63 by Remi Tricot-Le Breton · Thu Nov 10 10:48:58 2022 +0100
  24. c386b8c BUG/MINOR: resolvers: Don't wait periodic resolution on healthcheck failure by Christopher Faulet · Mon Oct 24 08:59:59 2022 +0200
  25. 0ef64c9 BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · Fri Dec 16 15:40:31 2022 +0100
  26. 0409157 CI: github: change "ubuntu-latest" to "ubuntu-20.04" by William Lallemand · Fri Dec 09 15:55:18 2022 +0100
  27. dc7d251 BUG/MEDIIM: stconn: Flush output data before forwarding close to write side by Christopher Faulet · Mon Dec 05 07:42:00 2022 +0100
  28. e679427 BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action by Christopher Faulet · Tue Nov 22 15:41:48 2022 +0100
  29. d59cd78 [RELEASE] Released version 2.4.20 by Christopher Faulet · Fri Dec 09 10:28:32 2022 +0100
  30. 463c807 Revert "CI: determine actual OpenSSL version dynamically" by Christopher Faulet · Tue Dec 06 11:33:29 2022 +0100
  31. 83830e9 Revert "CI: switch to the "latest" LibreSSL" by Christopher Faulet · Tue Dec 06 11:25:06 2022 +0100
  32. 639f4a9 SCRIPTS: announce-release: add a link to the data plane API by Willy Tarreau · Mon Nov 28 07:22:46 2022 +0100
  33. 71e5873 DOC: config: clarify the -m dir and -m dom pattern matching methods by Willy Tarreau · Fri Nov 25 12:02:25 2022 +0100
  34. cc83488 DOC: config: clarify the fact that "retries" is not just for connections by Willy Tarreau · Fri Nov 25 11:06:20 2022 +0100
  35. edbeab1 DOC: config: explain how default matching method for ACL works by Willy Tarreau · Fri Nov 25 10:49:41 2022 +0100
  36. 2884854 DOC: config: mention that a single monitor-uri rule is supported by Willy Tarreau · Fri Nov 25 10:24:44 2022 +0100
  37. 000d400 DOC: config: clarify the fact that SNI should not be used in HTTP scenarios by Willy Tarreau · Fri Nov 25 10:12:12 2022 +0100
  38. ee9afa2 DOC: config: provide some configuration hints for "http-reuse" by Willy Tarreau · Fri Nov 25 09:17:18 2022 +0100
  39. 33c2613 Revert "BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action" by Christopher Faulet · Fri Dec 02 15:22:28 2022 +0100
  40. 6609cbe BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out by Christopher Faulet · Wed Nov 23 16:58:22 2022 +0100
  41. 2659053 BUILD: http-htx: Silent build error about a possible NULL start-line by Christopher Faulet · Tue Nov 22 18:02:00 2022 +0100
  42. 5628038 BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action by Christopher Faulet · Tue Nov 22 15:41:48 2022 +0100
  43. 27272f2 BUG/MINOR: log: fix parse_log_message rfc5424 size check by Aurelien DARRAGON · Tue Nov 22 11:17:11 2022 +0100
  44. 7351eea BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer dereference on proxy "from" inheritance by Aurelien DARRAGON · Mon Nov 21 17:01:11 2022 +0100
  45. 49a2f60 BUILD: listener: fix build warning on global_listener_rwlock without threads by Willy Tarreau · Tue Nov 22 09:08:23 2022 +0100
  46. 41d5742 BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns by Willy Tarreau · Mon Nov 21 14:32:33 2022 +0100
  47. d978568 BUILD: peers: Remove unused variables by Christopher Faulet · Fri Nov 18 16:40:51 2022 +0100
  48. 37d9662 BUG/MEDIUM: peers: messages about unkown tables not correctly ignored by Emeric Brun · Fri Nov 18 14:52:54 2022 +0100
  49. 2cb86e7 BUG/MINOR: ssl: don't initialize the keylog callback when not required by William Lallemand · Fri Nov 18 15:00:15 2022 +0100
  50. 32e8e9b BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · Fri Nov 18 09:17:29 2022 +0100
  51. e088fb3 BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task by Christopher Faulet · Thu Nov 17 14:40:20 2022 +0100
  52. 3e1bfa7 BUG/MINOR: pool/cli: use ullong to report total pool usage in bytes by Willy Tarreau · Thu Nov 17 11:08:03 2022 +0100
  53. 28ae98a BUG/MEDIUM: ring: fix creation of server in uninitialized ring by Willy Tarreau · Wed Nov 16 18:56:34 2022 +0100
  54. 0cb2900 DOC: config: fix alphabetical ordering of global section by Willy Tarreau · Wed Nov 16 17:42:34 2022 +0100
  55. 7c64767 REG-TESTS: cache: Remove T-E header for 304-Not-Modified responses by Christopher Faulet · Wed Nov 16 17:19:42 2022 +0100
  56. eadd982 BUG/MINOR: mux-h1: Do not send a last null chunk on body-less answers by Mickael Torres · Wed Nov 16 14:29:37 2022 +0100
  57. 440ab06 BUG/MEDIUM: mux-fcgi: Avoid value length overflow when it doesn't fit at once by Christopher Faulet · Tue Nov 15 10:46:28 2022 +0100
  58. 84735b8 BUG/MINOR: mux-fcgi: Be sure to send empty STDING record in case of zero-copy by Christopher Faulet · Tue Nov 15 10:36:31 2022 +0100
  59. a6173cd BUG/MINOR: resolvers: Set port before IP address when processing SRV records by Christopher Faulet · Thu Nov 03 16:41:46 2022 +0100
  60. 204017c BUG/MINOR: http-htx: Fix error handling during parsing http replies by Christopher Faulet · Mon Nov 14 08:49:28 2022 +0100
  61. 069a6c8 BUG/MEDIUM: wdt/clock: properly handle early task hangs by Aurelien DARRAGON · Thu Nov 10 11:47:47 2022 +0100
  62. c0a0def CI: emit the compiler's version in the build reports by Willy Tarreau · Mon Nov 14 11:03:18 2022 +0100
  63. edd81a9 CI: switch to the "latest" LibreSSL by Ilya Shipitsin · Wed Nov 02 11:57:03 2022 +0500
  64. 1583897 BUG/MINOR: ssl: ocsp structure not freed properly in case of error by Remi Tricot-Le Breton · Thu Nov 03 15:16:49 2022 +0100
  65. 172da59 BUG/MINOR: ssl: Memory leak of AUTHORITY_KEYID struct when loading issuer by Remi Tricot-Le Breton · Thu Nov 03 15:16:48 2022 +0100
  66. 9305bae CI: add monthly gcc cross compile jobs by Ilya Shipitsin · Tue Oct 18 19:13:45 2022 +0500
  67. 5569aa9 BUG/MINOR: log: fixing bug in tcp syslog_io_handler Octet-Counting by Aurelien DARRAGON · Wed Oct 26 23:40:08 2022 +0200
  68. d263652 BUG/MEDIUM: stick-table: fix a race condition when updating the expiration task by Willy Tarreau · Mon Nov 14 18:02:44 2022 +0100
  69. 2f6fed2 BUG/MAJOR: stick-table: don't process store-response rules for applets by Christopher Faulet · Tue Oct 25 16:45:38 2022 +0200
  70. 62416de DOC: management: add forgotten "show startup-logs" by William Lallemand · Fri Oct 14 15:29:07 2022 +0200
  71. 13f43a7 BUG/MINOR: stick-table: Use server_id instead of std_t_sint in process_store_rules() by Christopher Faulet · Tue Oct 25 16:28:13 2022 +0200
  72. f5d061e CI: SSL: temporarily stick to LibreSSL=3.5.3 by Ilya Shipitsin · Tue Oct 11 12:11:55 2022 +0500
  73. 2fb578c CI: SSL: use proper version generating when "latest" semantic is used by Ilya Shipitsin · Tue Oct 11 12:10:57 2022 +0500
  74. 46da041 BUG/MINOR: sink: Set default connect/server timeout for implicit ring buffers by Christopher Faulet · Mon Oct 24 15:53:01 2022 +0200
  75. 1e25eb1 BUG/MINOR: sink: Only use backend capability for the sink proxies by Christopher Faulet · Mon Oct 24 15:10:18 2022 +0200
  76. c6fb50b BUG/MEDIUM: compression: handle rewrite errors when updating response headers by Christopher Faulet · Mon Oct 24 08:39:29 2022 +0200
  77. 737b3fd BUG/MINOR: ring: Properly parse connect timeout by Christopher Faulet · Wed Oct 19 16:26:21 2022 +0200
  78. a676b48 BUG/MINOR: log: Preserve message facility when the log target is a ring buffer by Christopher Faulet · Wed Oct 19 08:16:48 2022 +0200
  79. 03072a9 CI: Replace the deprecated `::set-output` command by writing to $GITHUB_OUTPUT in workflow definition by Tim Duesterhus · Fri Oct 14 19:46:07 2022 +0200
  80. 04ca234 CI: Replace the deprecated `::set-output` command by writing to $GITHUB_OUTPUT in matrix.py by Tim Duesterhus · Fri Oct 14 19:46:06 2022 +0200
  81. b956eb0 BUG/MINOR: server: make sure "show servers state" hides private bits by Willy Tarreau · Wed Oct 12 21:40:31 2022 +0200
  82. 8c3cdf0 BUG/MAJOR: stick-tables: do not try to index a server name for applets by Willy Tarreau · Wed Oct 12 10:35:41 2022 +0200
  83. df33212 DOC: configuration: missing 'if' in tcp-request content example by Aurelien DARRAGON · Wed Oct 05 18:09:33 2022 +0200
  84. 9fca290 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · Mon Oct 03 14:56:34 2022 +0200
  85. d67b10f BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction by wrightlaw · Thu Sep 08 16:10:48 2022 +0100
  86. 9687844 MINOR: smtpchk: Update expect rule to fully match replies to EHLO commands by Christopher Faulet · Wed Sep 21 14:42:47 2022 +0200
  87. da3db5b BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error by Christopher Faulet · Thu Sep 15 16:21:55 2022 +0200
  88. f7575fc BUILD: http_fetch: silence an uninitiialized warning with gcc-4/5/6 at -Os by Willy Tarreau · Tue Oct 04 09:18:34 2022 +0200
  89. d44b2d4 BUG/MINOR: http-fetch: Update method after a prefetch in smp_fetch_meth() by Christopher Faulet · Tue Oct 04 08:58:02 2022 +0200
  90. e21ad30 BUILD: h1: silence an initiialized warning with gcc-4.7 and -Os by Willy Tarreau · Tue Oct 04 08:02:03 2022 +0200
  91. a265827 BUG/MEDIUM: lua: handle stick table implicit arguments right. by Olivier Houchard · Tue Sep 13 00:35:53 2022 +0200
  92. da25dac BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure by Olivier Houchard · Tue Sep 13 00:31:17 2022 +0200
  93. 36136e5 DOC: config: Fix pgsql-check documentation to make user param mandatory by Christopher Faulet · Mon Oct 03 15:00:59 2022 +0200
  94. 80cff2f BUG/MINOR: checks: update pgsql regex on auth packet by Fatih Acar · Mon Sep 26 17:27:11 2022 +0200
  95. ec55434 [RELEASE] Released version 2.4.19 by Christopher Faulet · Wed Sep 28 14:51:49 2022 +0200
  96. 6256aaa BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree by Christopher Faulet · Tue Sep 27 10:43:24 2022 +0200
  97. 25a4a42 REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Return valid SMTP replies by Christopher Faulet · Wed Sep 21 15:05:42 2022 +0200
  98. a5c621a BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · Tue Sep 20 14:33:18 2022 +0200
  99. 6b34e30 SCRIPTS: announce-release: update some URLs to https by Willy Tarreau · Sat Sep 17 12:17:07 2022 +0200
  100. 9cc5fb4 BUILD: fd: fix a build warning on the DWCAS by Willy Tarreau · Sat Sep 17 11:15:29 2022 +0200