Tags · cpp-main/cpp-tbox · GitHub
Skip to content

Tags: cpp-main/cpp-tbox

Tags

v1.15.5

Toggle v1.15.5's commit message
支持 HTTP SSE 服务

v1.15.4

Toggle v1.15.4's commit message
实现了 TCP TLS 加密通信

v1.14.4

Toggle v1.14.4's commit message
添加websocket的server与client端

v1.13.10

Toggle v1.13.10's commit message
feat(http): 在Server中实现unuse()函数,用于撤消中间件

v1.13.2

Toggle v1.13.2's commit message
修改了jsonrpc接口;添加了FillAppDefaultConfig()

v1.12.28

Toggle v1.12.28's commit message
feat(flow):1.12.28, 添加 RandomSelectAction,实现随机选择子动作的功能

v1.12.25

Toggle v1.12.25's commit message
feat(jsonrpc):1.12.25, 将StrIdRpc与IntIdRpc合并为Rpc

v1.12.0

Toggle v1.12.0's commit message
opt(main): 1.12.0, 整理log的终端命令,用add_sink与del_sink替代add_stdout_sink, ad…

…d_syslog_sink等

v1.11.14

Toggle v1.11.14's commit message
!36 feat(main):1.11.14, 为main框架添加log.max_len参数;同时添加/log/max_len终端命令

* feat(main):1.11.14, 为main框架添加log.max_len参数;同时添加/log/max_len终端命令
* fix(base,log):1.11.13, 解决日志内容过长,不输出的问题
* tidy(base): 优化log_impl.cpp格式,加注释
* fix(base): 实现日志过长,进行截断打印的功能,解决日志内容过长丢弃的问题

v1.11.12

Toggle v1.11.12's commit message
fix(flow):1.11.12, 修复SerialAssembleAction::onReset()没有调基类的问题; 优化onSto…

…p(),添加对child_finish_func_与curr_action_清除操作