yangwei
|
f80da6760d
|
🧪 test(enable lpi plus test): lpi test
|
2024-11-27 10:29:23 +08:00 |
|
luwenpeng
|
021042b752
|
clean include/stellar/stellar.h, remove unused API
|
2024-11-01 15:56:29 +08:00 |
|
杨威
|
70d21f28c3
|
Rebase dev 2.0
|
2024-10-11 06:08:50 +00:00 |
|
luwenpeng
|
9e954386fd
|
Refactored packet IO to use packet_manager_schedule_packet() instead of stellar_send_build_packet() to send user-built packets
|
2024-10-09 11:53:10 +08:00 |
|
luwenpeng
|
0f082d975e
|
stellar registers packet_manager as a module; session_manager registers polling callback
|
2024-10-09 10:02:42 +08:00 |
|
yangwei
|
7291db5969
|
✨ feat(module manager): Define and implement the polling API
|
2024-09-25 17:44:27 +08:00 |
|
luwenpeng
|
b3ddebf770
|
refactor(main loop): compiled
|
2024-09-20 18:41:32 +08:00 |
|
yangwei
|
1f55a6f240
|
✨ feat(module manager): from plugin manager to module manager
|
2024-09-14 12:18:26 +08:00 |
|
yangwei
|
e9825c3988
|
🦄 refactor(stellar api): split exdata and mq
|
2024-09-10 14:44:38 +08:00 |
|
yangwei
|
6403e832de
|
✨ feat(stellar_mq subscribe api): replace cb_arg with plugin_id
|
2024-09-10 09:05:37 +08:00 |
|
yangwei
|
442586ef52
|
✨ feat(plugin register): remove ip_proto in parameter
|
2024-09-06 19:48:29 +08:00 |
|
yangwei
|
6e0b13f3d6
|
Refactor(plug_mgr API): remove session_ctx, provide stellar_mq
|
2024-09-05 15:28:43 +08:00 |
|
yangwei
|
5373efdbff
|
🦄 refactor(rename plug mgr api): session plug register with hooks
|
2024-09-04 15:26:15 +08:00 |
|
yangwei
|
9ee8df58a7
|
✨ feat(plugin manager api): packet plugin register with stage
|
2024-09-04 14:44:30 +08:00 |
|
yangwei
|
1bdfc4506c
|
✨ feat(plugin_manager): add session plugin with hook
|
2024-09-04 14:44:30 +08:00 |
|
luwenpeng
|
f8ec4dc5a7
|
move stellar_core/stellar_stat from core to infra
|
2024-09-02 16:55:02 +08:00 |
|
yangwei
|
aa5c41e4d7
|
🦄 refactor(infra/log & http test case): mv log to deps/logger
trim http test case cmake
|
2024-08-30 15:04:46 +08:00 |
|
yangwei
|
b2647a5a75
|
🦄 refactor(plugin_manager): refactor intrinsic topic name
|
2024-08-28 19:58:28 +08:00 |
|
luwenpeng
|
283d591e6b
|
fix compile error
|
2024-08-28 19:00:32 +08:00 |
|
luwenpeng
|
3e6b837318
|
export stellar_reload_log_level symbol
|
2024-08-28 18:05:39 +08:00 |
|
yangwei
|
16b18624ab
|
🦄 refactor(directory structure): restructure and rename src to infra
|
2024-08-28 14:52:26 +08:00 |
|
luwenpeng
|
b9d6637800
|
refactor: move tcp_segment API from packet.h to stellar.h
|
2024-08-21 18:18:13 +08:00 |
|
luwenpeng
|
520eb085b8
|
feature: stellar dev API support stellar_new()/stellar_run()/stellar_free()/stellar_loopbreak()
|
2024-08-19 17:28:45 +08:00 |
|
luwenpeng
|
4ee08c136a
|
refactor: rename packet_craft.cpp/h to packet_builder.cpp/h
|
2024-08-16 14:15:03 +08:00 |
|
yangwei
|
6786372449
|
✨ feat(plugin manager integration): packet and session exdata&mq
|
2024-08-12 15:45:50 +08:00 |
|
luwenpeng
|
da9fb7cd11
|
optimizate inject packt test case
|
2024-06-27 16:00:12 +08:00 |
|
luwenpeng
|
48428e52fe
|
replace 'ifndef define' to 'pragam once'
|
2024-06-19 15:06:14 +08:00 |
|
luwenpeng
|
de4c15f43c
|
Refactored packet API to support struct layer (using union to contain different types of encapsulation headers)
|
2024-06-14 19:24:27 +08:00 |
|
luwenpeng
|
8092b3a90e
|
update inject packet API
|
2024-05-29 19:01:05 +08:00 |
|
luwenpeng
|
f82b85c979
|
Optimize integration testing
- Add injection package plug-in
- Add libstellar_dynamic.so to facilitate unit testing of upper-level plug-ins
|
2024-05-28 14:30:42 +08:00 |
|
luwenpeng
|
0e33a1b647
|
Resolve merge conflicts
|
2024-05-20 11:26:06 +08:00 |
|
yangwei
|
e0ec3f2d52
|
✨ feat(plugin manager): integrated plugin manager, build success
|
2024-05-20 10:09:18 +08:00 |
|
luwenpeng
|
cda77c6f6f
|
Add the packet_injector tool to test the packet injection effect
|
2024-05-11 18:58:36 +08:00 |
|
luwenpeng
|
cc380d9271
|
rename session_direction to flow_direction
|
2024-05-09 14:57:12 +08:00 |
|
luwenpeng
|
95e0982fd1
|
Add implementation of injecting tcp rst package
|
2024-04-30 15:30:43 +08:00 |
|
luwenpeng
|
611fda598f
|
Adjust thread index type to uint16 for future expansion & Organize stellar directory files
|
2024-04-25 18:17:20 +08:00 |
|
luwenpeng
|
74f0504d3d
|
Update Stellar export header and add stellar_get_current_thread_index() function
|
2024-04-23 14:38:58 +08:00 |
|