This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
tango-maat
Archived
Watch
1
Star
0
Fork
0
You've already forked tango-maat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2f10504d643926f43eb38397ed5333f5c3ab5171
tango-maat
/
src
/
entry
History
zhengchao
2f10504d64
1、修复bug:virtual table扫描时,未能正确识别上一次命中的compile的bug,导致compile多次返回。2、修复bug:在进行virtual table+ Expr plus的扫描时,由于笔误,错误的认为table id不合法
2019-11-21 18:48:22 +08:00
..
.gitignore
1.REMOVE .a and .so, and add gitignore file
2017-07-19 17:13:59 +08:00
bool_matcher.cpp
完成“非”运算规则的解析。
2019-01-05 15:51:08 +08:00
cJSON.c
升级到cJSON-1.7.7。
2018-11-09 17:59:24 +08:00
config_monitor.cpp
maat 索引文件的版本号,最大支持20字节
2018-11-14 18:37:20 +08:00
dynamic_array.cpp
重构取column的函数
2018-12-04 23:26:59 +08:00
gram_index_engine.c
1、hiredis客户端append超过2400万后出现段错误,maat每次最多append 8K条数据。
2017-08-24 17:39:40 +08:00
interval_index.c
合并新版本mesa_fuzzy(SFH)到maat,更节省内存。
2016-04-06 10:41:59 +08:00
json2iris.cpp
使用cJSON_ArrayForEach替代cJSON_GetArrayItem,提高maat json解析速度。
2019-08-16 14:32:26 +08:00
Maat_api.cpp
1、修复bug:virtual table扫描时,未能正确识别上一次命中的compile的bug,导致compile多次返回。2、修复bug:在进行virtual table+ Expr plus的扫描时,由于笔误,错误的认为table id不合法
2019-11-21 18:48:22 +08:00
Maat_command.cpp
修复bug:上次提交未彻底解决配置ID重用时外键文件无效的bug。
2019-09-19 20:09:01 +08:00
Maat_rule.cpp
1、修复bug:virtual table扫描时,未能正确识别上一次命中的compile的bug,导致compile多次返回。2、修复bug:在进行virtual table+ Expr plus的扫描时,由于笔误,错误的认为table id不合法
2019-11-21 18:48:22 +08:00
Maat_stat.cpp
将scanner中的运行态数据拆分到Maat_table_runtime.cpp中。
2019-07-28 11:45:57 +06:00
Maat_table_runtime.cpp
将scanner中的运行态数据拆分到Maat_table_runtime.cpp中。
2019-07-28 11:45:57 +06:00
Maat_table.cpp
1、修复bug:virtual table扫描时,未能正确识别上一次命中的compile的bug,导致compile多次返回。2、修复bug:在进行virtual table+ Expr plus的扫描时,由于笔误,错误的认为table id不合法
2019-11-21 18:48:22 +08:00
Maat_utils.cpp
将scanner中的运行态数据拆分到Maat_table_runtime.cpp中。
2019-07-28 11:45:57 +06:00
map_str2int.cpp
升级到cJSON-1.7.7。
2018-11-09 17:59:24 +08:00
rbtree.c
合并新版本mesa_fuzzy(SFH)到maat,更节省内存。
2016-04-06 10:41:59 +08:00
stream_fuzzy_hash.c
重构代码目录,改用cmake编译。
2018-09-23 14:30:45 +08:00
UniversalBoolMatch.cpp
修复统计、布尔表达式运算、单元测试模块中的内存泄漏。
2018-11-27 14:37:13 +08:00