1. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · 7 years ago
  2. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  3. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  4. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  5. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · 10 years ago
  6. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  7. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  8. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  9. dd69a04 MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern" by Thierry FOURNIER · 11 years ago
  10. 29d47b8 MINOR: acl: Extract the pattern matching function by Thierry FOURNIER · 11 years ago
  11. 3a103c5 MINOR: acl: Extract the pattern parsing and indexation from the "acl_read_patterns_from_file()" function by Thierry FOURNIER · 11 years ago
  12. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  13. 93fddf1 MEDIUM: acl: have a pointer to the keyword name in acl_expr by Willy Tarreau · 11 years ago
  14. a91d0a5 MAJOR: acl: convert all ACL requires to SMP use+val instead of ->requires by Willy Tarreau · 11 years ago
  15. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  16. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  17. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago
  18. 07ca496 MINOR: acl: add parse and match primitives to use binary type on ACLs by Emeric Brun · 12 years ago
  19. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  20. 7dcb648 MEDIUM: acl: extend the pattern parsers to report meaningful errors by Willy Tarreau · 12 years ago
  21. b7451bb MEDIUM: acl: report parsing errors to the caller by Willy Tarreau · 12 years ago
  22. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  23. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  24. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · 12 years ago
  25. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  26. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  27. 9184584 MINOR: acl: include pattern.h to make pattern migration more transparent by Willy Tarreau · 13 years ago
  28. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · 13 years ago
  29. 44b90cc [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp by Willy Tarreau · 14 years ago
  30. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  31. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · 14 years ago
  32. 2bbba41 [MINOR] acl: add build_acl_cond() to make it easier to add ACLs in config by Willy Tarreau · 14 years ago
  33. dd64f8d [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings by Willy Tarreau · 16 years ago
  34. 58393e1 [MEDIUM] acl: get rid of dummy values in always_true/always_false by Willy Tarreau · 16 years ago
  35. 4a26d2f [MINOR] acl: add a new parsing function: parse_dotted_ver by Willy Tarreau · 16 years ago
  36. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · 16 years ago
  37. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  38. a590983 [MEDIUM] acl: added the TRUE and FALSE ACLs. by Willy Tarreau · 17 years ago
  39. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · 17 years ago
  40. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  41. f3d2598 [MINOR] ACL regex matching on the URI ; uri_reg by Willy Tarreau · 17 years ago
  42. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · 17 years ago
  43. a84d374 [MAJOR] new framework for generic ACL support by Willy Tarreau · 17 years ago