summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-14✨ feat(lrustream): 包处理流程不再检查超时,仅在polling执行Feature-timeout-on-polling-onlyyangwei
2024-09-14🐞 fix(del_stream_by_time): 移除在包处理流程中判断超时的逻�...yangwei
2024-09-14🐞 fix(per stream stat): inbond and outbond with ip fragv4.3.67yangwei
2024-09-13🧪 test(dumpfile polling): add polling timing for dumpfileyangwei
2024-09-13✨ feat(packet_io pcap): dumpfile模式下,插入polling时间片yangwei
2024-09-13🧪 test(disable timeout test case): 禁用两个流处理过程超时行为...yangwei
2024-09-13🐞 fix(tcp fast drop lru): 如果lru返回当前流,调用reset_streamyangwei
2024-09-13🐞 fix(dabloom): fix expiry_dablooms_destroy memleakyangwei
2024-09-13🐞 fix(lrustream): 先更新stream,再检查超时yangwei
2024-09-13🐞 fix(del_stream_by_time): fix memleak when timeout overspeedFix-timeout-overspeed-memleakyangwei
2024-09-12🌈 style(remove unicode comments): 移除乱码注释yangwei
2024-09-12🐞 fix(deal_tcp): fix tcp reset stream TFO memleakyangwei
2024-09-12🐞 fix(plugin mgr mem stat): 使用sapp_mem接口统计为插件运行时�...yangwei
2024-09-11🐞 fix(tcp_free_stream): 更新tcp stream free判断逻辑,避免TFO时�...yangwei
2024-09-11📃 docs(callapp.c): remove deprecated codeyangwei
2024-09-05🔧 build(sapp_devel build): target_link packet_iov4.3.66Fix-ipfrag-metricsyangwei
2024-09-03🔧 build(./src/entry/cmake): enable IPOv4.3.65v4.3.64yangwei
2024-09-02🐞 fix(per flow ipfrag stat error): FIX TSG-22301yangwei
2024-08-23✨ feat(rename nouse to discard): set tcp max stream num separatelyyangwei
2024-08-23🔧 build(unify SAPP_MODULES ): define depend library in SAPP_MODULESyangwei
2024-08-09✨ feat(tcp fast open process sequence): from tcpall->tcp to tcp->tcpallv4.3.63yangwei
2024-08-02🐞 fix(sapp metrics): adapt fieldstat3.1 & 4.6v4.3.62yangwei
2024-07-16✨ feat(sapp metrics): add fs4 as metrics exporteryangwei
2024-07-15Unifying the capacity value, dabloom automatically calculate the capacity bas...dabloom-calc-capacity-by-partitionlijia
2024-07-12🌈 style(header file refomat): remove CN annotationv4.3.61yangwei
2024-07-12🐞 fix(deal_ipv6 ): set wrong streaminfo to gre_entryyangwei
2024-07-11🐞 fix(TSG-21797): IPv6 delivery GREv4.3.60yangwei
2024-07-09✨ feat(skip_gtp_layer): set defalut as 0Feature-omit-gtp-layeryangwei
2024-07-09✨ feat(omit gtp stream): omit gtp layer as udp streamyangwei
2024-07-09🐎 ci(build stage update): remove centos7 stageyangwei
2024-06-27fix: bloom-filter fs3 statisticslijia
2024-06-26✨ feat(fast close tcp no use): default set 0yangwei
2024-06-14🐞 fix(MESA_detain_rawpkt_data_get0): 修复获取detain数据包时,误�...v4.3.59yangwei
2024-06-11API upgrade, MESA_detain_rawpkt_data_get0v4.3.58yangwei
2024-06-07perf: add mempool for apbloom, simplify the AP_bloom_check() process.lijia
2024-06-07add bloom fs4 statistics, add gtest user args.lijia
2024-06-07backport version from swarmkv apbloom-perf-optimization branch (87fd5b5c)lijia
2024-06-05✨ feat(stream_rawpkt.h): add MESA_detain_rawpkt_get0yangwei
2024-06-05🐞 fix(get stream opt segfault): polling ctx always null in pcapFix-get-opt-segfaultyangwei
2024-05-23✨ feat(stream meta get): 支持按路由方向获取sidlistv4.3.57yangwei
2024-05-23✨ feat(stream opt): 支持按方向获取会话上的SIDv4.3.56yangwei
2024-05-23📃 docs(plug_support.c): 删除中文乱码注释yangwei
2024-05-17✨ feat(bloom filter parameter): set defalut parameter by stream numv4.3.55yangwei
2024-05-17feat: The DABF partition feature changed to built in.lijia
2024-05-17TSG-20808,TSG-20954:split bm into multi-partition to avoid long latency by me...lijia
2024-05-09🐞 fix(dp trace): 仅在异常时记录诊断信息yangwei
2024-05-06🐞 fix(diagnose_error_to_dump): SAPP_STAT_RCV_UNKNOWN数据标记为errorv4.3.54yangwei
2024-05-06🐞 fix( mpls entry): ctrl packet ignore len mismatchFix-ctrl-pkt-erroryangwei
2024-05-04fix TSG-21002 : forwarding detain pkt but rawpkt is NULLv4.3.53lijia
2024-05-02TSG-21000: support TFO(TCP Fast Open)v4.3.52lijia