summaryrefslogtreecommitdiff
path: root/scanner
AgeCommit message (Expand)Author
2024-03-27Feature/scan ip port together support endpoint objectv4.1.32郑超
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-29[PATCH]optimize plugin table debug logliuwentan
2023-11-28[FEATURE] one clause support multi literal{vtable_id, group_id_array}v4.1.11刘文坛
2023-11-24[FEATURE]support switch expr engine automaticallyliuwentan
2023-11-10[FEATURE]support maat_scan_not_logic & maat_scan_groupv4.1.9刘文坛
2023-10-27[PATCH]fix potential memory leaksliuwentan
2023-10-13[UNIT_TEST]add unit_test for ipport pluginliuwentan
2023-10-10[OPTIMIZE]replace ipport plugin engine(ip_matcher -> ipport_matcher)v4.0.46刘文坛
2023-09-25[PATCH]remove duplicate code for expr_matcherliuwentan
2023-09-25[OPTIMIZE]filter duplicate pattern id for bool_matcher_matchliuwentan
2023-09-22[OPTIMIZE]optimize hyperscan callback performanceliuwentan
2023-08-10[FEATURE]expr_matcher support dual engine(hyperscan & rulescan) & benchmarkliuwentan
2023-08-09rollback to v4.0.31liuwentan
2023-08-03[PATCH]add regex benchmark刘文坛
2023-08-01[FEATURE]support benchmark刘文坛
2023-07-28[FEATURE]expr_matcher support dual engine(hyperscan & rulescan)刘文坛
2023-06-20[OPTIMIZE]reduce adapter_hs_scan cpu usage刘文坛
2023-06-16[OPTIMIZE]reduce config memory usageliuwentan
2023-06-07[OPTIMIZE]optimize alloc in adapter_hs_scan_streamliuwentan
2023-06-02[PATCH]check for same table_name but different table_id in table_infoliuwentan
2023-06-02[OPTIMIZE]hit pattern num maxium:512v4.0.22liuwentan
2023-05-30[FEATURE]plugin table support ip_addr key typeliuwentan
2023-05-23[BUGFIX]fix maat_compile_state_free null pointerv4.0.19liuwentan
2023-05-23fix group_exclude logic miss & add some corner case刘文坛
2023-05-17[BUGFIX]fix ip_matcher single ipv6 rule coredumpv4.0.18liuwentan
2023-05-11[patch]change verify expression retval semantics:1(legal) 0(illegal)liuwentan
2023-05-09[feature]verify regex expressionv4.0.16liuwentan
2023-05-08fix utarray_free null bugliuwentan
2023-05-07simplify table rcu hashliuwentan
2023-04-22solve invalid readliuwentan
2023-04-20support maat statliuwentan
2023-04-18delete memset for performance optimizationv4.0.10liuwentan
2023-04-12add rule count statliuwentan
2023-04-12read_full_config error can't abort maat_newliuwentan
2023-03-30fix pipeline errorv4.0.1liuwentan
2023-03-30disable ip_matcher logliuwentan
2023-03-29fix clause update bug and stream scan bugliuwentan
2023-03-27refactor hs_adapter engine about multi pattern offsetliuwentan
2023-03-23interrupt execution if table schema has errorliuwentan
2023-03-23support maat_state new/reset/freeliuwentan
2023-03-22change lib name to libmaat4 for testliuwentan
2023-03-22support same pattern different offset(x-x:pat1 & y-y:pat1)liuwentan
2023-03-17adapter_hs engine only construct stream dbliuwentan
2023-03-17support expr stream scanliuwentan
2023-03-16maat_options set logger -> set log_pathliuwentan
2023-03-16plugin table support integer&pointer key typeliuwentan
2023-03-15item_uthash -> item_rcu && add foreign cont dir APIliuwentan
2023-03-02format logliuwentan