1. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  2. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  3. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago[Renamed (98%) from src/pattern.c]
  4. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  5. 40aebd9 MINOR: pattern: centralize handling of unstable data in pattern_process() by Willy Tarreau · 12 years ago
  6. 12e5011 MEDIUM: pattern: ensure that sample types always cast into other types. by Willy Tarreau · 12 years ago
  7. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  8. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · 12 years ago
  9. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  10. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · 12 years ago
  11. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  12. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  13. b27c0d3 MEDIUM: pattern: report the precise argument parsing error when known. by Willy Tarreau · 12 years ago
  14. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  15. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  16. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  17. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  18. 1ded605 CLEANUP: patterns: get rid of pattern_data_setstring() by Willy Tarreau · 13 years ago
  19. 5e6cc4a MINOR: pattern: export the global temporary pattern by Willy Tarreau · 13 years ago
  20. d281eed [MEDIUM] Correct ipmask() logic by Simon Horman · 13 years ago
  21. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  22. 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
  23. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  24. ac778f5 [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy by Willy Tarreau · 14 years ago
  25. d31d6eb [MINOR] pattern: add the "ipmask()" converting function by Willy Tarreau · 14 years ago
  26. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · 14 years ago
  27. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · 14 years ago
  28. a724d49 [BUG] patterns: copy-paste typo in type conversion arguments by Willy Tarreau · 14 years ago
  29. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · 15 years ago