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
/
include
/
private
Age
Commit message (
Expand
)
Author
2024-04-16
🐞 fix(no use timeout): 切换到nouse后,同步插件设置的特殊超�...
v4.3.44
yangwei
2024-04-12
✨ feat(udp concurrency stream num): add max_opening & max_pair
yangwei
2024-04-12
✨ feat(sapp metric update): 新增open和timeout速率统计,暂时关闭...
yangwei
2024-04-07
✨ feat(sapp.toml): reorder_on_closing, default set 1
Feature-tcp-unorder-free
yangwei
2024-04-03
✨ feat(bloom library): choose in sapp.toml
Feature-ap-bloom
yangwei
2024-04-03
✨ feat(ap_bloom): 使用ap_bloom替代dabloom
yangwei
2024-03-06
🐞 fix(sapp inject packet): Fix OMPUB-1176
v4.3.39
yangwei
2023-12-29
🐞 fix(context rawpkt info): Fix TSG-18200
yangwei
2023-12-28
🎈 perf(timeout precision): from s to ms
yangwei
2023-12-18
✨ feat(max_timeouts_per_msec): 支持设置每个线程主动超时流的�...
yangwei
2023-11-08
🦄 refactor(eliminate lint warning): 消除语法检查告警
v4.3.31
yangwei
2023-11-03
🐞 fix(clang warning): 消除clang编译告警
yangwei
2023-10-08
✨ feat(IN and OUT link_id): 支持按流获取IN和OUT方向的link_id
yangwei
2023-09-19
🦄 refactor(sapp_inject_ctrl_pkt): 重构实现,不再直接复用注欺�...
yangwei
2023-09-12
🦄 refactor(polling priority): 移除polling enabled 开关,Priority=0等...
yangwei
2023-09-06
✨ feat(ip defragment enabled): 增加ip分片重组开关,默认开启
yangwei
2023-09-05
✨ feat(memory_used_stat_interval_s): profiling.memory下新增开关,控�...
yangwei
2023-09-05
✨ feat(sapp_watch_dog enabled): packet_io.feature增加是否开启watchdog...
yangwei
2023-09-04
✨ feat(packet io config): 增加dumpfile_sleep_time_before_exit,默认为0
yangwei
2023-08-31
🐞 fix(MAX_THREAD_NUM): 更新至128,新增MAX_CORE_NUM,用于定义CPU...
v4.3.24
yangwei
2023-08-25
🐞 fix(deal_udp): 增加流标识,保证包处理过程中隧道外层流...
yangwei
2023-08-25
✨ feat(udp dup stream): 支持udp重复流识别,key为四元组
yangwei
2023-08-24
✨ feat(duplicate distinguish): 增加查找和添加stream四元组的接口
yangwei
2023-08-24
🦄 refactor(duplicate_pkt): 简化重复包识别函数封装,v4/v6和TCP...
yangwei
2023-08-23
✨ feat(dablooms expire): 接口更新,根据传入的时间戳判断超�...
yangwei
2023-08-20
✨ feat(dlclose_all_plug_enabled): 控制退出时是否调用dlclose,asan...
yangwei
2023-08-18
🐞 fix(test_app.so): 移除test_app中对legacy接口的调用
yangwei
2023-08-16
🐞 fix(Fix-TSG-8241): 修复deployment错误拼写成depolyment的bug
yangwei
2023-08-15
✨ feat(inject_pkt_prepend_segment_id): support set sid for inject pkt
yangwei
2023-08-15
🐞 fix(stream_inject.h): remove legacy inject interface
yangwei
2023-08-10
🦄 refactor(lint warning): fix cppcheck warning
yangwei
2023-08-06
✨ feat(process_latency): 新增clock_gettime_id选项,用于指定clock�...
yangwei
2023-08-06
✨ feat(process latency): 精度为us,有效范围1us-99s
yangwei
2023-08-06
✨ feat(clock_gettime): 使用CLOCK_MONOTONIC_COARSE
yangwei
2023-08-06
✨ feat(thread_timer_loop): 增加独立线程更新时间戳,提高本地...
yangwei
2023-08-06
🦄 refactor(packet process latency): process_latency threshold use ms
yangwei
2023-08-03
✨ feat(packet_io): 新增monitor_thread_enabled选项,控制状态监控�...
yangwei
2023-07-23
📃 docs(clean redundancy code): 移除已注释代码,和直接放在头�...
yangwei
2023-07-18
✨ feat(tcp_opening_timeout): 增加tcp.opening_timeout参数,默认10s
杨威
2023-07-18
🐞 fix(ipv6_entry): 调整ipv6判断上层承载协议的逻辑,对于未...
v4.3.15
杨威
2023-07-05
✨ feat(sapp metric): 初始化拆分成init和start两步,便于插件初...
v4.3.14
杨威
2023-07-05
✨ feat(metric app_name): 配置项增加app_name
杨威
2023-07-02
✨ feat(fs2增加work_percent的统计):
杨威
2023-07-02
✨ feat(marsio_polling_wait_enabled): 增加开关,控制polling开启时�...
杨威
2023-06-30
🦄 refactor(marsio4_worker): 重构调用polling_stream_timeout逻辑,减...
杨威
2023-06-30
🎈 perf(time_ms和time_s从全局结构体成员变为全局变量):
杨威
2023-06-26
✨ feat(sapp metric): 支持输出fs3
杨威
2023-06-26
🦄 refactor(Remove obsolete code): makefile and dictator
杨威
2023-06-26
🦄 refactor(sapp.metric): 重构profiling相关参数
杨威
2023-06-11
✨ feat(tcp timeout): 增加tcp.closing_timeout参数,默认30s
v4.3.8
杨威
[next]