1. e1bcac5 MINOR: pattern: Rename "pat_idx_elt" to "pattern_tree" by Thierry FOURNIER · 11 years ago
  2. edc15c3 MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation by Thierry FOURNIER · 11 years ago
  3. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  4. 3ead5b9 MINOR: pattern: separe list element from the data part. by Thierry FOURNIER · 11 years ago
  5. 580c32c MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string. by Thierry FOURNIER · 11 years ago
  6. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · 11 years ago
  7. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · 11 years ago
  8. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · 11 years ago
  9. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · 11 years ago
  10. e3ded59 MEDIUM: acl: Last patch change the output type by Thierry FOURNIER · 11 years ago
  11. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · 11 years ago
  12. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  13. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  14. d163e1c MEDIUM: pattern: create pattern expression by Thierry FOURNIER · 11 years ago
  15. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  16. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  17. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  18. 7a777ed MINOR: acl: set SMP_OPT_ITERATE on fetch functions by Willy Tarreau · 12 years ago
  19. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  20. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  21. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · 12 years ago
  22. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  23. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · 12 years ago
  24. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  25. 16c31b0 MINOR: pattern: add a new 'sample' type to store fetched data by Willy Tarreau · 12 years ago
  26. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  27. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  28. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  29. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  30. b666bc7 MEDIUM: pattern: change the pattern data integer from unsigned to signed by Willy Tarreau · 13 years ago
  31. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  32. b695a6e [BUILD] pattern: use 'int' instead of 'int32_t' by Willy Tarreau · 14 years ago
  33. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  34. aea940e [CLEANUP] stick_table: add/clarify some comments by Willy Tarreau · 14 years ago
  35. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · 15 years ago
  36. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · 15 years ago
  37. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · 15 years ago