1. 93fddf1 MEDIUM: acl: have a pointer to the keyword name in acl_expr by Willy Tarreau · 11 years ago
  2. acca90d MINOR: acl: remove the use_count in acl keywords by Willy Tarreau · 11 years ago
  3. 5adeda1 MAJOR: acl: add option -m to change the pattern matching method by Willy Tarreau · 11 years ago
  4. d76a98a MEDIUM: acl: move the ->parse, ->match and ->smp fields to acl_expr by Willy Tarreau · 11 years ago
  5. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  6. a91d0a5 MAJOR: acl: convert all ACL requires to SMP use+val instead of ->requires by Willy Tarreau · 11 years ago
  7. 4a96bf5 CLEANUP: acl: remove ACL hooks which were never used by Willy Tarreau · 11 years ago
  8. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · 11 years ago
  9. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  10. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  11. e0db1e8 MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used by Willy Tarreau · 12 years ago
  12. 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · 11 years ago
  13. ceb4ac9 MEDIUM: acl: support IPv6 address matching by Willy Tarreau · 12 years ago
  14. c92ddbc MINOR: acl: add types to ACL patterns by Willy Tarreau · 12 years ago
  15. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  16. 7dcb648 MEDIUM: acl: extend the pattern parsers to report meaningful errors by Willy Tarreau · 12 years ago
  17. ae52f06 MINOR: acl: add a val_args field to keywords by Willy Tarreau · 12 years ago
  18. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  19. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  20. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  21. 8f7406e MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag by Willy Tarreau · 12 years ago
  22. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  23. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  24. aff79da CLEANUP: acl: remove last data fields from the acl_test struct by Willy Tarreau · 13 years ago
  25. 31d1b01 CLEANUP: acl: integer part of acl_test is not used anymore by Willy Tarreau · 13 years ago
  26. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
  27. 930bd6b [MINOR] acl: add ability to check for internal response-only parameters by Willy Tarreau · 13 years ago
  28. 0645787 [CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents by Willy Tarreau · 14 years ago
  29. 0b1cd94 [MINOR] acl: add srv_is_up() to check that a specific server is up or not by Willy Tarreau · 14 years ago
  30. e56cda9 [MEDIUM] acl: add ability to insert patterns in trees by Willy Tarreau · 14 years ago
  31. 438b0f3 [MINOR] acl trees: add flags and union members to store values in trees by Willy Tarreau · 14 years ago
  32. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  33. d7528e5 [MINOR] add ACL_TEST_F_NULL_MATCH by Krzysztof Piotr Oledzki · 14 years ago
  34. 8892235 [MINOR] config: add pointer to file name in block/redirect/use_backend/monitor rules by Willy Tarreau · 15 years ago
  35. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  36. a980263 [MEDIUM] acl: enforce ACL type checking by Willy Tarreau · 16 years ago
  37. a79534f [MEDIUM] acl: permit fetch() functions to set the result themselves by Willy Tarreau · 16 years ago
  38. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  39. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · 16 years ago
  40. 8001d61 [MEDIUM] Fix memory freeing at exit, part 2 by Krzysztof Piotr Oledzki · 16 years ago
  41. c8d7c96 [MEDIUM] acl: support '-i' to ignore case when matching by Willy Tarreau · 17 years ago
  42. 33a7e69 [MEDIUM] acl: implement matching on header values by Willy Tarreau · 17 years ago
  43. 97be145 [MINOR] acl: provide a reference to the expr to fetch() by Willy Tarreau · 17 years ago
  44. bb76891 [MINOR] acl: provide the argument length for fetch functions by Willy Tarreau · 17 years ago
  45. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · 17 years ago
  46. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  47. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · 17 years ago
  48. a84d374 [MAJOR] new framework for generic ACL support by Willy Tarreau · 17 years ago