| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-31 | plugin_manager adapt session_manager API and rewrite plugin_manger gtest | luwenpeng | |
| 2022-08-25 | update session manager interface definition; define ex_data interface; ↵ | liuxueli | |
| delete the event design | |||
| 2022-08-19 | feature: http decoder | luwenpeng | |
| * support parser uncompress request/response * define public API interface | |||
| 2022-08-16 | rename 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-10 | Modify the implementation of the plugin manager take over | luwenpeng | |
| 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-08 | Refactored pm_session_dettach_others to pm_session_take_over | luwenpeng | |
| 2022-08-05 | Add CI autotest and Fix compile warning | luwenpeng | |
| 2022-08-04 | Plugin management support pm_session_dettach_me and pm_session_dettach_others | luwenpeng | |
| Add test cases for pm_session_dettach_me and pm_session_dettach_others | |||
| 2022-08-02 | Plugin Management support C plugin | luwenpeng | |
| 2022-07-27 | Refactored plugin management interface | luwenpeng | |
| 2022-07-27 | 🦄 refactor(plugin manager): Updating interface definitions | yangwei | |
| 2022-07-27 | 🦄 refactor(plugin manager): update interface definition | yangwei | |
| 2022-07-27 | rename packet_io_loop to stellar_event_base_loop | yangwei | |
| 2022-07-14 | add deps directory | yangwei | |
| update inner include headers | |||
