luwenpeng
|
9cfa120ae7
|
feature: http decoder
* support parser uncompress request/response
* define public API interface
|
2022-08-19 16:46:15 +08:00 |
|
luwenpeng
|
b9d93e042b
|
rename fn_session_event_callback to plugin_event_callback and update API 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-16 11:07:29 +08:00 |
|
liuwentan
|
85c28ff17e
|
[CIFIX]add extern 'C' in C++ code
|
2022-08-11 10:50:41 +08:00 |
|
luwenpeng
|
0f7468b994
|
Refactored pm_session_dettach_others to pm_session_take_over
|
2022-08-08 16:25:15 +08:00 |
|
luwenpeng
|
5c790085eb
|
Plugin management support pm_session_dettach_me and pm_session_dettach_others
Add test cases for pm_session_dettach_me and pm_session_dettach_others
|
2022-08-04 17:30:03 +08:00 |
|
luwenpeng
|
50111e7cd0
|
Plugin Management support C plugin
|
2022-08-02 18:50:17 +08:00 |
|
luwenpeng
|
61e3c264f3
|
Refactored plugin management interface
|
2022-07-27 15:57:43 +08:00 |
|
yangwei
|
6f558132a1
|
rename packet_io_loop to stellar_event_base_loop
|
2022-07-27 14:17:49 +08:00 |
|
yangwei
|
658108724c
|
add deps directory
update inner include headers
|
2022-07-14 15:05:18 +08:00 |
|