Releases
v1.6.3
waruqi
released this
01 Aug 01:43
New features
#24 : Support IOCP for coroutine on windows
Changes
Move docs directory to tbox-docs repo
Support tinyc compiler
Remove deprecated module (asio), please use coroutine module
Improve memory for container
Help valgrind to understand coroutines
Bugs fixed
Fix the charset problem of envirnoment variables
Fix process exit bug
Fix setenv empty value crash
Fix coroutine.sleep bug
Fix windows root path bug
Fix thread local memory leak
Fix context bug for coroutine
Fix tb_vsnprintf
overflow
#43 : Fix read dns server and stream bug
新特性
#24 : 针对windows平台下的协程处理,增加IOCP支持
改进
移除docs目录,放置到独立tbox-docs仓库,减少tbox.zip包大小
支持tinyc编译器
移除被废弃的模块(asio模块,先用coroutine代替)
精简优化容器库内存资源使用
帮助valgrind更好的理解coroutine
Bugs修复
修复windows环境变量的中文编码问题
修复后台进程退出问题
修复设置环境变量值为空时的崩溃问题
修复协程sleep超时覆写数据的bug
修复windows根路径问题
修复tls线程存储内存泄露问题
修复context切换问题
修复tb_vsnprintf
栈溢出问题
#43 : 修复读取dns服务器以及stream读取bug
You can’t perform that action at this time.