1. 0b9e190 MEDIUM: vars: Enable optional conditions to set-var converter and actions by Remi Tricot-Le Breton · Thu Dec 16 17:14:39 2021 +0100
  2. bb6bc95 MINOR: vars: Parse optional conditions passed to the set-var actions by Remi Tricot-Le Breton · Thu Dec 16 17:14:38 2021 +0100
  3. 51899d2 MINOR: vars: Parse optional conditions passed to the set-var converter by Remi Tricot-Le Breton · Thu Dec 16 17:14:37 2021 +0100
  4. 25fccd5 MINOR: vars: Delay variable content freeing in var_set function by Remi Tricot-Le Breton · Thu Dec 16 17:14:36 2021 +0100
  5. 1bd9805 MINOR: vars: Set variable type to ANY upon creation by Remi Tricot-Le Breton · Thu Dec 16 17:14:35 2021 +0100
  6. 7055301 MINOR: vars: Move UPDATEONLY flag test to vars_set_ifexist by Remi Tricot-Le Breton · Thu Dec 16 17:14:34 2021 +0100
  7. bb3e80e BUG/MINOR: vars: Fix the set-var and unset-var converters by Remi Tricot-Le Breton · Fri Nov 26 18:08:39 2021 +0100
  8. c863703 MINOR: vars: add "set-var" for "tcp-request connection" rules. by Jaroslaw Rzeszótko · Tue Nov 02 16:56:05 2021 +0100
  9. 44c5ff6 MEDIUM: vars: make the var() sample fetch function really return type ANY by Willy Tarreau · Tue Nov 02 17:08:15 2021 +0100
  10. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · Wed Oct 13 17:22:17 2021 +0200
  11. 6ff7de5 MINOR: tcpcheck: Support 2-steps args resolution in defaults sections by Christopher Faulet · Wed Oct 13 15:18:36 2021 +0200
  12. c9e4868 MINOR: rules: add a file name and line number to act_rules by Willy Tarreau · Mon Oct 11 09:13:07 2021 +0200
  13. b555eb1 BUILD: vars: need to include xxhash by Willy Tarreau · Wed Oct 06 17:11:51 2021 +0200
  14. eaba25d BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · Thu Sep 30 16:22:51 2021 +0200
  15. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · Wed Sep 08 15:51:06 2021 +0200
  16. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · Wed Sep 08 15:40:58 2021 +0200
  17. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · Wed Sep 08 15:19:57 2021 +0200
  18. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · Tue Aug 31 09:00:16 2021 +0200
  19. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · Tue Aug 31 08:51:02 2021 +0200
  20. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · Tue Aug 31 08:48:55 2021 +0200
  21. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  22. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · Wed Sep 08 15:03:58 2021 +0200
  23. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  24. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · Wed Sep 08 13:58:19 2021 +0200
  25. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · Wed Sep 08 11:38:25 2021 +0200
  26. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · Tue Sep 07 14:24:07 2021 +0200
  27. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · Tue Sep 07 11:37:37 2021 +0200
  28. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · Tue Sep 07 11:44:41 2021 +0200
  29. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  30. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · Fri Sep 03 12:00:13 2021 +0200
  31. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · Fri Sep 03 11:52:38 2021 +0200
  32. be7e00d CLEANUP: vars: factor out common code from vars_get_by_{desc,name} by Willy Tarreau · Fri Sep 03 11:40:58 2021 +0200
  33. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · Fri Sep 03 09:47:37 2021 +0200
  34. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · Fri Sep 03 09:02:47 2021 +0200
  35. 9c20433 CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars by Willy Tarreau · Fri Sep 03 08:19:43 2021 +0200
  36. c767eeb BUG/MINOR: vars: do not talk about global section in CLI errors for set-var by Willy Tarreau · Fri Sep 03 10:23:26 2021 +0200
  37. 1402fef BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · Fri Sep 03 10:12:55 2021 +0200
  38. c77bad2 BUG/MEDIUM: vars: run over the correct list in release_store_rules() by Willy Tarreau · Fri Sep 03 10:58:07 2021 +0200
  39. 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · Thu Sep 02 21:00:38 2021 +0200
  40. 54b96d9 BUG/MINOR: vars: properly set the argument parsing context in the expression by Willy Tarreau · Thu Sep 02 19:46:08 2021 +0200
  41. 843096d BUG/MINOR: vars: improve accuracy of the rules used to check expression validity by Willy Tarreau · Thu Sep 02 19:03:07 2021 +0200
  42. 2819210 BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser by Willy Tarreau · Thu Sep 02 18:46:22 2021 +0200
  43. c4439f7 BUG/MINOR: vars: Be sure to have a session to get checks variables by Christopher Faulet · Wed Jun 02 11:48:42 2021 +0200
  44. 89f6ded BUG/MINOR: lua/vars: prevent get_var() from allocating a new name by Willy Tarreau · Thu May 13 13:30:12 2021 +0200
  45. 67046bf BUILD: vars: include tools.h in vars.c by Willy Tarreau · Sat May 08 13:56:31 2021 +0200
  46. cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · Sat May 08 11:41:28 2021 +0200
  47. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · Thu May 06 15:33:09 2021 +0200
  48. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  49. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  50. 374edc7 CLEANUP: vars: always pre-initialize smp in vars_parse_cli_get_var() by Willy Tarreau · Thu Apr 01 17:01:43 2021 +0200
  51. b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · Fri Mar 26 15:19:50 2021 +0100
  52. c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · Fri Mar 26 14:51:31 2021 +0100
  53. 2f836de MINOR: action: add a new ACT_F_CLI_PARSER origin designation by Willy Tarreau · Fri Mar 26 15:36:44 2021 +0100
  54. 13d2ba2 MEDIUM: vars: add support for a "set-var" global directive by Willy Tarreau · Fri Mar 26 11:38:08 2021 +0100
  55. 01d580a MINOR: action: add a new ACT_F_CFG_PARSER origin designation by Willy Tarreau · Fri Mar 26 11:11:34 2021 +0100
  56. 0209c97 MINOR: sample: mark the truly constant sample fetch keywords as such by Willy Tarreau · Fri Mar 26 12:03:11 2021 +0100
  57. f26db14 MINOR: vars: make the var() sample fetch keyword depend on nothing by Willy Tarreau · Fri Mar 26 12:08:06 2021 +0100
  58. a07d61b MINOR: vars: make get_vars() allow the session to be null by Willy Tarreau · Fri Mar 26 11:27:59 2021 +0100
  59. 3d1d178 CLEANUP: vars: make the error message clearer on missing arguments for set-var by Willy Tarreau · Fri Mar 12 11:53:19 2021 +0100
  60. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
  61. 5b52b00 CLEANUP: vars: always zero the pointers after a free() by Willy Tarreau · Fri Feb 26 21:19:53 2021 +0100
  62. ec0a604 CLEANUP: vars: make smp_fetch_var() to reuse vars_get_by_desc() by Dragan Dosen · Mon Feb 22 17:39:02 2021 +0100
  63. 14518f2 BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe by Dragan Dosen · Mon Feb 22 17:20:01 2021 +0100
  64. 6deab79 MINOR: vars: replace static functions with global ones by Miroslav Zagorac · Wed Dec 09 16:34:29 2020 +0100
  65. bbdd5b8 CLEANUP: Add static void vars_deinit() by Tim Duesterhus · Sat Jul 04 11:53:25 2020 +0200
  66. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  67. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · Sun Jun 14 17:27:36 2020 +0200
  68. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  69. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  70. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · Fri Jun 05 12:25:38 2020 +0200
  71. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  72. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  73. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  74. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  75. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  76. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  77. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  78. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  79. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  80. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  81. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  82. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  83. b4fac1e MINOR: vars: Make vars_(un|)set_by_name(_ifexist|) return a success value by Tim Duesterhus · Tue May 19 13:49:40 2020 +0200
  84. 7329327 CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*) by Tim Duesterhus · Tue May 19 13:49:39 2020 +0200
  85. 0fca7ed MINOR: checks: Use the check as origin when a session is created by Christopher Faulet · Tue Apr 21 11:53:32 2020 +0200
  86. 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
  87. 707b52f MEDIUM: checks: Parse custom action rules in tcp-checks by Gaetan Rivet · Fri Feb 21 18:14:59 2020 +0100
  88. 13a5043 MINOR: checks/vars: Add a check scope for variables by Gaetan Rivet · Fri Feb 21 18:13:44 2020 +0100
  89. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  90. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  91. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  92. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  93. 4b7531f BUG/MEDIUM: vars: make the tcp/http unset-var() action support conditions by Willy Tarreau · Tue Jun 04 16:43:29 2019 +0200
  94. f37b140 BUG/MEDIUM: vars: make sure the scope is always valid when accessing vars by Willy Tarreau · Tue Jun 04 16:27:36 2019 +0200
  95. a6cc7e8 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · Mon May 13 10:53:29 2019 +0200
  96. f7b0523 Revert "BUG/MINOR: vars: Fix memory leak in vars_check_arg" by Willy Tarreau · Mon May 13 10:02:42 2019 +0200
  97. 6ea0019 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · Fri May 10 17:50:50 2019 +0200
  98. 25ad13f MEDIUM: vars: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:55:38 2019 +0100
  99. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  100. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · Sun Nov 25 20:12:18 2018 +0100