1. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · Wed Apr 15 11:32:03 2020 +0200
  2. 404f919 MEDIUM: checks: Use a shared ruleset to store tcp-check rules by Christopher Faulet · Thu Apr 09 23:13:54 2020 +0200
  3. ec07e38 MINOR: checks: Add an option to set success status of tcp-check expect rules by Christopher Faulet · Tue Apr 07 14:56:26 2020 +0200
  4. bb591a1 MINOR: checks: Relax the default option for tcp-check connect rules by Christopher Faulet · Wed Apr 01 16:52:17 2020 +0200
  5. 98cc57c MEDIUM: checks: Add status-code sample expression on tcp-check expect rules by Christopher Faulet · Wed Apr 01 20:52:31 2020 +0200
  6. be52b4d MEDIUM: checks: Add on-error/on-success option on tcp-check expect rules by Christopher Faulet · Wed Apr 01 16:30:22 2020 +0200
  7. ba3c68f MINOR: checks: Add a sample fetch to extract a block from the input check buffer by Christopher Faulet · Wed Apr 01 16:27:05 2020 +0200
  8. cf80f2f MINOR: checks: Add option to tcp-check expect rules to customize error status by Christopher Faulet · Wed Apr 01 11:04:52 2020 +0200
  9. 568415a MINOR: sample: add rtrim converter by Christopher Faulet · Wed Apr 01 17:24:47 2020 +0200
  10. 51fc9d1 MINOR: sample: add ltrim converter by Christopher Faulet · Wed Apr 01 17:24:41 2020 +0200
  11. ea159d6 MINOR: sample: add cut_crlf converter by Christopher Faulet · Wed Apr 01 16:21:44 2020 +0200
  12. 4ccc12f MINOR: sample: add htonl converter by Christopher Faulet · Wed Apr 01 09:08:32 2020 +0200
  13. b7d3009 MEDIUM: checks: Support expression to set the port by Christopher Faulet · Mon Mar 30 15:19:03 2020 +0200
  14. 5c28874 MINOR: checks: Add the addr option for tcp-check connect rule by Christopher Faulet · Tue Mar 31 08:15:58 2020 +0200
  15. 4dce592 MINOR: checks: Add the default option for tcp-check connect rules by Christopher Faulet · Mon Mar 30 13:54:42 2020 +0200
  16. 9857232 MINOR: checks: Add the alpn option for tcp-check connect rules by Christopher Faulet · Mon Mar 30 13:16:44 2020 +0200
  17. 085426a MINOR: checks: Add the via-socks4 option for tcp-check connect rules by Christopher Faulet · Mon Mar 30 13:07:02 2020 +0200
  18. 79b31d4 MINOR: checks: Add the sni option for tcp-check connect rules by Christopher Faulet · Mon Mar 30 13:00:05 2020 +0200
  19. 0c39ecc MINOR: checks: Add support to set-var and unset-var rules in tcp-checks by Gaetan Rivet · Mon Feb 24 17:34:11 2020 +0100
  20. efab6c6 MINOR: checks: add rbinary expect match type by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  21. f8ba677 MINOR: checks: add linger option to tcp connect by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  22. 1afd826 MINOR: checks: add min-recv tcp-check expect option by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  23. 8acb128 MINOR: checks: Add a way to send custom headers and payload during http chekcs by Christopher Faulet · Thu Apr 09 08:44:06 2020 +0200
  24. 95fb57b DOC: option logasap does not depend on mode by Jerome Magnin · Thu Apr 23 19:01:17 2020 +0200
  25. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · Thu Apr 23 17:54:47 2020 +0200
  26. d7f8bd9 DOC: internals: update the SSL architecture schema by William Lallemand · Thu Apr 23 16:28:25 2020 +0200
  27. b203ff6 MINOR: config: add a global directive to set default SSL curves by Jerome Magnin · Fri Apr 03 15:28:22 2020 +0200
  28. c3b7e74 MINOR: ssl: add ssl-skip-self-issued-ca global option by Emmanuel Hocdet · Wed Apr 22 11:06:19 2020 +0200
  29. 56e3120 DOC: Improve documentation on http-request set-src by Olivier Doucet · Tue Apr 21 09:32:56 2020 +0200
  30. d008930 [RELEASE] Released version 2.2-dev6 by Willy Tarreau · Fri Apr 17 14:19:38 2020 +0200
  31. bbf697e DOC: hashing: update link to hashing functions by Adam Mills · Tue Apr 14 16:45:15 2020 -0700
  32. 6e6f59b DOC: Make how "option redispatch" works more explicit by Olivier Carrère · Wed Apr 15 11:30:18 2020 +0200
  33. 3eb10b8 MINOR: init: add -dW and "zero-warning" to reject configs with warnings by Willy Tarreau · Wed Apr 15 16:42:39 2020 +0200
  34. bebd212 MINOR: init: report in "haproxy -c" whether there were warnings or not by Willy Tarreau · Wed Apr 15 16:06:11 2020 +0200
  35. 419e634 MINOR: ssl/cli: 'del ssl cert' deletes a certificate by William Lallemand · Wed Apr 08 12:05:39 2020 +0200
  36. c69f02d MINOR: ssl/cli: replace dump/show ssl crt-list by '-n' option by William Lallemand · Mon Apr 06 19:07:03 2020 +0200
  37. 0a9b941 MINOR: ssl/cli: 'del ssl crt-list' delete an entry by William Lallemand · Mon Apr 06 17:43:05 2020 +0200
  38. accac23 DOC: management: add the new crt-list CLI commands by William Lallemand · Thu Apr 02 17:42:51 2020 +0200
  39. d80f5c0 DOC: internals: Fix spelling errors in filters.txt by Miroslav Zagorac · Thu Mar 26 20:45:04 2020 +0100
  40. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · Sun Mar 29 09:37:12 2020 +0200
  41. eb421b2 MINOR: listener: add so_name sample fetch by Jerome Magnin · Fri Mar 27 22:08:40 2020 +0100
  42. 3328f18 [RELEASE] Released version 2.2-dev5 by Willy Tarreau · Mon Mar 23 09:43:45 2020 +0100
  43. 1fae8db DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sat Mar 14 17:47:28 2020 +0500
  44. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · Fri Mar 13 12:34:24 2020 +0100
  45. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · Fri Mar 13 12:34:23 2020 +0100
  46. b435f77 DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID by Tim Duesterhus · Fri Mar 13 12:34:22 2020 +0100
  47. bdb386d DOC: ssl: clarify security implications of TLS tickets by Lukas Tribus · Tue Mar 10 00:56:09 2020 +0100
  48. 5a753bd [RELEASE] Released version 2.2-dev4 by Willy Tarreau · Mon Mar 09 14:57:20 2020 +0100
  49. 2075ca8 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Fri Mar 06 23:22:22 2020 +0500
  50. 7b5e136 DOC: improve description of no-tls-tickets by Björn Jacke · Thu Feb 13 14:43:44 2020 +0100
  51. 5ab7eb6 DOC: fix typo about no-tls-tickets by Bjoern Jacke · Thu Feb 13 14:16:16 2020 +0100
  52. 2a950d0 DOC: assorted typo fixes in the documentation and Makefile by Ilya Shipitsin · Fri Mar 06 13:07:38 2020 +0500
  53. 8525fd9 DOC: configuration.txt: fix various typos by Ilya Shipitsin · Sat Feb 29 12:34:59 2020 +0500
  54. c9c6cdb DOC: fix incorrect indentation of http_auth_* by Willy Tarreau · Thu Mar 05 16:03:58 2020 +0100
  55. 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · Mon Dec 16 16:39:17 2019 +0100
  56. 32bf97f [RELEASE] Released version 2.2-dev3 by Willy Tarreau · Tue Feb 25 18:14:02 2020 +0100
  57. 269a9b6 DOC: proxy-protocol: clarify IPv6 address representation in the spec by Willy Tarreau · Tue Feb 25 18:04:39 2020 +0100
  58. 1b85785 MINOR: config: mark global.debug as deprecated by Willy Tarreau · Tue Feb 25 11:27:22 2020 +0100
  59. 3f25ae3 BUG/MINOR: ssl: load .key in a directory only after PEM by William Lallemand · Mon Feb 24 16:30:12 2020 +0100
  60. 4c5adbf MINOR: ssl: load the key from a dedicated file by William Lallemand · Mon Feb 24 14:23:22 2020 +0100
  61. 6072beb MINOR: http-ana: Match on the path if the monitor-uri starts by a / by Christopher Faulet · Tue Feb 18 15:34:58 2020 +0100
  62. 70df7bf MINOR: ssl: add "issuers-chain-path" directive. by Emmanuel Hocdet · Fri Jan 04 11:08:20 2019 +0100
  63. 07e1e3c MINOR: sample: regsub now supports backreferences by Jerome Magnin · Sun Feb 16 19:20:19 2020 +0100
  64. cd0d2ed MEDIUM: log-format: make the LF parser aware of sample expressions' end by Willy Tarreau · Fri Feb 14 17:33:06 2020 +0100
  65. ef21fac MEDIUM: arg: make make_arg_list() support quotes in arguments by Willy Tarreau · Fri Feb 14 13:37:20 2020 +0100
  66. 6c57f2d MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex by Christopher Faulet · Fri Feb 14 16:55:52 2020 +0100
  67. 28cb366 BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param by Christopher Faulet · Fri Feb 14 14:47:37 2020 +0100
  68. 90de53d DOC: schematic of the SSL certificates architecture by William Lallemand · Mon Feb 10 11:43:43 2020 +0100
  69. 4c47d91 [RELEASE] Released version 2.2-dev2 by Willy Tarreau · Fri Feb 07 04:12:19 2020 +0100
  70. 700d9e8 MEDIUM: lua: Add ability for actions to intercept HTTP messages by Christopher Faulet · Fri Jan 31 12:21:52 2020 +0100
  71. 2c2c2e3 MINOR: lua: Add act:wake_time() function to set a timeout when an action yields by Christopher Faulet · Fri Jan 31 19:07:52 2020 +0100
  72. 0f3c890 MINOR: lua: Create the global 'act' object to register all action return codes by Christopher Faulet · Fri Jan 31 18:57:12 2020 +0100
  73. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · Fri Jan 31 17:36:01 2020 +0100
  74. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · Fri Jan 24 17:44:23 2020 +0100
  75. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  76. 3af48e7 MINOR: ssl: ssl-load-extra-files configure loading of files by William Lallemand · Mon Feb 03 17:15:52 2020 +0100
  77. 8820932 DOC: word converter ignores delimiters at the start or end of input string by Jerome Magnin · Tue Jan 28 13:33:44 2020 +0100
  78. dd74b5f MINOR: lua: Add lua-prepend-path configuration option by Tim Duesterhus · Sun Jan 12 13:55:40 2020 +0100
  79. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · Thu Jan 16 15:19:29 2020 +0100
  80. 71f95fa [RELEASE] Released version 2.2-dev1 by Willy Tarreau · Wed Jan 22 10:34:58 2020 +0100
  81. 19a69b3 BUG/MINOR: http_act: don't check capture id in backend by Baptiste Assmann · Thu Jan 16 14:34:22 2020 +0100
  82. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · Tue Jan 21 11:06:48 2020 +0100
  83. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · Tue Jan 14 12:00:28 2020 +0100
  84. 040c8cd MINOR: http-rules: Support an optional status on deny rules for http reponses by Christopher Faulet · Mon Jan 13 16:43:45 2020 +0100
  85. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · Mon Jan 13 15:52:01 2020 +0100
  86. 1aea50e MEDIUM: http-rules: Enable the strict rewriting mode by default by Christopher Faulet · Fri Jan 17 16:03:53 2020 +0100
  87. 46f9554 MINOR: http-rules: Add a rule to enable or disable the strict rewriting mode by Christopher Faulet · Fri Dec 20 10:07:22 2019 +0100
  88. 0159ee4 MINOR: stats: Report internal errors in the proxies/listeners/servers stats by Christopher Faulet · Mon Dec 16 14:40:39 2019 +0100
  89. d47941d DOC: Add a section to document the internal sample fetches by Christopher Faulet · Wed Jan 08 14:40:19 2020 +0100
  90. 6bd909b DOC: Fix copy and paste mistake in http-response replace-value doc by Tim Duesterhus · Fri Jan 17 15:53:18 2020 +0100
  91. 71f8297 MINOR: ssl: Add support for returning the dn samples from ssl_(c|f)_(i|s)_dn in LDAP v3 (RFC2253) format. by Elliot Otchet · Wed Jan 15 08:12:14 2020 -0500
  92. 238ea3b DOC: clarify crt-base usage by William Dauchy · Sat Jan 11 13:09:12 2020 +0100
  93. 9205fea MINOR: http: Add 404 to http-request deny by Florian Tham · Wed Jan 08 13:35:30 2020 +0100
  94. 272e29b MINOR: http: Add 410 to http-request deny by Florian Tham · Wed Jan 08 10:19:05 2020 +0100
  95. 3894d97 MINOR: config: disable busy polling on old processes by William Dauchy · Sat Dec 28 15:36:02 2019 +0100
  96. 262c3f1 MINOR: http: add a new "replace-path" action by Willy Tarreau · Tue Dec 17 06:52:51 2019 +0100
  97. 0851fd5 MINOR: debug: support logging to various sinks by Willy Tarreau · Tue Dec 17 10:07:25 2019 +0100
  98. d4f946c MINOR: ssl/cli: 'show ssl cert' give information on the certificates by William Lallemand · Thu Dec 05 10:26:40 2019 +0100
  99. 62b5913 DOC: clarify the fact that replace-uri works on a full URI by Willy Tarreau · Tue Dec 17 06:51:20 2019 +0100
  100. 9ef75ec DOC: remove references to the outdated architecture.txt by Willy Tarreau · Wed Dec 11 11:55:52 2019 +0100