1. e6e22e8 BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition by Andreas Seltenreich · Thu Mar 03 20:20:23 2016 +0100
  2. f065319 CLEANUP: pattern: Ignore unknown samples in pat_match_ip(). by Andreas Seltenreich · Thu Mar 03 20:08:35 2016 +0100
  3. 8feaa66 MINOR: map: Add regex matching replacement by Thierry Fournier · Wed Feb 10 22:55:20 2016 +0100
  4. aede6dd BUG/MEDIUM: pattern: fixup use_after_free in the pat_ref_delete_by_id by peter cai · Wed Oct 07 00:07:43 2015 -0700
  5. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  6. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  7. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · Wed Aug 19 08:35:43 2015 +0200
  8. 12ba0c2 MINOR: samples: rename a struct from sample_storage to sample_data by Thierry FOURNIER · Fri Aug 14 00:02:11 2015 +0200
  9. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  10. f90ac55 MINOR: lru: Add the possibility to free data when an item is removed by Christopher Faulet · Tue Jun 09 17:06:17 2015 +0200
  11. aee9314 BUILD: pattern: fix build warnings introduced in the LRU cache by Willy Tarreau · Mon May 04 17:18:42 2015 +0200
  12. f3045d2 MAJOR: pattern: add LRU-based cache on pattern matching by Willy Tarreau · Wed Apr 29 16:24:50 2015 +0200
  13. 72f073b MEDIUM: pattern: add a revision to all pattern expressions by Willy Tarreau · Wed Apr 29 17:53:47 2015 +0200
  14. 73bc285 BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match by Thierry FOURNIER · Fri Feb 06 17:53:54 2015 +0100
  15. 8aa8384 BUG/MINOR: pattern: error message missing by Thierry FOURNIER · Fri Feb 06 17:50:55 2015 +0100
  16. 4deaf39 BUG/MEDIUM: patterns: previous fix was incomplete by Willy Tarreau · Wed Nov 26 13:17:03 2014 +0100
  17. 315ec42 BUG/MEDIUM: pattern: don't load more than once a pattern list. by Thierry FOURNIER · Mon Nov 24 11:14:42 2014 +0100
  18. 5def8ef BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg() by Willy Tarreau · Fri Aug 29 15:19:33 2014 +0200
  19. b8f980c MINOR: regex: Create JIT compatible function that return match strings by Thierry FOURNIER · Wed Jun 11 13:59:05 2014 +0200
  20. 07fcaaa MINOR: fix a few memory usage errors by Dirkjan Bussink · Mon Apr 28 22:57:16 2014 +0000
  21. b1dd9bf MEDIUM: pattern: use ebtree's longest match to index/lookup string beginning by Willy Tarreau · Sat May 10 08:53:48 2014 +0200
  22. e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough by Thierry FOURNIER · Mon Apr 28 11:18:57 2014 +0200
  23. a631fc8 BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns by Willy Tarreau · Sat Apr 26 23:33:51 2014 +0200
  24. 3b78696 BUG/MEDIUM: pattern: a typo breaks automatic acl/map numbering by Willy Tarreau · Sat Apr 26 12:37:25 2014 +0200
  25. 953f74d MINOR: pattern: find element in a reference by Baptiste Assmann · Fri Apr 25 16:57:03 2014 +0200
  26. 46006bd MINOR: pattern: Add function to prune and reload pattern list. by Thierry FOURNIER · Fri Mar 21 21:45:15 2014 +0100
  27. e5978bf BUG/MEDIUM: acl: boolean only matches were broken by recent changes by Thierry FOURNIER · Mon Mar 17 19:53:10 2014 +0100
  28. b7729c9 MINOR: pattern: forbid dns resolutions by Thierry FOURNIER · Tue Feb 11 16:24:41 2014 +0100
  29. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · Tue Feb 11 15:23:04 2014 +0100
  30. 94580c9 MINOR: dumpstat/conf: display all the configuration lines that using pattern reference by Thierry FOURNIER · Tue Feb 11 14:36:45 2014 +0100
  31. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · Tue Feb 11 14:00:19 2014 +0100
  32. 31db4ae MINOR: pattern: index duplicates by Thierry FOURNIER · Thu Jan 30 00:27:15 2014 +0100
  33. 0b6d15f MINOR: regex: The pointer regstr in the struc regex is no longer used. by Thierry FOURNIER · Wed Jan 29 19:35:16 2014 +0100
  34. 149e0fe MINOR: pattern: The function pat_ref_set() have now atomic behavior by Thierry FOURNIER · Wed Jan 29 19:35:06 2014 +0100
  35. 364cfdf MEDIUM: dumpstats: Display error message during add of values. by Thierry FOURNIER · Wed Jan 29 19:08:49 2014 +0100
  36. c0bd910 MINOR: pattern: Check if the file reference is not used with acl and map by Thierry FOURNIER · Wed Jan 29 12:32:58 2014 +0100
  37. 39bef45 MINOR: pattern/map/acl: Centralization of the file parsers by Thierry FOURNIER · Wed Jan 29 13:29:45 2014 +0100
  38. e369ca2 MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · Wed Jan 29 16:24:55 2014 +0100
  39. 7acca4b MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · Tue Jan 28 16:43:36 2014 +0100
  40. 6bb53ff MINOR: pattern: Each pattern expression element store the reference struct. by Thierry FOURNIER · Tue Jan 28 15:54:36 2014 +0100
  41. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · Tue Feb 11 03:31:34 2014 +0100
  42. d25c842 MINOR: pattern: Merge function pattern_add() with pat_ref_push(). by Thierry FOURNIER · Tue Jan 28 15:34:35 2014 +0100
  43. aa222aa MINOR: pattern: The function "pattern_register()" is no longer used. by Thierry FOURNIER · Mon Jan 27 17:20:07 2014 +0100
  44. af5a29d MINOR: pattern: Each pattern is identified by unique id. by Thierry FOURNIER · Tue Mar 11 14:29:22 2014 +0100
  45. 5d34408 MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once. by Thierry FOURNIER · Mon Jan 27 14:19:53 2014 +0100
  46. c5959fd MEDIUM: pattern: merge same pattern by Thierry FOURNIER · Mon Jan 20 14:29:33 2014 +0100
  47. 1e00d38 MAJOR: pattern/map: Extends the map edition system in the patterns by Thierry FOURNIER · Tue Feb 11 11:31:40 2014 +0100
  48. 3667e51 MEDIUM: pattern/dumpstats: The function pattern_lookup() is no longer used by Thierry FOURNIER · Wed Jan 15 11:57:00 2014 +0100
  49. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · Wed Jan 15 11:25:26 2014 +0100
  50. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · Tue Jan 14 16:24:51 2014 +0100
  51. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · Wed Jan 15 11:38:49 2014 +0100
  52. 33a7433 MEDIUM: pattern: Index IPv6 addresses in a tree. by Thierry FOURNIER · Thu Dec 19 23:54:54 2013 +0100
  53. 5338eea MEDIUM: pattern: The match function browse itself the list or the tree. by Thierry FOURNIER · Mon Dec 16 14:22:13 2013 +0100
  54. 1794fdf MEDIUM: pattern: The function pattern_exec_match() returns "struct pattern" if the patten match. by Thierry FOURNIER · Fri Jan 17 15:25:13 2014 +0100
  55. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · Tue Dec 17 00:20:33 2013 +0100
  56. e1bcac5 MINOR: pattern: Rename "pat_idx_elt" to "pattern_tree" by Thierry FOURNIER · Fri Dec 13 16:09:50 2013 +0100
  57. edc15c3 MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation by Thierry FOURNIER · Fri Dec 13 15:36:59 2013 +0100
  58. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · Fri Dec 13 15:12:32 2013 +0100
  59. 3ead5b9 MINOR: pattern: separe list element from the data part. by Thierry FOURNIER · Fri Dec 13 12:12:18 2013 +0100
  60. 972028f MEDIUM: pattern: Change the prototype of the function pattern_register(). by Thierry FOURNIER · Thu Jan 23 17:53:31 2014 +0100
  61. 580c32c MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string. by Thierry FOURNIER · Fri Jan 24 10:58:12 2014 +0100
  62. 511e947 MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()" by Thierry FOURNIER · Thu Jan 23 17:40:34 2014 +0100
  63. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · Wed Jan 22 18:38:02 2014 +0100
  64. 59ad9d6 BUG/MEDIUM: pattern: "pat_parse_dotted_ver()" set bad expect_type. by Thierry FOURNIER · Mon Jan 27 16:04:43 2014 +0100
  65. e7ba236 MINOR: pattern: move functions for grouping pat_match_* and pat_parse_* and add documentation. by Thierry FOURNIER · Tue Jan 21 11:25:41 2014 +0100
  66. 46ceb01 BUG/MEDIUM: pattern: Segfault in binary parser by Thierry FOURNIER · Tue Jan 21 10:59:24 2014 +0100
  67. 35249cb BUG/MINOR: pattern: pattern comparison executed twice by Thierry FOURNIER · Tue Jan 14 13:38:40 2014 +0100
  68. 6762a30 BUG/MAJOR: patterns: fix double free caused by loading strings from files by Willy Tarreau · Mon Dec 16 10:40:28 2013 +0100
  69. 668ae53 BUILD: pattern: silence a warning about uninitialized value by Willy Tarreau · Sun Dec 15 16:42:26 2013 +0100
  70. c64de3f MINOR: pattern/map: Each pattern must free the associated sample by Thierry FOURNIER · Tue Dec 10 15:08:39 2013 +0100
  71. 01cdcd4 MINOR: pattern: add function to lookup a specific entry in pattern list by Thierry FOURNIER · Tue Dec 10 15:08:01 2013 +0100
  72. 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
  73. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · Fri Dec 06 20:33:50 2013 +0100
  74. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · Fri Dec 06 20:36:20 2013 +0100
  75. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · Fri Dec 06 19:06:43 2013 +0100
  76. f3489d2 MINOR: pattern: do not assign SMP_TYPES by default to patterns by Willy Tarreau · Thu Dec 12 11:34:55 2013 +0100
  77. e3ded59 MEDIUM: acl: Last patch change the output type by Thierry FOURNIER · Fri Dec 06 15:36:54 2013 +0100
  78. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · Fri Dec 06 16:56:40 2013 +0100
  79. 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
  80. 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · Tue Dec 03 17:50:47 2013 +0100
  81. 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
  82. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · Thu Nov 28 18:22:00 2013 +0100
  83. d163e1c MEDIUM: pattern: create pattern expression by Thierry FOURNIER · Thu Nov 28 11:41:23 2013 +0100
  84. 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
  85. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  86. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  87. 40aebd9 MINOR: pattern: centralize handling of unstable data in pattern_process() by Willy Tarreau · Thu Apr 26 11:05:50 2012 +0200
  88. 12e5011 MEDIUM: pattern: ensure that sample types always cast into other types. by Willy Tarreau · Wed Apr 25 17:21:49 2012 +0200
  89. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  90. 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
  91. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · Mon Apr 23 22:03:39 2012 +0200
  92. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · Mon Apr 23 21:35:11 2012 +0200
  93. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  94. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  95. b27c0d3 MEDIUM: pattern: report the precise argument parsing error when known. by Willy Tarreau · Fri Apr 20 16:04:47 2012 +0200
  96. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · Fri Apr 20 15:52:36 2012 +0200
  97. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · Fri Apr 20 14:45:49 2012 +0200
  98. 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
  99. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · Fri Apr 20 12:29:52 2012 +0200
  100. 1ded605 CLEANUP: patterns: get rid of pattern_data_setstring() by Willy Tarreau · Fri Dec 16 15:35:46 2011 +0100