1. ebab602 BUILD: http: remove the two unused constructors in rules and ana by Willy Tarreau · Mon Apr 25 19:26:26 2022 +0200
  2. ab398d8 BUG/MINOR: http-rules: Don't free new rule on allocation failure by Christopher Faulet · Mon Mar 21 08:21:19 2022 +0100
  3. dd7e6c6 BUG/MINOR: http-rules: completely free incorrect TCP rules on error by Willy Tarreau · Thu Mar 17 20:29:06 2022 +0100
  4. 368479c BUILD: http_rules: do not declare http_*_keywords_registre() inline by Willy Tarreau · Wed Mar 02 14:50:38 2022 +0100
  5. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · Wed Oct 13 17:22:17 2021 +0200
  6. d535f80 MINOR: rules: add a new function new_act_rule() to allocate act_rules by Willy Tarreau · Mon Oct 11 08:49:26 2021 +0200
  7. 0ce6dc0 BUILD: http_rules: requires http_ana-t.h for REDIRECT_* by Willy Tarreau · Wed Oct 06 16:38:53 2021 +0200
  8. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · Thu Sep 02 16:54:33 2021 +0200
  9. b6864a5 BUG/MINOR: http: Missing calloc return value check while parsing redirect rule by Remi Tricot-Le Breton · Wed May 19 11:32:04 2021 +0200
  10. d1dd250 BUILD: http-rules: include proxy.h from http_rules.c by Willy Tarreau · Sat May 08 20:30:37 2021 +0200
  11. 0351773 MINOR: action: implement experimental actions by Amaury Denoyelle · Fri May 07 14:25:01 2021 +0200
  12. 49bf7be MINOR: http-rules: suggest approaching action names on mismatch by Willy Tarreau · Fri Mar 12 12:01:34 2021 +0100
  13. 2580999 CLEANUP: http-rules: remove the unexpected comma before the list of action keywords by Willy Tarreau · Fri Mar 12 11:37:05 2021 +0100
  14. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  15. 7a71a6d MINOR: actions: Export actions lookup functions by Thierry Fournier · Sat Nov 28 17:40:24 2020 +0100
  16. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  17. 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
  18. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  19. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  20. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  21. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  22. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  23. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  24. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  25. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · Thu Jun 04 11:18:28 2020 +0200
  26. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  27. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  28. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  29. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  30. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
  31. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  32. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  33. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · Wed May 27 15:59:00 2020 +0200
  34. 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
  35. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  36. c87e468 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · Tue Jan 28 09:13:41 2020 +0100
  37. 81e2017 MEDIUM: http-rules: Register an action keyword for all http rules by Christopher Faulet · Thu Dec 12 16:40:30 2019 +0100
  38. cb55013 BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules by Christopher Faulet · Tue Dec 17 11:25:46 2019 +0100
  39. 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
  40. 5abdc76 BUG/MINOR: http-rules: mention "deny_status" for "deny" in the error message by Willy Tarreau · Tue Jun 11 16:01:56 2019 +0200
  41. 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
  42. 0ebbcb6 MINOR: http: Make new "early-hint" http-request action really be parsed. by Frédéric Lécaille · Tue Nov 06 14:30:19 2018 +0100
  43. a985e38 MINOR: http: Add new "early-hint" http-request action. by Frédéric Lécaille · Tue Nov 06 10:55:34 2018 +0100
  44. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200