1. 27c70ae DOC: Improve documentation of the various hdr() fetches by Tim Duesterhus · Sat Jan 23 17:50:21 2021 +0100
  2. 24c41d5 [RELEASE] Released version 2.4-dev6 by Willy Tarreau · Fri Jan 22 16:19:46 2021 +0100
  3. ef4e45c DOC: Rename '<var name>' to '<var>' in converter signature by Tim Duesterhus · Thu Jan 21 17:40:50 2021 +0100
  4. a308209 DOC: Remove space after comma in converter signature by Tim Duesterhus · Thu Jan 21 17:40:49 2021 +0100
  5. e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · Mon Dec 07 11:22:24 2020 +0100
  6. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · Thu Jan 21 08:26:06 2021 +0100
  7. 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · Thu Jan 07 14:50:51 2021 +0100
  8. cdbcca9 DOC: fix some spelling issues over multiple files by Thayne McCombs · Thu Jan 07 21:24:41 2021 -0700
  9. 888b0ae MINOR: converter: adding support for url_enc by William Dauchy · Wed Jan 06 23:39:50 2021 +0100
  10. 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · Wed Jan 06 17:41:32 2021 +0100
  11. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  12. e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · Wed Dec 23 18:13:53 2020 +0100
  13. 04bf0cc MINOR: sample: add the xxh3 converter by Dragan Dosen · Tue Dec 22 21:44:33 2020 +0100
  14. 6d975f0 MINOR: check: do not ignore a connection header for http-check send by Amaury Denoyelle · Tue Dec 22 14:08:52 2020 +0100
  15. 4d71176 [RELEASE] Released version 2.4-dev4 by Willy Tarreau · Mon Dec 21 11:54:56 2020 +0100
  16. 2272d8a DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Mon Dec 21 01:22:40 2020 +0500
  17. 3e67860 DOC: fix "smp_size" vs "sample_size" in "log" directive arguments by Jan Wagner · Thu Dec 17 22:22:32 2020 +0100
  18. dc32cd9 DOC: opentracing: add the OpenTracing filter section by Miroslav Zagorac · Sun Dec 13 18:32:57 2020 +0100
  19. 5853c0c MINOR: cache: Add a max-secondary-entries cache option by Remi Tricot-Le Breton · Thu Dec 10 17:58:43 2020 +0100
  20. a786c41 [RELEASE] Released version 2.4-dev3 by Willy Tarreau · Fri Dec 11 17:22:51 2020 +0100
  21. f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:58 2020 +0100
  22. d91d779 MINOR: backend: add timeout sample fetches by Amaury Denoyelle · Thu Dec 10 13:43:56 2020 +0100
  23. da184d5 MINOR: frontend: add client timeout sample fetch by Amaury Denoyelle · Thu Dec 10 13:43:55 2020 +0100
  24. 8d22823 MEDIUM: http_act: define set-timeout server/tunnel action by Amaury Denoyelle · Thu Dec 10 13:43:54 2020 +0100
  25. e3e1e5f MINOR: cache: Dump secondary entries in "show cache" by Remi Tricot-Le Breton · Fri Nov 27 15:48:40 2020 +0100
  26. d5ac6de DOC: config: Add notes about errors emitted by H1 mux by Christopher Faulet · Wed Dec 02 08:40:14 2020 +0100
  27. b931f96 DOC/MINOR: Fix formatting in Management Guide by Phil Scherer · Wed Dec 02 19:36:08 2020 +0000
  28. 59f11be MEDIUM: lua-thread: Add the lua-load-per-thread directive by Thierry Fournier · Sun Nov 29 00:37:41 2020 +0100
  29. ecb83c2 MINOR: lua-thread: Add the "thread" core variable by Thierry Fournier · Sat Nov 28 15:49:44 2020 +0100
  30. 4234dbd MINOR: lua-thread: Use NULL context for main lua state by Thierry Fournier · Sat Nov 28 13:18:23 2020 +0100
  31. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · Mon Nov 30 18:27:47 2020 +0000
  32. c94431b [RELEASE] Released version 2.4-dev2 by Willy Tarreau · Tue Dec 01 08:15:26 2020 +0100
  33. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · Fri Nov 27 16:24:34 2020 +0100
  34. 687a68e DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section by Christopher Faulet · Tue Nov 24 17:13:24 2020 +0100
  35. fa8b89a DOC: config: Make disable-on-404 option clearer on transition conditions by Christopher Faulet · Fri Nov 20 18:54:13 2020 +0100
  36. 83662b5 MINOR: tcpcheck: Add support of L7OKC on expect rules error-status argument by Christopher Faulet · Fri Nov 20 17:47:47 2020 +0100
  37. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · Wed Nov 25 17:20:57 2020 +0100
  38. 21acc33 DOC: Clarify %HP description in log-format by Maciej Zdeb · Thu Nov 26 10:45:52 2020 +0000
  39. 6f1129d DOC: better document the config file format and escaping/quoting rules by Willy Tarreau · Wed Nov 25 19:58:20 2020 +0100
  40. 4f73083 DOC: cache: Add information about Vary support by Remi Tricot-Le Breton · Thu Nov 26 15:51:50 2020 +0100
  41. d493bc8 DOC: cache: Add new caching limitation information by Remi Tricot-Le Breton · Thu Nov 26 15:51:29 2020 +0100
  42. 754b242 MINOR: cache: Add a process-vary option that can enable/disable Vary processing by Remi Tricot-Le Breton · Mon Nov 16 15:56:10 2020 +0100
  43. aa8fcc4 DOC: better describes how to configure a fallback crt by Joao Morais · Tue Nov 24 08:24:30 2020 -0300
  44. 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · Thu Nov 12 11:14:05 2020 +0100
  45. 1a38ffc [RELEASE] Released version 2.4-dev1 by Willy Tarreau · Sat Nov 21 16:00:40 2020 +0100
  46. ebdd4c5 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · Fri Nov 20 13:58:48 2020 +0000
  47. e51fab0 DOC: clarify how to create a fallback crt by Joao Morais · Sat Nov 21 07:42:20 2020 -0300
  48. 02ec3fe DOC: coding-style: update a few rules about pointers by Willy Tarreau · Wed Nov 18 19:53:45 2020 +0100
  49. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · Sat Nov 14 19:25:33 2020 +0100
  50. 0217b7b DOC: add missing 3.10 in the summary by William Lallemand · Wed Nov 18 10:41:24 2020 +0100
  51. 96a577a MINOR: flt-trace: Add an option to inhibits trace messages by Christopher Faulet · Tue Nov 17 10:45:05 2020 +0100
  52. c41d8bd CLEANUP: flt-trace: Remove unused random-parsing option by Christopher Faulet · Tue Nov 17 10:43:26 2020 +0100
  53. 70d10d1 DOC: config: Fix a typo on ssl_c_chain_der by Christopher Faulet · Fri Nov 06 12:10:33 2020 +0100
  54. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · Tue Oct 27 18:10:06 2020 +0100
  55. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · Thu Oct 22 15:39:03 2020 +0200
  56. 1db5579 [RELEASE] Released version 2.4-dev0 by Willy Tarreau · Thu Nov 05 17:20:35 2020 +0100
  57. 1c0a722 [RELEASE] Released version 2.3.0 by Willy Tarreau · Thu Nov 05 17:04:53 2020 +0100
  58. c40edac DOC: Add dns as an available domain to show stat by Daniel Corbett · Sun Nov 01 10:54:17 2020 -0500
  59. bd703e5 [RELEASE] Released version 2.3-dev9 by Willy Tarreau · Sat Oct 31 13:17:06 2020 +0100
  60. bf97121 MINOR: cache: Create res.cache_hit and res.cache_name sample fetches by Remi Tricot-Le Breton · Tue Oct 27 11:55:57 2020 +0100
  61. fb1b9e3 [RELEASE] Released version 2.3-dev8 by Willy Tarreau · Sat Oct 24 13:14:31 2020 +0200
  62. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · Fri Oct 23 22:44:30 2020 +0200
  63. 698097b DOC: management: apply the "show stat" modifiers to "show stat", not "show info" by Willy Tarreau · Fri Oct 23 20:19:47 2020 +0200
  64. 089c138 MEDIUM: ssl: ssl-load-extra-del-ext work only with .crt by William Lallemand · Fri Oct 23 17:35:12 2020 +0200
  65. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · Fri Oct 23 17:28:57 2020 +0200
  66. 65141ff MINOR: stats: support the "up" output modifier for "show stat" by Willy Tarreau · Fri Oct 23 17:19:48 2020 +0200
  67. 8ae8c48 MEDIUM: fwlc: re-enable per-server queuing up to maxqueue by Willy Tarreau · Thu Oct 22 17:19:07 2020 +0200
  68. 8c855f6 MINOR: leastconn: take the queue length into account when queuing servers by Willy Tarreau · Thu Oct 22 17:41:45 2020 +0200
  69. 8e8581e MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension by William Lallemand · Tue Oct 20 17:36:46 2020 +0200
  70. f42d794 MEDIUM: config: report that "nbproc" is deprecated by Willy Tarreau · Tue Oct 20 11:54:49 2020 +0200
  71. 9d58c9b [RELEASE] Released version 2.3-dev7 by Willy Tarreau · Sat Oct 17 10:31:50 2020 +0200
  72. 1857b8c DOC: fix typo in MAX_SESS_STKCTR by Matteo Contrini · Fri Oct 16 17:35:54 2020 +0200
  73. 7239c24 MEDIUM: backend: reuse connection if using a static sni by Amaury Denoyelle · Thu Oct 15 16:41:09 2020 +0200
  74. 4a32103 DOC: improve the documentation for "option nolinger" by Willy Tarreau · Fri Oct 16 04:55:19 2020 +0200
  75. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · Thu Oct 15 20:08:55 2020 +0200
  76. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · Wed Oct 14 15:55:23 2020 +0200
  77. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · Wed Oct 14 15:44:27 2020 +0200
  78. 2717965 DOC: Describe reuse safe for HOL handling by Amaury Denoyelle · Wed Oct 14 18:17:12 2020 +0200
  79. b7ffe19 [RELEASE] Released version 2.3-dev6 by Willy Tarreau · Sat Oct 10 10:45:13 2020 +0200
  80. ccf4299 MEDIUM: config: remove the deprecated and dangerous global "debug" directive by Willy Tarreau · Fri Oct 09 19:15:03 2020 +0200
  81. ab0a519 MEDIUM: config: mark "grace" as deprecated by Willy Tarreau · Fri Oct 09 19:07:01 2020 +0200
  82. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · Wed Sep 23 17:34:22 2020 +0200
  83. ab87712 DOC: Fix typos in configuration.txt by Sébastien Gross · Thu Oct 08 10:06:03 2020 +0200
  84. 08eb718 DOC: Add missing stats fields in the management doc by Pierre Cheynier · Thu Oct 08 16:37:14 2020 +0200
  85. 465dc7d DOC: fix a confusing typo on a regsub example by Willy Tarreau · Thu Oct 08 18:05:56 2020 +0200
  86. da46c1c DOC: re-work log forward bind statement documentation. by Emeric Brun · Thu Oct 08 08:39:02 2020 +0200
  87. cbb7bf7 MEDIUM: log: syslog TCP support on log forward section. by Emeric Brun · Mon Oct 05 14:39:35 2020 +0200
  88. 57dd6f1 DOC: ssl: fix typo about ocsp files by William Dauchy · Tue Oct 06 15:22:37 2020 +0200
  89. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · Mon Oct 05 11:49:46 2020 +0200
  90. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · Mon Oct 05 11:49:45 2020 +0200
  91. 50660a8 MEDIUM: stats: add delimiter for static proxy stats on csv by Amaury Denoyelle · Mon Oct 05 11:49:39 2020 +0200
  92. 072f97e MINOR: stats: define the concept of domain for statistics by Amaury Denoyelle · Mon Oct 05 11:49:37 2020 +0200
  93. f9ff3ec DOC: ssl: new "cert bundle" behavior by William Lallemand · Fri Oct 02 17:57:44 2020 +0200
  94. 2079a4a MEDIUM: tcp-rules: Warn if a track-sc* content rule doesn't depend on content by Christopher Faulet · Fri Oct 02 11:48:57 2020 +0200
  95. 7ea509e DOC: tcp-rules: Refresh details about L7 matching for tcp-request content rules by Christopher Faulet · Fri Oct 02 11:38:46 2020 +0200
  96. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · Thu Oct 01 14:32:35 2020 +0200
  97. 2540796 DOC: crt: advise to move away from cert bundle by William Dauchy · Sat Sep 26 13:35:52 2020 +0200
  98. f8e795c DOC: agent-check: fix typo in "fail" word expected reply by William Dauchy · Sat Sep 26 13:35:51 2020 +0200
  99. 05f0188 [RELEASE] Released version 2.3-dev5 by Christopher Faulet · Fri Sep 25 18:40:47 2020 +0200
  100. 57a3741 MINOR: backend: add a new "path-only" option to "balance uri" by Willy Tarreau · Wed Sep 23 08:56:29 2020 +0200