summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2024-10-25change library version according to tag versionv5.0.1root
2024-09-26add temp coderoot
2024-09-14run first test case successroot
2024-09-12add basic code without test case, just compile successroot
2024-08-22rename terminology "group" to "object"root
2024-08-22rename terminology "virtual table(vtable)" to "attribute"root
2024-08-22rename terminology "compile" to "rule"root
2024-08-21rename maat_rule.c to maat_core.croot
2024-03-27Feature/scan ip port together support endpoint objectv4.1.32郑超
2023-12-19[PATCH]libmaat4 -> libmaatframev4.1.22liuwentan
2023-10-10[OPTIMIZE]replace ipport plugin engine(ip_matcher -> ipport_matcher)v4.0.46刘文坛
2023-09-27[FEATURE]support Ipport plugin table => TSG-17217v4.0.43刘文坛
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)刘文坛
2023-07-06third draftliuwentan
2023-04-25fix g2g_runtime logger nullptr bugliuwentan
2023-04-20support maat statliuwentan
2023-04-03delete set_iris evaluation_orderliuwentan
2023-03-27support ip+port+proto scanliuwentan
2023-03-22change all maatframe to maat4v4.0.0-preliuwentan
2023-03-01ipmatcher rule_id -> long long & scanner engine centralizationliuwentan
2023-02-24add bool_plugin & fqdn_plugin unit-testliuwentan
2023-02-20change table_id->table_nameliuwentan
2023-02-16generate rpm packageliuwentan
2023-02-15cpp->c and expr support configurable generation of literal_db or regex_dbliuwentan
2023-02-09support expr offset matchliuwentan
2023-02-07fix flag_matcher and interval_matcher compile errorliuwentan
2023-02-06add flagMatcher and IntevalMatcherliuwentan
2023-01-30unfinished workliuwentan
2023-01-06hierarchy refactor unfinishedliuwentan
2022-12-14add dynamic config unit-test and hierarchy unfinishedliuwentan
2022-12-09support scan ipliuwentan
2022-12-03add json/redis rule parserliuwentan
2022-11-29fix memory leak and add framework testliuwentan
2022-11-25framework work wellliuwentan
2022-11-17unfinished workliuwentan
2022-10-27[SCANNER]add hyperscan libsliuwentan
2022-10-26Refactor from scratch.zhengchao
2022-08-23Upgrade hiredis library: hiredis-vip-0.3.0.tar.gz -> hiredis-1.0.2.tar.gz.v3.6.14v3.6.13v3.6.12zhengchao
2022-08-23Refactor table schema and runtime to support boolean expression plugin.zhengchao
2022-01-21EX_data中的hash表使用RCU更新,替代读写锁,提高多线程下的...zhengchao
2021-10-24未正确统计0号线程的outer_mid和inner_mid计数v3.5.2zhengchao
2021-08-14TSG-7066: 支持--prefix参数安装,支持查看changelogliuxueli
2021-07-19改进Hierarchy的多线程扫描性能: Hierarchy使用rwlock来保证更�...zhengchao
2021-06-15Feature faster bool matcher on reptead itemv3.2.1郑超
2021-04-28支持加载使用gzip命令压缩的maat JSON文件。允许先压缩、后�...zhengchao
2021-04-19增加hierarachy中为每个线程分配expr_buff,以修复使用用户设�...zhengchao
2020-11-24更新版本号到3.1.4zhengchao
2020-09-28Feature fqdn plugin刘学利