summaryrefslogtreecommitdiff
path: root/src/maat_expr.c
AgeCommit message (Expand)Author
2023-10-11[BUGFIX]fix illegal clause indexv4.0.47刘文坛
2023-08-11[BUGFIX]fix keywords max length 1024v4.0.37liuwentan
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-01[FEATURE]support benchmark刘文坛
2023-07-28[FEATURE]expr_matcher support dual engine(hyperscan & rulescan)刘文坛
2023-07-18[BUGFIX]fix maat_stat stream errorliuwentan
2023-06-21[BUGFIX]put compile ex_data into garbage queuev4.0.28liuwentan
2023-06-20[PATCH]handle matcher NULL pointerv4.0.27liuwentan
2023-06-20[OPTIMIZE]reduce adapter_hs_scan cpu usage刘文坛
2023-06-19[FEATURE]compile/plugin/xx_plugin table support gc刘文坛
2023-06-16[OPTIMIZE]reduce config memory usageliuwentan
2023-06-14[BUGFIX]fix hyperscan-5.4.2 literal empty string check bugv4.0.25刘文坛
2023-06-12[PATCH]hyperscan version 5.4.0->5.4.2liuwentan
2023-06-09[OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_st...liuwentan
2023-05-31reduce unnecessary memory usage & add maat_stat info刘文坛
2023-05-30[FEATURE]plugin table support ip_addr key typeliuwentan
2023-05-23fix group_exclude logic miss & add some corner case刘文坛
2023-05-10[patch]maat not handle regex stringliuwentan
2023-05-09[feature]verify regex expressionv4.0.16liuwentan
2023-05-07simplify table rcu hashliuwentan
2023-05-04support parse encrypted json configliuwentan
2023-04-24fix maat_stat scan_cpu_time null pointerv4.0.13liuwentan
2023-04-22solve invalid readliuwentan
2023-04-20support maat statliuwentan
2023-04-18delete memset for performance optimizationv4.0.10liuwentan
2023-04-13fix stream scan core https://jira.geedge.net/browse/TSG-14701liuwentan
2023-04-12add rule count statliuwentan
2023-04-05refactor ex_data_runtime & fix all leak memoryv4.0.6liuwentan
2023-04-04optimize district & support virtual table conjunctionv4.0.5liuwentan
2023-04-03delete set_iris evaluation_orderliuwentan
2023-03-30fix pipeline errorv4.0.1liuwentan
2023-03-29compile/plugin ex_schema support input param table_nameliuwentan
2023-03-27refactor hs_adapter engine about multi pattern offsetliuwentan
2023-03-27support ip+port+proto scanliuwentan
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-15fix continuous updating config with same key invalid bugliuwentan
2023-03-15item_uthash -> item_rcu && add foreign cont dir APIliuwentan
2023-03-06Support physical table conjunction and fix compile table conjunction bugliuwentan
2023-03-02format logliuwentan
2023-02-27add boundary checkliuwentan
2023-02-23fix maat_scan_string maat_state bugliuwentan
2023-02-22uint64_t -> long longliuwentan
2023-02-22compile_id,group_id,item_id support uint64_tliuwentan
2023-02-20compile table support conjunction, ip_plugin support cidrliuwentan
2023-02-16fix rule_monitor_loop bugliuwentan