1. 8551c34 BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · 2 years, 9 months ago
  2. 7122095 BUG/MINOR: vars: do not talk about global section in CLI errors for set-var by Willy Tarreau · 2 years, 10 months ago
  3. 678ab5f BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · 2 years, 10 months ago
  4. a59858f BUG/MINOR: vars: properly set the argument parsing context in the expression by Willy Tarreau · 2 years, 10 months ago
  5. ba4e2b8 BUG/MINOR: vars: improve accuracy of the rules used to check expression validity by Willy Tarreau · 2 years, 10 months ago
  6. f6bda61 BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser by Willy Tarreau · 2 years, 10 months ago
  7. f036730 BUG/MINOR: vars: Be sure to have a session to get checks variables by Christopher Faulet · 3 years, 1 month ago
  8. 89f6ded BUG/MINOR: lua/vars: prevent get_var() from allocating a new name by Willy Tarreau · 3 years, 2 months ago
  9. 67046bf BUILD: vars: include tools.h in vars.c by Willy Tarreau · 3 years, 2 months ago
  10. cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · 3 years, 2 months ago
  11. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · 3 years, 2 months ago
  12. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  13. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  14. 374edc7 CLEANUP: vars: always pre-initialize smp in vars_parse_cli_get_var() by Willy Tarreau · 3 years, 3 months ago
  15. b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · 3 years, 3 months ago
  16. c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · 3 years, 3 months ago
  17. 2f836de MINOR: action: add a new ACT_F_CLI_PARSER origin designation by Willy Tarreau · 3 years, 3 months ago
  18. 13d2ba2 MEDIUM: vars: add support for a "set-var" global directive by Willy Tarreau · 3 years, 3 months ago
  19. 01d580a MINOR: action: add a new ACT_F_CFG_PARSER origin designation by Willy Tarreau · 3 years, 3 months ago
  20. 0209c97 MINOR: sample: mark the truly constant sample fetch keywords as such by Willy Tarreau · 3 years, 3 months ago
  21. f26db14 MINOR: vars: make the var() sample fetch keyword depend on nothing by Willy Tarreau · 3 years, 3 months ago
  22. a07d61b MINOR: vars: make get_vars() allow the session to be null by Willy Tarreau · 3 years, 3 months ago
  23. 3d1d178 CLEANUP: vars: make the error message clearer on missing arguments for set-var by Willy Tarreau · 3 years, 4 months ago
  24. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  25. 5b52b00 CLEANUP: vars: always zero the pointers after a free() by Willy Tarreau · 3 years, 4 months ago
  26. ec0a604 CLEANUP: vars: make smp_fetch_var() to reuse vars_get_by_desc() by Dragan Dosen · 3 years, 4 months ago
  27. 14518f2 BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe by Dragan Dosen · 3 years, 4 months ago
  28. 6deab79 MINOR: vars: replace static functions with global ones by Miroslav Zagorac · 3 years, 7 months ago
  29. bbdd5b8 CLEANUP: Add static void vars_deinit() by Tim Duesterhus · 4 years ago
  30. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  31. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · 4 years, 1 month ago
  32. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  33. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  34. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  35. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  36. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  40. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  41. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  42. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  43. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  44. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  45. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  46. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  47. b4fac1e MINOR: vars: Make vars_(un|)set_by_name(_ifexist|) return a success value by Tim Duesterhus · 4 years, 1 month ago
  48. 7329327 CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*) by Tim Duesterhus · 4 years, 1 month ago
  49. 0fca7ed MINOR: checks: Use the check as origin when a session is created by Christopher Faulet · 4 years, 2 months ago
  50. 0c39ecc MINOR: checks: Add support to set-var and unset-var rules in tcp-checks by Gaetan Rivet · 4 years, 4 months ago
  51. 707b52f MEDIUM: checks: Parse custom action rules in tcp-checks by Gaetan Rivet · 4 years, 4 months ago
  52. 13a5043 MINOR: checks/vars: Add a check scope for variables by Gaetan Rivet · 4 years, 4 months ago
  53. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  54. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  55. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  56. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  57. 4b7531f BUG/MEDIUM: vars: make the tcp/http unset-var() action support conditions by Willy Tarreau · 5 years ago
  58. f37b140 BUG/MEDIUM: vars: make sure the scope is always valid when accessing vars by Willy Tarreau · 5 years ago
  59. a6cc7e8 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · 5 years ago
  60. f7b0523 Revert "BUG/MINOR: vars: Fix memory leak in vars_check_arg" by Willy Tarreau · 5 years ago
  61. 6ea0019 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · 5 years ago
  62. 25ad13f MEDIUM: vars: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  63. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  64. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  65. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  66. 0767689 CLEANUP: fix typos in the comments of the vars subsystem by Joseph Herlant · 6 years ago
  67. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  68. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  69. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  70. eb3e276 BUG/MEDIUM: threads/vars: Fix deadlock in register_name by Christopher Faulet · 7 years ago
  71. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  72. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  73. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  74. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  75. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · 7 years ago
  76. d02210c MINOR: samples: Don't allocate memory for SMP_T_METH sample when method is known by Christopher Faulet · 7 years ago
  77. d2f6f47 BUG/MEDIUM: variables: some variable name can hide another ones by Thierry FOURNIER / OZON.IO · 8 years ago
  78. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago
  79. e365815 BUILD: vars: remove a build warning on vars.c by Willy Tarreau · 8 years ago
  80. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · 8 years ago
  81. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · 8 years ago
  82. 09c9df2 MINOR: vars: Add vars_set_by_name_ifexist function by Christopher Faulet · 8 years ago
  83. b71557a MINOR: vars: Allow '.' in variable names by Christopher Faulet · 8 years ago
  84. 0099a8c BUG: vars: Fix 'set-var' converter because of a typo by Christopher Faulet · 8 years ago
  85. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  86. 87846e4 BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session by Willy Tarreau · 8 years ago
  87. 7513d00 BUG/MINOR: vars: make smp_fetch_var() more robust against misuses by Willy Tarreau · 8 years ago
  88. 108a8fd BUG/MINOR: vars: use sess and not s->sess in action_store() by Willy Tarreau · 8 years ago
  89. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · 8 years ago
  90. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  91. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  92. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  93. 4dc15d1 MINOR: actions: Remove wrappers by Thierry FOURNIER · 9 years ago
  94. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  95. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  96. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  97. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  98. f8c1dce MINOR: vars: use the vars types as argument in place of opaque type by Thierry FOURNIER · 9 years ago
  99. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  100. 5cc18d4 MINOR: samples: data assignation simplification by Thierry FOURNIER · 9 years ago