1. c610095 MINOR: tree-wide: use free_acl_cond() where relevant by Aurelien DARRAGON · 1 year, 7 months ago
  2. 5313570 BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() by Aurelien DARRAGON · 1 year, 7 months ago
  3. 7abc922 MINOR: proxy: add http_free_redirect_rule() function by Aurelien DARRAGON · 1 year, 7 months ago
  4. ebab602 BUILD: http: remove the two unused constructors in rules and ana by Willy Tarreau · 2 years, 7 months ago
  5. ab398d8 BUG/MINOR: http-rules: Don't free new rule on allocation failure by Christopher Faulet · 2 years, 8 months ago
  6. dd7e6c6 BUG/MINOR: http-rules: completely free incorrect TCP rules on error by Willy Tarreau · 2 years, 8 months ago
  7. 368479c BUILD: http_rules: do not declare http_*_keywords_registre() inline by Willy Tarreau · 2 years, 9 months ago
  8. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · 3 years, 1 month ago
  9. d535f80 MINOR: rules: add a new function new_act_rule() to allocate act_rules by Willy Tarreau · 3 years, 1 month ago
  10. 0ce6dc0 BUILD: http_rules: requires http_ana-t.h for REDIRECT_* by Willy Tarreau · 3 years, 2 months ago
  11. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
  12. b6864a5 BUG/MINOR: http: Missing calloc return value check while parsing redirect rule by Remi Tricot-Le Breton · 3 years, 6 months ago
  13. d1dd250 BUILD: http-rules: include proxy.h from http_rules.c by Willy Tarreau · 3 years, 7 months ago
  14. 0351773 MINOR: action: implement experimental actions by Amaury Denoyelle · 3 years, 7 months ago
  15. 49bf7be MINOR: http-rules: suggest approaching action names on mismatch by Willy Tarreau · 3 years, 9 months ago
  16. 2580999 CLEANUP: http-rules: remove the unexpected comma before the list of action keywords by Willy Tarreau · 3 years, 9 months ago
  17. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
  18. 7a71a6d MINOR: actions: Export actions lookup functions by Thierry Fournier · 4 years ago
  19. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  20. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
  21. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
  22. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  23. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  24. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  25. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  26. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  27. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 6 months ago
  28. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  29. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  30. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  31. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  32. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  33. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 6 months ago
  34. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 6 months ago
  35. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  36. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  37. 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
  38. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 10 months ago
  39. c87e468 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · 4 years, 10 months ago
  40. 81e2017 MEDIUM: http-rules: Register an action keyword for all http rules by Christopher Faulet · 5 years ago
  41. cb55013 BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules by Christopher Faulet · 5 years ago
  42. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  43. 5abdc76 BUG/MINOR: http-rules: mention "deny_status" for "deny" in the error message by Willy Tarreau · 5 years ago
  44. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 6 years ago
  45. 0ebbcb6 MINOR: http: Make new "early-hint" http-request action really be parsed. by Frédéric Lécaille · 6 years ago
  46. a985e38 MINOR: http: Add new "early-hint" http-request action. by Frédéric Lécaille · 6 years ago
  47. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago