index
:
mesalab_git/MESA_Platform/sapp.git
Feature-ap-bloom
Feature-bind-device-for-working-thread
Feature-bpf-default-behavior
Feature-cmp-innermost-addr
Feature-merge-jump-layer
Feature-monotonic-time
Feature-omit-gtp-layer
Feature-omit0-tunnel-outer-stream
Feature-tcp-unorder-free
Feature-timeout-on-polling-only
Fix-ctrl-pkt-error
Fix-get-opt-segfault
Fix-ipfrag-metrics
Fix-timeout-overspeed-memleak
Patch-4-3-59-bpf-default-behavior
apbloom-perf-optimization
dabloom-calc-capacity-by-partition
dev-4.0
dev-4.1
dev-4.2
dev-4.3
feature-TSG-12533-deal-offload-report
pangu_develop_parallel
pangu_develop_serial
perf-cmp-addr-use-layer-hash
rel-4.0
release-4.2
soq_online
Repository for MESA_Platform/sapp
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
Age
Commit message (
Collapse
)
Author
2024-11-20
TSG-23816: support stream uuid_t id
lijia
2024-08-23
🔧 build(unify SAPP_MODULES ): define depend library in SAPP_MODULES
yangwei
2023-09-05
✨ feat(signal 31, jemalloc prof.dump): ↵
yangwei
jemalloc开启时,SIGUNUSED触发dump prof
2023-08-25
🔧 build(jemalloc-static): sapp_devel启用jemalloc时,显式链接
yangwei
2023-08-23
🔧 build(dabloom): 从vendor移出源码到src/support目录
yangwei
2023-08-03
🔧 build(build_type): Debug时,jemalloc开启prof编译选项
yangwei
2023-08-02
通过cppcheck代码检查,修复告警
yangwei
2023-08-02
🔧 build(jemalloc): 开启--enable-prof编译选项
yangwei
2023-07-03
🔧 build(mimalloc): 内存池支持mimalloc 2.1.2
杨威
2023-06-27
🔧 build(MEMPOOL): 增加JEMALLOC_STATIC,静态链接jemalloc模式
杨威
2023-05-31
🦄 refactor(LIBEVENT_ENABLED): ↵
杨威
增加LIBEVENT_ENABLED宏,支持可选编译libevent 停用libevent的同时停用sapp_timer功能
2023-02-28
TSG-12461: ↵
v4.2.95
liuxueli
使用静态链接jemalloc后加壳失败,调整为动态链接jemalloc
2022-09-20
使用jemalloc作为默认内存池,静态链接jemalloc,使用jemalloc- ↵
v4.2.90
刘学利
v5.3.0版本
2022-06-28
将module test和benchmark测试模块合并到sapp仓库
刘学利
2021-09-15
TSG-7787, 修复under ddos情况下, 没有设置stream->pdetail指针, ↵
v4.2.53
lijia
导致的coredump BUG.
2021-07-03
修复代码漏洞, 如strcpy改成strncpy, ↵
lijia
数组下标可能溢出风险等等.
2021-05-20
TSG-6237, 支持配置文件检查.
lijia
2021-05-06
TSG6017,TSG6210, 解决非对称MPLS双向对准问题,不再创建空层.
lijia
2021-03-25
更新CI.
lijia
2021-03-25
增加重复流量识别功能, 基于bloom filter.
lijia
2019-07-12
修改cmake依赖关系, 导致make -j 并行编译错误问题.
lijia
2019-07-12
删除libevent对openssl的依赖,目前仅用libevent的超时机制,禁用 ↵
lijia
ssl部分功能;添加gtest_sapp.inf
2019-07-11
使用cmake的ExternalProject功能添加第三方依赖库:libevent,gtest.
lijia