1. 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
  2. d59cd78 [RELEASE] Released version 2.4.20 by Christopher Faulet · Fri Dec 09 10:28:32 2022 +0100
  3. 463c807 Revert "CI: determine actual OpenSSL version dynamically" by Christopher Faulet · Tue Dec 06 11:33:29 2022 +0100
  4. 83830e9 Revert "CI: switch to the "latest" LibreSSL" by Christopher Faulet · Tue Dec 06 11:25:06 2022 +0100
  5. 639f4a9 SCRIPTS: announce-release: add a link to the data plane API by Willy Tarreau · Mon Nov 28 07:22:46 2022 +0100
  6. 71e5873 DOC: config: clarify the -m dir and -m dom pattern matching methods by Willy Tarreau · Fri Nov 25 12:02:25 2022 +0100
  7. cc83488 DOC: config: clarify the fact that "retries" is not just for connections by Willy Tarreau · Fri Nov 25 11:06:20 2022 +0100
  8. edbeab1 DOC: config: explain how default matching method for ACL works by Willy Tarreau · Fri Nov 25 10:49:41 2022 +0100
  9. 2884854 DOC: config: mention that a single monitor-uri rule is supported by Willy Tarreau · Fri Nov 25 10:24:44 2022 +0100
  10. 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
  11. ee9afa2 DOC: config: provide some configuration hints for "http-reuse" by Willy Tarreau · Fri Nov 25 09:17:18 2022 +0100
  12. 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
  13. 6609cbe BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out by Christopher Faulet · Wed Nov 23 16:58:22 2022 +0100
  14. 2659053 BUILD: http-htx: Silent build error about a possible NULL start-line by Christopher Faulet · Tue Nov 22 18:02:00 2022 +0100
  15. 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
  16. 27272f2 BUG/MINOR: log: fix parse_log_message rfc5424 size check by Aurelien DARRAGON · Tue Nov 22 11:17:11 2022 +0100
  17. 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
  18. 49a2f60 BUILD: listener: fix build warning on global_listener_rwlock without threads by Willy Tarreau · Tue Nov 22 09:08:23 2022 +0100
  19. 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
  20. d978568 BUILD: peers: Remove unused variables by Christopher Faulet · Fri Nov 18 16:40:51 2022 +0100
  21. 37d9662 BUG/MEDIUM: peers: messages about unkown tables not correctly ignored by Emeric Brun · Fri Nov 18 14:52:54 2022 +0100
  22. 2cb86e7 BUG/MINOR: ssl: don't initialize the keylog callback when not required by William Lallemand · Fri Nov 18 15:00:15 2022 +0100
  23. 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
  24. e088fb3 BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task by Christopher Faulet · Thu Nov 17 14:40:20 2022 +0100
  25. 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
  26. 28ae98a BUG/MEDIUM: ring: fix creation of server in uninitialized ring by Willy Tarreau · Wed Nov 16 18:56:34 2022 +0100
  27. 0cb2900 DOC: config: fix alphabetical ordering of global section by Willy Tarreau · Wed Nov 16 17:42:34 2022 +0100
  28. 7c64767 REG-TESTS: cache: Remove T-E header for 304-Not-Modified responses by Christopher Faulet · Wed Nov 16 17:19:42 2022 +0100
  29. 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
  30. 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
  31. 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
  32. a6173cd BUG/MINOR: resolvers: Set port before IP address when processing SRV records by Christopher Faulet · Thu Nov 03 16:41:46 2022 +0100
  33. 204017c BUG/MINOR: http-htx: Fix error handling during parsing http replies by Christopher Faulet · Mon Nov 14 08:49:28 2022 +0100
  34. 069a6c8 BUG/MEDIUM: wdt/clock: properly handle early task hangs by Aurelien DARRAGON · Thu Nov 10 11:47:47 2022 +0100
  35. c0a0def CI: emit the compiler's version in the build reports by Willy Tarreau · Mon Nov 14 11:03:18 2022 +0100
  36. edd81a9 CI: switch to the "latest" LibreSSL by Ilya Shipitsin · Wed Nov 02 11:57:03 2022 +0500
  37. 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
  38. 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
  39. 9305bae CI: add monthly gcc cross compile jobs by Ilya Shipitsin · Tue Oct 18 19:13:45 2022 +0500
  40. 5569aa9 BUG/MINOR: log: fixing bug in tcp syslog_io_handler Octet-Counting by Aurelien DARRAGON · Wed Oct 26 23:40:08 2022 +0200
  41. 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
  42. 2f6fed2 BUG/MAJOR: stick-table: don't process store-response rules for applets by Christopher Faulet · Tue Oct 25 16:45:38 2022 +0200
  43. 62416de DOC: management: add forgotten "show startup-logs" by William Lallemand · Fri Oct 14 15:29:07 2022 +0200
  44. 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
  45. f5d061e CI: SSL: temporarily stick to LibreSSL=3.5.3 by Ilya Shipitsin · Tue Oct 11 12:11:55 2022 +0500
  46. 2fb578c CI: SSL: use proper version generating when "latest" semantic is used by Ilya Shipitsin · Tue Oct 11 12:10:57 2022 +0500
  47. 46da041 BUG/MINOR: sink: Set default connect/server timeout for implicit ring buffers by Christopher Faulet · Mon Oct 24 15:53:01 2022 +0200
  48. 1e25eb1 BUG/MINOR: sink: Only use backend capability for the sink proxies by Christopher Faulet · Mon Oct 24 15:10:18 2022 +0200
  49. c6fb50b BUG/MEDIUM: compression: handle rewrite errors when updating response headers by Christopher Faulet · Mon Oct 24 08:39:29 2022 +0200
  50. 737b3fd BUG/MINOR: ring: Properly parse connect timeout by Christopher Faulet · Wed Oct 19 16:26:21 2022 +0200
  51. 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
  52. 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
  53. 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
  54. b956eb0 BUG/MINOR: server: make sure "show servers state" hides private bits by Willy Tarreau · Wed Oct 12 21:40:31 2022 +0200
  55. 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
  56. df33212 DOC: configuration: missing 'if' in tcp-request content example by Aurelien DARRAGON · Wed Oct 05 18:09:33 2022 +0200
  57. 9fca290 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · Mon Oct 03 14:56:34 2022 +0200
  58. d67b10f BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction by wrightlaw · Thu Sep 08 16:10:48 2022 +0100
  59. 9687844 MINOR: smtpchk: Update expect rule to fully match replies to EHLO commands by Christopher Faulet · Wed Sep 21 14:42:47 2022 +0200
  60. da3db5b BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error by Christopher Faulet · Thu Sep 15 16:21:55 2022 +0200
  61. 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
  62. 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
  63. e21ad30 BUILD: h1: silence an initiialized warning with gcc-4.7 and -Os by Willy Tarreau · Tue Oct 04 08:02:03 2022 +0200
  64. a265827 BUG/MEDIUM: lua: handle stick table implicit arguments right. by Olivier Houchard · Tue Sep 13 00:35:53 2022 +0200
  65. da25dac BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure by Olivier Houchard · Tue Sep 13 00:31:17 2022 +0200
  66. 36136e5 DOC: config: Fix pgsql-check documentation to make user param mandatory by Christopher Faulet · Mon Oct 03 15:00:59 2022 +0200
  67. 80cff2f BUG/MINOR: checks: update pgsql regex on auth packet by Fatih Acar · Mon Sep 26 17:27:11 2022 +0200
  68. ec55434 [RELEASE] Released version 2.4.19 by Christopher Faulet · Wed Sep 28 14:51:49 2022 +0200
  69. 6256aaa BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree by Christopher Faulet · Tue Sep 27 10:43:24 2022 +0200
  70. 25a4a42 REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Return valid SMTP replies by Christopher Faulet · Wed Sep 21 15:05:42 2022 +0200
  71. a5c621a BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · Tue Sep 20 14:33:18 2022 +0200
  72. 6b34e30 SCRIPTS: announce-release: update some URLs to https by Willy Tarreau · Sat Sep 17 12:17:07 2022 +0200
  73. 9cc5fb4 BUILD: fd: fix a build warning on the DWCAS by Willy Tarreau · Sat Sep 17 11:15:29 2022 +0200
  74. fc2d3a0 BUG/MEDIUM: captures: free() an error capture out of the proxy lock by Willy Tarreau · Sat Sep 17 11:07:19 2022 +0200
  75. cd5cb10 DOC: fix TOC in starter guide for subsection 3.3.8. Statistics by Mathias Weiersmueller · Sat Sep 10 19:45:51 2022 +0200
  76. 89e0b6b REGTESTS: ssl/log: test the log-forward with SSL by William Lallemand · Tue Sep 13 12:41:29 2022 +0200
  77. fd66708 BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · Tue Sep 13 16:16:30 2022 +0200
  78. 072335e REGTESTS: log: test the log-forward feature by William Lallemand · Tue Sep 13 10:34:36 2022 +0200
  79. 91c3baa REGTESTS: healthcheckmail: Relax matching on the healthcheck log message by Christopher Faulet · Mon Sep 12 09:58:47 2022 +0200
  80. 5179e03 BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN' by Aurelien DARRAGON · Fri Sep 09 15:58:57 2022 +0200
  81. a225fe8 MINOR: listener: small API change by Aurelien DARRAGON · Fri Sep 09 15:32:57 2022 +0200
  82. 53a42d5 BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK by Aurelien DARRAGON · Thu Sep 08 14:35:35 2022 +0200
  83. 12a5129 CI: cirrus-ci: bump FreeBSD image to 13-1 by Ilya Shipitsin · Thu Sep 08 21:45:16 2022 +0500
  84. 6b933fc BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · Fri Sep 09 10:21:00 2022 +0200
  85. 0c25ce4 BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals by William Lallemand · Thu Sep 08 17:46:31 2022 +0200
  86. 88683e0 BUG/MINOR: task: always reset a new tasklet's call date by Willy Tarreau · Tue Sep 06 19:06:52 2022 +0200
  87. 83453e0 BUG/MINOR: h1: Support headers case adjustment for TCP proxies by Christopher Faulet · Tue Sep 06 10:09:40 2022 +0200
  88. b56d195 BUILD: makefile: enable crypt(3) for NetBSD by Brad Smith · Sat Aug 13 00:57:31 2022 -0400
  89. 9e1f83d BUG/MINOR: regex: Properly handle PCRE2 lib compiled without JIT support by Christopher Faulet · Thu Sep 01 19:34:00 2022 +0200
  90. d3d9551 BUG/MINOR: mux-fcgi: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · Fri Sep 02 14:22:38 2022 +0200
  91. db316fb BUG/MINOR: mux-h1: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · Fri Sep 02 14:21:05 2022 +0200
  92. e972a43 BUG/MINOR: mux-h2: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · Thu Sep 01 18:02:15 2022 +0200
  93. 0148a6a BUG/MEDIUM: mux-h1: always use RST to kill idle connections in pools by Willy Tarreau · Thu Sep 01 15:49:23 2022 +0200
  94. 6cacd01 REGTESTS: http_request_buffer: Add a barrier to not mix up log messages by Christopher Faulet · Thu Sep 01 19:46:28 2022 +0200
  95. a3d9a37 BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input by Willy Tarreau · Mon Aug 29 10:22:56 2022 +0200
  96. 004ffe9 BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp-check (with no rule) by Christopher Faulet · Tue Aug 30 10:31:15 2022 +0200
  97. a5a25b1 BUG/MINOR: hlua: Rely on CF_EOI to detect end of message in HTTP applets by Christopher Faulet · Mon Aug 29 15:37:16 2022 +0200
  98. 87da1db BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date by Christopher Faulet · Fri Aug 26 18:46:16 2022 +0200
  99. da21ebc BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress by Christopher Faulet · Fri Aug 26 18:40:46 2022 +0200
  100. 2d37028 BUG/MEDIUM: peers: Add connect and server timeut to peers proxy by Christopher Faulet · Mon Aug 29 11:32:26 2022 +0200