summaryrefslogtreecommitdiff
path: root/src/plugin_manager
AgeCommit message (Collapse)Author
2022-08-31plugin_manager adapt session_manager API and rewrite plugin_manger gtestluwenpeng
2022-08-25update session manager interface definition; define ex_data interface; ↵liuxueli
delete the event design
2022-08-19feature: http decoderluwenpeng
* support parser uncompress request/response * define public API interface
2022-08-16rename fn_session_event_callback to plugin_event_callback and update API ↵luwenpeng
parameters * plugin_event_callback delete 'struct stellar_packet *p' * plugin_event_callback rename 'uint16_t len' to 'size_t len' * plugin_event_callback rename 'void **pme' to 'void **ctx'
2022-08-10Modify the implementation of the plugin manager take overluwenpeng
A plugin that is taken over, if the plugin was called before being taken over and has a registered SESSION_EVENT_CLOSING event, it will be called again when the SESSION_EVENT_CLOSING event comes. Otherwise, the plugin will not be called.
2022-08-08Refactored pm_session_dettach_others to pm_session_take_overluwenpeng
2022-08-05Add CI autotest and Fix compile warningluwenpeng
2022-08-04Plugin management support pm_session_dettach_me and pm_session_dettach_othersluwenpeng
Add test cases for pm_session_dettach_me and pm_session_dettach_others
2022-08-02Plugin Management support C pluginluwenpeng
2022-07-27Refactored plugin management interfaceluwenpeng
2022-07-27🦄 refactor(plugin manager): Updating interface definitionsyangwei
2022-07-27🦄 refactor(plugin manager): update interface definitionyangwei
2022-07-27rename packet_io_loop to stellar_event_base_loopyangwei
2022-07-14add deps directoryyangwei
update inner include headers