summaryrefslogtreecommitdiff
path: root/src/maat_compile.c
AgeCommit message (Expand)Author
2024-07-01When removing group from a clause, and the clause is empty, the clause id sho...v4.1.39Zheng Chao
2024-04-11[BUGFIX]Clean up hit groups promptly during scanningv4.1.35liuwentan
2024-04-03[PATCH]delete useless codev4.1.34liuwentan
2024-01-02[PATCH]update maat_scan_group & maat_state_get_last_hit_groups APIv4.1.27liuwentan
2023-12-21[BUGFIX]group2group support sub_group_id array => TSG-18025v4.1.23liuwentan
2023-12-20[PATCH] Add bloom filter to optimize expr_matcher performanceliuwentan
2023-12-13[PATCH]add maat_state_get_last_hit_group_id_cnt APIv4.1.20liuwentan
2023-12-11[PATCH]bugfix for get invalid hit compile's table idv4.1.19liuwentan
2023-12-11[FEATURE]Hit path clause index => TSG-17833v4.1.18刘文坛
2023-12-07[FEATURE]add maat_state_get_last_hit_group_ids API => TSG-17831刘文坛
2023-12-05[FEATURE]maat support dynamic reload log_levelv4.1.17liuwentan
2023-12-04[PATCH]bugfix for compile configv4.1.16刘文坛
2023-12-04[PATCH]optimize compile_state_update performancev4.1.15liuwentan
2023-11-28[FEATURE] one clause support multi literal{vtable_id, group_id_array}v4.1.11刘文坛
2023-11-20[FEATURE]user-defined expr table scanning engineliuwentan
2023-11-10[FEATURE]support maat_scan_not_logic & maat_scan_groupv4.1.9刘文坛
2023-11-02[PATCH]add debug log for config updatev4.1.7liuwentan
2023-11-01delete dead codeliuwentan
2023-10-30[FEATURE]Compile table must register plugin table to get compile ex_data刘文坛
2023-10-27[PATCH]variable naming optimizationliuwentan
2023-10-24[PATCH]patch for physical NOT clauseliuwentan
2023-10-24[FEATURE]support physical NOT clause => TSG-17286刘文坛
2023-10-20[UNIT_TEST]add some corner case for NOT logicliuwentan
2023-10-18[FEATURE]Refactor NOT clause, NOTE:forward incompatibility!!!刘文坛
2023-10-11[BUGFIX]fix illegal clause indexv4.0.47刘文坛
2023-09-22[FEATURE]add hit_path&hit_group enable APIv4.0.42liuwentan
2023-09-21[PATCH]the number of hit path maximum:4096v4.0.41liuwentan
2023-09-21[PATCH]fix maat_state_free_bytes statistics errorliuwentan
2023-09-20[OPTIMIZE]reduce calling utarray_sortliuwentan
2023-09-11[PATCH]add get direct/indirect hit groups APIv4.0.40liuwentan
2023-09-08[OPTIMIZE]get_hit_groups don't return superior group id & hit_groups may be d...v4.0.39liuwentan
2023-08-21[FEATURE]support enable/disable compile_NOTv4.0.38liuwentan
2023-08-11[BUGFIX]fix keywords max length 1024v4.0.37liuwentan
2023-08-10[FEATURE]support get hit groups and itemsv4.0.36刘文坛
2023-08-10[FEATURE]expr_matcher support dual engine(hyperscan & rulescan) & benchmarkliuwentan
2023-08-09rollback to v4.0.31liuwentan
2023-08-07[FEATURE]Compile table must register plugin table to get compile ex_data & ma...v4.0.34v4.0.32刘文坛
2023-08-03[PATCH]add regex benchmark刘文坛
2023-08-01[PATCH]maat_state_get_hit_groups API obtain inc hit groups from multiple scansliuwentan
2023-07-28[PATCH]support get hit item_id刘文坛
2023-07-11[PATCH]add get_hit_groups inc/full APIliuwentan
2023-07-07[BUGFIX]scan miss for same filter referenced by one compile: TSG-15339v4.0.30刘文坛
2023-06-28[BUGFIX]hit_path miss for same super_group referenced by multi compileliuwentan
2023-06-27[PATCH]make sure hit logic correct if group2group table is non-existliuwentan
2023-06-21[BUGFIX]put compile ex_data into garbage queuev4.0.28liuwentan
2023-06-21[PATCH] garbage compile default timeout 10sliuwentan
2023-06-20[OPTIMIZE]reduce adapter_hs_scan cpu usage刘文坛
2023-06-19[BUGFIX]fix compile gc bugv4.0.26刘文坛
2023-06-19[FEATURE]compile/plugin/xx_plugin table support gc刘文坛
2023-06-16[OPTIMIZE]reduce config memory usageliuwentan