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