1. 668ae53 BUILD: pattern: silence a warning about uninitialized value by Willy Tarreau · Sun Dec 15 16:42:26 2013 +0100
  2. c64de3f MINOR: pattern/map: Each pattern must free the associated sample by Thierry FOURNIER · Tue Dec 10 15:08:39 2013 +0100
  3. 01cdcd4 MINOR: pattern: add function to lookup a specific entry in pattern list by Thierry FOURNIER · Tue Dec 10 15:08:01 2013 +0100
  4. 7609064 MINOR: pattern: make the pattern matching function return a pointer to the matched element by Thierry FOURNIER · Tue Dec 10 15:03:38 2013 +0100
  5. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · Fri Dec 06 20:33:50 2013 +0100
  6. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · Fri Dec 06 20:36:20 2013 +0100
  7. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · Fri Dec 06 19:06:43 2013 +0100
  8. f3489d2 MINOR: pattern: do not assign SMP_TYPES by default to patterns by Willy Tarreau · Thu Dec 12 11:34:55 2013 +0100
  9. e3ded59 MEDIUM: acl: Last patch change the output type by Thierry FOURNIER · Fri Dec 06 15:36:54 2013 +0100
  10. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · Fri Dec 06 16:56:40 2013 +0100
  11. 3ce88c7 BUG/MEDIUM: pattern: Pattern node has type of "struct pat_idx_elt" in place of "struct eb_node" by Thierry FOURNIER · Mon Dec 09 11:29:46 2013 +0100
  12. 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · Tue Dec 03 17:50:47 2013 +0100
  13. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · Thu Nov 28 22:21:02 2013 +0100
  14. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · Thu Nov 28 18:22:00 2013 +0100
  15. d163e1c MEDIUM: pattern: create pattern expression by Thierry FOURNIER · Thu Nov 28 11:41:23 2013 +0100
  16. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · Thu Nov 28 11:05:19 2013 +0100
  17. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  18. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  19. 40aebd9 MINOR: pattern: centralize handling of unstable data in pattern_process() by Willy Tarreau · Thu Apr 26 11:05:50 2012 +0200
  20. 12e5011 MEDIUM: pattern: ensure that sample types always cast into other types. by Willy Tarreau · Wed Apr 25 17:21:49 2012 +0200
  21. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  22. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · Mon Apr 23 22:38:26 2012 +0200
  23. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · Mon Apr 23 22:03:39 2012 +0200
  24. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · Mon Apr 23 21:35:11 2012 +0200
  25. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  26. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  27. b27c0d3 MEDIUM: pattern: report the precise argument parsing error when known. by Willy Tarreau · Fri Apr 20 16:04:47 2012 +0200
  28. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · Fri Apr 20 15:52:36 2012 +0200
  29. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · Fri Apr 20 14:45:49 2012 +0200
  30. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · Fri Apr 20 14:03:29 2012 +0200
  31. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · Fri Apr 20 12:29:52 2012 +0200
  32. 1ded605 CLEANUP: patterns: get rid of pattern_data_setstring() by Willy Tarreau · Fri Dec 16 15:35:46 2011 +0100
  33. 5e6cc4a MINOR: pattern: export the global temporary pattern by Willy Tarreau · Fri Dec 16 15:23:14 2011 +0100
  34. d281eed [MEDIUM] Correct ipmask() logic by Simon Horman · Sat Aug 13 08:03:49 2011 +0900
  35. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  36. 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 · Thu Sep 23 18:02:19 2010 +0200
  37. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · Sun Jun 06 13:22:23 2010 +0200
  38. ac778f5 [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy by Willy Tarreau · Tue Jan 26 19:02:46 2010 +0100
  39. d31d6eb [MINOR] pattern: add the "ipmask()" converting function by Willy Tarreau · Tue Jan 26 18:01:41 2010 +0100
  40. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · Tue Jan 26 17:58:06 2010 +0100
  41. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · Tue Jan 26 17:17:56 2010 +0100
  42. a724d49 [BUG] patterns: copy-paste typo in type conversion arguments by Willy Tarreau · Tue Jan 26 16:48:20 2010 +0100
  43. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · Mon Jan 04 16:16:05 2010 +0100