summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-09Fix: A plugin that is not registered with a mq can lead to a crash upon exiting.devzzzhuzhenjun
2024-01-09[HTTP_DECODER]bugfix for double freeliuwentan
2024-01-08[HTTP_DECODER]add fieldstat4liuwentan
2024-01-08[PATCH]add http2 test caseliuwentan
2024-01-08[HTTP_DECODER]bugfix for half_decoder's invalid pointerliuwentan
2024-01-05[HTTP_DECODER]bugfix for http malformed packetliuwentan
2024-01-04[HTTP_DECODER]format code styleliuwentan
2024-01-04[HTTP_DECODER]bugfix for http proxyliuwentan
2024-01-03[HTTP_DECODER]bugfix for http header exceed maximumliuwentan
2024-01-03✨ feat(session_get_current_thread_id): adapter get thread_id from streaminfov1.0.10yangwei
2024-01-03🐞 fix(fix packet free before ex_data_free):yangwei
2024-01-02Modify start_loader.inf and defer_loader.infv1.0.9liuxueli
2024-01-02[PATCH] simplify http_decoder external APIliuwentan
2023-12-29[PATCH]Add TCP 1-byte sliding window testliuwentan
2023-12-29[HTTP_DECODER]memory leak bugfixliuwentan
2023-12-28✨ feat(session event dispatch): update dispatch logic and add examplev1.0.8yangwei
2023-12-28[PATCH]bugfix for compressed bodyliuwentan
2023-12-19[HTTP_DECODER] add more pcap sample for unit_testliuwentan
2023-12-14[PATCH]fix pipeline errorliuwentan
2023-12-14[HTTP_DECODER]first simple http unit_test passed刘文坛
2023-12-13🐞 fix(session_is_outer_tunnel): added argument checksv1.0.6yangwei
2023-12-13✨ feat(add inner_most interface): return inner or outer tunnel typev1.0.5yangwei
2023-12-04Bugfix: Exposed symbol name -> session_plugin_detach_othersv1.0.4liuxueli
2023-11-30🐞fix(stellar_init): enhanced error handling for toml initializationyangwei
2023-11-17✨ feat(session.h): added session_get_current_statev1.0.3yangwei
2023-11-17🐞 fix(session_get0_route_ctx): updated to use latest API for ROUTE_CTXv1.0.2yangwei
2023-11-17🐞 fix(adapter get current packet): fix TSG-17751yangwei
2023-11-16✨ feat(session management): added session_plugin_detach_othersv1.0.1yangwei
2023-11-16🦄 refactor(adapter session): Merged Status Update Interfaceyangwei
2023-11-16✨ feat(session.h): removed const modifieryangwei
2023-11-16✨ feat(update session.h): update get l3 l4 header interfaceyangwei
2023-11-15First put the relationship of stream <-> session in the exdata, then call...刘学利
2023-11-10🐎 ci(yaml): update INSTALL_DEPENDENCY_LIBRARYyangwei
2023-11-10📃 docs(update sapp plugin inf): fix install path in infyangwei
2023-11-10🐎 ci(test stage): fix test stagev1.0.0yangwei
2023-11-10🐞 fix(travis.sh): remove devtoolset-7yangwei
2023-11-10🐎 ci(add gitlab ci): init add gitlab-ci.ymlyangwei
2023-11-10🔧 build(package for rpm): rename package nameyangwei
2023-11-10🦄 refactor(sapp loader, firewall header): mv sapp loadr to ./srcyangwei
2023-11-09🐞 fix(streaminfo in session_manager.h): remove forward declarationyangwei
2023-11-09✨ feat(session_get0_l2_l3_hdr): get l2_l3_hdr by session_directionyangwei
2023-11-07✨ feat(add session interface for sfc): for session state syncyangwei
2023-11-07Release stellar header fileliuxueli
2023-11-03✨ feat(ctrl packet): add EV_CONTROL in session.hyangwei
2023-10-26🔧 build(remove unrelated deps ): mpack base64 cjson utableyangwei
2023-10-26✨ feat(stream_entry): Add Layer-7 proxy filteringyangwei
2023-10-26🐞 fix(defer_load): fix poll logic when stream state closeyangwei
2023-10-24Feature utable add integer api刘学利
2023-10-23✨ feat(update adapter dlopen option): from RTLD_LOCAL to RTLD_GLOBALyangwei
2023-10-18✨ feat(session close): close by defer loaderyangwei