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. e9111b6 MINOR: proxy/checks: Register a keyword to parse external-check rules by Christopher Faulet · Thu Apr 09 18:12:08 2020 +0200
  4. 6f55791 MINOR: proxy/checks: Move parsing of external-check option in checks.c by Christopher Faulet · Thu Apr 09 15:58:50 2020 +0200
  5. 51b129f MINOR: proxy/checks: Register a keyword to parse http-check rules by Christopher Faulet · Thu Apr 09 15:54:18 2020 +0200
  6. 430e480 MINOR: proxy/checks: Move parsing of tcp-check option in checks.c by Christopher Faulet · Thu Apr 09 15:28:16 2020 +0200
  7. 6c2a743 MINOR: proxy/checks: Move parsing of httpchk option in checks.c by Christopher Faulet · Thu Apr 09 14:48:48 2020 +0200
  8. 267b01b MEDIUM: checks: Implement SPOP check using tcp-check rules by Christopher Faulet · Sat Apr 04 10:27:09 2020 +0200
  9. 1997eca MEDIUM: checks: Implement LDAP check using tcp-check rules by Christopher Faulet · Fri Apr 03 23:13:50 2020 +0200
  10. f2b3be5 MEDIUM: checks: Implement MySQL check using tcp-check rules by Christopher Faulet · Thu Apr 02 18:07:37 2020 +0200
  11. ce35507 MEDIUM: checks: Implement postgres check using tcp-check rules by Christopher Faulet · Thu Apr 02 11:44:39 2020 +0200
  12. fbcc77c MEDIUM: checks: Implement smtp check using tcp-check rules by Christopher Faulet · Wed Apr 01 20:54:05 2020 +0200
  13. 811f78c MEDIUM: checks: Implement ssl-hello check using tcp-check rules by Christopher Faulet · Wed Apr 01 11:10:27 2020 +0200
  14. 33f05df MEDIUM: checks: Implement redis check using tcp-check rules by Christopher Faulet · Wed Apr 01 11:08:50 2020 +0200
  15. 7a1e2e1 MEDIUM: checks: Add a list of vars to set before executing a tpc-check ruleset by Christopher Faulet · Thu Apr 02 18:05:11 2020 +0200
  16. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · Mon Mar 30 20:34:34 2020 +0200
  17. fd6c229 MEDIUM: proxy/checks: Register a keyword to parse tcp-check rules by Christopher Faulet · Wed Mar 25 18:20:15 2020 +0100
  18. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  19. 9dcb09f MEDIUM: checks: capture groups in expect regexes by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  20. efab6c6 MINOR: checks: add rbinary expect match type by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  21. b616add MINOR: checks: define a tcp expect type by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  22. f8ba677 MINOR: checks: add linger option to tcp connect by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  23. 1afd826 MINOR: checks: add min-recv tcp-check expect option by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  24. 8b00b36 MINOR: checks: simplify tcp expect config parser by Gaetan Rivet · Fri Feb 07 15:37:17 2020 +0100
  25. 4038b94 MEDIUM: checks: rewind to the first inverse expect rule of a chain on new data by Gaetan Rivet · Wed Feb 26 16:19:40 2020 +0100
  26. 11ef149 BUG/MINOR: checks: Forbid tcp-check lines in default section as documented by Christopher Faulet · Mon Apr 06 07:49:19 2020 +0200
  27. 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
  28. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · Fri Apr 03 09:43:47 2020 +0200
  29. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · Sun Mar 29 09:37:12 2020 +0200
  30. def595e DOC: correct typo in alert message about rspirep by Balvinder Singh Rawat · Sat Mar 14 12:11:50 2020 +0530
  31. 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · Thu Mar 05 17:56:35 2020 +0100
  32. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  33. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  34. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · Thu Feb 06 22:04:03 2020 +0100
  35. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · Wed Feb 05 21:00:50 2020 +0100
  36. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  37. 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
  38. 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
  39. 07f41f7 MINOR: proxy: Register keywords to parse errorfile and errorloc directives by Christopher Faulet · Thu Jan 16 16:16:06 2020 +0100
  40. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · Wed Jan 15 15:19:50 2020 +0100
  41. ac2412f MINOR: config: Use dedicated function to parse proxy's errorloc by Christopher Faulet · Thu Jan 16 15:55:19 2020 +0100
  42. 13d297f MINOR: config: Use dedicated function to parse proxy's errorfiles by Christopher Faulet · Mon Jan 13 14:56:23 2020 +0100
  43. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · Wed Dec 18 14:58:12 2019 +0100
  44. 262c3f1 MINOR: http: add a new "replace-path" action by Willy Tarreau · Tue Dec 17 06:52:51 2019 +0100
  45. e158375 BUG/MINOR: config: Update cookie domain warn to RFC6265 by Joao Morais · Wed Oct 30 21:04:00 2019 -0300
  46. 0655c9b CLEANUP: bind: handle warning label on bind keywords parsing. by Emeric Brun · Thu Oct 17 16:45:56 2019 +0200
  47. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · Wed Oct 09 10:19:16 2019 +0200
  48. dabcc8e MINOR: proxy: Store http-send-name-header in lower case by Christopher Faulet · Wed Oct 02 10:45:55 2019 +0200
  49. f89f099 MINOR: config: Warn only if the option http-use-htx is used with "no" prefix by Christopher Faulet · Fri Jul 19 11:17:38 2019 +0200
  50. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  51. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · Wed Jul 17 15:33:14 2019 +0200
  52. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · Wed Jul 17 15:19:51 2019 +0200
  53. a6a56e6 MEDIUM: config: Remove parsing of req* and rsp* directives by Christopher Faulet · Wed Jul 17 15:13:28 2019 +0200
  54. 73e8ede MINOR: proxy: Remove support of the option 'http-tunnel' by Christopher Faulet · Tue Jul 16 15:04:46 2019 +0200
  55. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  56. 3193037 MAJOR: http: Deprecate and ignore the option "http-use-htx" by Christopher Faulet · Mon Jul 15 10:16:58 2019 +0200
  57. dac168b MEDIUM: Make 'redispatch' directive fatal by Tim Duesterhus · Tue May 14 20:57:58 2019 +0200
  58. 7b7c47f MEDIUM: Make 'block' directive fatal by Tim Duesterhus · Tue May 14 20:57:57 2019 +0200
  59. 3381022 MINOR: http: add a new "http-request replace-uri" action by Willy Tarreau · Wed Jun 12 17:44:02 2019 +0200
  60. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  61. 96d5195 MEDIUM: config: deprecate the antique req* and rsp* commands by Willy Tarreau · Wed May 22 20:34:35 2019 +0200
  62. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  63. 10c6c16 MEDIUM: Make 'option forceclose' actually warn by Tim Duesterhus · Tue May 14 20:58:00 2019 +0200
  64. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · Tue Apr 30 15:54:36 2019 +0200
  65. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  66. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · Tue Mar 19 14:55:01 2019 +0100
  67. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  68. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · Fri Mar 08 14:47:00 2019 +0100
  69. 473c283 CLEANUP: Remove appsession documentation by Tim Duesterhus · Mon May 06 01:19:52 2019 +0200
  70. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  71. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  72. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · Sat Jan 26 13:25:14 2019 +0100
  73. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · Fri Jan 11 14:06:12 2019 +0100
  74. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · Mon Jan 14 16:50:58 2019 +0100
  75. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · Mon Jan 14 16:14:15 2019 +0100
  76. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · Mon Jan 14 16:04:54 2019 +0100
  77. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · Mon Jan 14 16:04:01 2019 +0100
  78. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · Mon Jan 14 15:28:53 2019 +0100
  79. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · Mon Jan 14 15:23:54 2019 +0100
  80. 602a499 BUG/MINOR: backend: balance uri specific options were lost across defaults by Willy Tarreau · Mon Jan 14 16:29:52 2019 +0100
  81. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · Fri Dec 14 19:27:06 2018 +0100
  82. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100