summaryrefslogtreecommitdiff
path: root/scanner/expr_matcher/expr_matcher.cpp
AgeCommit message (Collapse)Author
2024-10-28store history pattern ids at expr_matcher after hs/rs stream scan, instead ↵root
of storing them during hs/rs scan
2024-10-28add some detail info for logroot
2024-09-26add temp coderoot
2024-09-20change type of rule_id, object_id, item_id from (long long) to (uuid_t)root
just compile libmaatframe.so, without modifing about test case
2024-08-22rename terminology "not flag" to "negate option"root
2023-12-27[PATCH]add expr_matcher hit pattern statisticsv4.1.26liuwentan
2023-12-20[PATCH] Add bloom filter to optimize expr_matcher performanceliuwentan
2023-11-24[FEATURE]support switch expr engine automaticallyliuwentan
2023-11-10[FEATURE]support maat_scan_not_logic & maat_scan_groupv4.1.9刘文坛
2023-08-10[FEATURE]expr_matcher support dual engine(hyperscan & rulescan) & benchmarkliuwentan
2023-08-09rollback to v4.0.31liuwentan
2023-07-28[FEATURE]expr_matcher support dual engine(hyperscan & rulescan)刘文坛