1. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · Sun Jun 14 17:27:36 2020 +0200
  2. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  3. 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
  4. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · Fri Jun 05 12:25:38 2020 +0200
  5. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  6. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  7. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  8. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  9. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  10. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  11. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  12. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  13. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  14. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  15. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  16. 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
  17. 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
  18. 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
  19. 0fca7ed MINOR: checks: Use the check as origin when a session is created by Christopher Faulet · Tue Apr 21 11:53:32 2020 +0200
  20. 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
  21. 707b52f MEDIUM: checks: Parse custom action rules in tcp-checks by Gaetan Rivet · Fri Feb 21 18:14:59 2020 +0100
  22. 13a5043 MINOR: checks/vars: Add a check scope for variables by Gaetan Rivet · Fri Feb 21 18:13:44 2020 +0100
  23. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  24. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  25. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  26. 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
  27. 4b7531f BUG/MEDIUM: vars: make the tcp/http unset-var() action support conditions by Willy Tarreau · Tue Jun 04 16:43:29 2019 +0200
  28. 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
  29. a6cc7e8 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · Mon May 13 10:53:29 2019 +0200
  30. f7b0523 Revert "BUG/MINOR: vars: Fix memory leak in vars_check_arg" by Willy Tarreau · Mon May 13 10:02:42 2019 +0200
  31. 6ea0019 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · Fri May 10 17:50:50 2019 +0200
  32. 25ad13f MEDIUM: vars: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:55:38 2019 +0100
  33. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  34. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · Sun Nov 25 20:12:18 2018 +0100
  35. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  36. 0767689 CLEANUP: fix typos in the comments of the vars subsystem by Joseph Herlant · Thu Nov 15 09:19:50 2018 -0800
  37. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  38. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  39. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  40. eb3e276 BUG/MEDIUM: threads/vars: Fix deadlock in register_name by Christopher Faulet · Fri Dec 08 09:17:39 2017 +0100
  41. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  42. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  43. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  44. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  45. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · Mon Jul 24 16:30:34 2017 +0200
  46. d02210c MINOR: samples: Don't allocate memory for SMP_T_METH sample when method is known by Christopher Faulet · Mon Jul 24 16:24:39 2017 +0200
  47. d2f6f47 BUG/MEDIUM: variables: some variable name can hide another ones by Thierry FOURNIER / OZON.IO · Mon Dec 12 12:42:14 2016 +0100
  48. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  49. e365815 BUILD: vars: remove a build warning on vars.c by Willy Tarreau · Thu Nov 24 21:23:28 2016 +0100
  50. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · Wed Nov 09 16:54:56 2016 +0100
  51. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · Wed Nov 09 11:36:17 2016 +0100
  52. 09c9df2 MINOR: vars: Add vars_set_by_name_ifexist function by Christopher Faulet · Mon Oct 31 11:05:37 2016 +0100
  53. b71557a MINOR: vars: Allow '.' in variable names by Christopher Faulet · Mon Oct 31 10:49:03 2016 +0100
  54. 0099a8c BUG: vars: Fix 'set-var' converter because of a typo by Christopher Faulet · Wed Nov 09 16:15:32 2016 +0100
  55. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · Fri Oct 21 16:37:51 2016 +0200
  56. 87846e4 BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session by Willy Tarreau · Fri Oct 21 17:17:18 2016 +0200
  57. 7513d00 BUG/MINOR: vars: make smp_fetch_var() more robust against misuses by Willy Tarreau · Fri Oct 21 17:14:35 2016 +0200
  58. 108a8fd BUG/MINOR: vars: use sess and not s->sess in action_store() by Willy Tarreau · Fri Oct 21 17:13:24 2016 +0200
  59. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · Tue Jun 28 22:44:26 2016 +0200
  60. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · Thu Mar 10 16:33:04 2016 +0100
  61. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · Sun Sep 27 10:00:49 2015 +0200
  62. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · Wed Sep 02 17:17:33 2015 +0200
  63. 4dc15d1 MINOR: actions: Remove wrappers by Thierry FOURNIER · Thu Aug 06 18:25:56 2015 +0200
  64. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · Wed Aug 19 09:04:15 2015 +0200
  65. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · Wed Aug 19 09:01:53 2015 +0200
  66. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · Thu Aug 06 08:52:53 2015 +0200
  67. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · Thu Aug 06 08:30:11 2015 +0200
  68. f8c1dce MINOR: vars: use the vars types as argument in place of opaque type by Thierry FOURNIER · Thu Jul 30 19:12:50 2015 +0200
  69. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  70. 5cc18d4 MINOR: samples: data assignation simplification by Thierry FOURNIER · Wed Aug 19 09:02:36 2015 +0200
  71. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  72. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  73. 6f82b6d BUG/MEDIUM: vars: segfault during the configuration parsing by Thierry FOURNIER · Mon Aug 17 18:38:24 2015 +0200
  74. 48a9cd1 MINOR: vars: reduce the code size of some wrappers by Thierry FOURNIER · Tue Jul 28 19:00:28 2015 +0200
  75. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · Mon Aug 10 18:30:18 2015 +0200
  76. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · Tue Aug 11 10:59:49 2015 +0200
  77. fd77e05 MINOR: vars: returns variable content by Thierry FOURNIER · Tue Jul 07 21:20:42 2015 +0200
  78. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  79. e44136f BUG/MEDIUM: vars: do not freeze the connection when the expression cannot be fetched by Willy Tarreau · Tue Jun 23 15:17:33 2015 +0200
  80. ebcd484 MEDIUM: vars: move the session variables to the session, not the stream by Willy Tarreau · Fri Jun 19 11:59:02 2015 +0200
  81. 7233098 MINOR: vars: make the accounting not depend on the stream by Willy Tarreau · Fri Jun 19 11:21:56 2015 +0200
  82. 0b243fd BUG/MINOR: vars/compil: fix some warnings by Thierry FOURNIER · Tue Jun 16 23:52:47 2015 +0200
  83. c365d99 MINOR: vars: adds get and set functions by Thierry FOURNIER · Tue Jun 09 12:27:17 2015 +0200
  84. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · Sat Jun 06 19:29:07 2015 +0200