summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-26✨ feat(packet exdata & mq): add new header fileyangwei
2024-05-23✨ feat(free msg timing): call free_msg_cb deferyangwei
2024-05-23✨ feat(sess current packet): clear current pkt on deferyangwei
2024-05-23✨ feat(get sidlist): cstream_opt instead of rawpkt_optyangwei
2024-05-23🎈 perf(per session packet optimize): optimize memory useyangwei
2024-05-22🐞 fix(session_state_update_on_sapp): Fix incorrect session statev2.0.1yangwei
2024-05-22✨ feat(stellar.h update): backport stellar thread apiyangwei
2024-04-30🐞 fix(session_is_symmetric): fix always return 0 when flag nullv2.0.0yangwei
2024-04-30✨ feat(session_get_isn): forward port api from 1.0yangwei
2024-04-30🦄 refactor(rename project): from stellar-c to stellar-on-sappyangwei
2024-04-30✨ feat(polling return with work state): 0: idle, 1: workingyangwei
2024-02-28✨ feat(polling plugin): support register polling pluginyangwei
2024-02-28✨ feat(session message defer free): free delivered messags in egress stageyangwei
2024-02-28🦄 refactor(API implementation): Refactor API to use new headersyangwei
2024-01-31🎈 perf(adapter): Inline session_get0_current_packetPerf-inline-session-get0-current-packetyangwei
2024-01-29Bugfix: Exposed symbol name -> stellar_on_sapp_detach_check_entryv1.0.12.1liuxueli
2024-01-29🐞 fix(detach check for tcp/tcpall): add tcp entry for detach checkyangwei
2024-01-29✨ feat(session_mq_ignore_message): code implementationyangwei
2024-01-23[HTTP_DECODER]bugfix for gzip decompressliuwentan
2024-01-18[HTTP_DECODER]bugfix for get_header_by_keyliuwentan
2024-01-17[HTTP_DECODER]bugfix for multi-threadliuwentan
2024-01-16[HTTP_DECODER]add some commentsliuwentan
2024-01-16[HTTP_DECODER]bugfix for result queue overflowliuwentan
2024-01-16[HTTP_DECODER]bugfix for http transaction pipelineliuwentan
2024-01-11🐞 fix(stellar on sapp): update active when stream close with pktyangwei
2024-01-11🐞 fix(stellar_exit): check null before freeyangwei
2024-01-10🦄 refactor(session intrinsic_events): moved intrinsic_events out of exdatayangwei
"Refactored intrinsic_events to be a separate member of the session structure, rather than part of exdata. This change prevents the potential contamination of built-in events when plugins manipulate exdata, thereby enhancing data integrity and isolation within the session management system."
2024-01-09Bugfix: fix rpm conflictv1.0.11liuxueli
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